{"id":19871910,"url":"https://github.com/saltstack-formulas/grafana-formula","last_synced_at":"2025-08-23T11:09:02.774Z","repository":{"id":39618036,"uuid":"184326109","full_name":"saltstack-formulas/grafana-formula","owner":"saltstack-formulas","description":"Manage Grafana via Salt","archived":false,"fork":false,"pushed_at":"2025-04-07T20:01:25.000Z","size":283,"stargazers_count":10,"open_issues_count":5,"forks_count":19,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-08-23T11:05:35.448Z","etag":null,"topics":["grafana","saltstack"],"latest_commit_sha":null,"homepage":null,"language":"SaltStack","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saltstack-formulas.png","metadata":{"files":{"readme":"docs/README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-04-30T20:19:24.000Z","updated_at":"2023-08-09T09:58:35.000Z","dependencies_parsed_at":"2023-10-03T14:24:37.003Z","dependency_job_id":"9743e04e-0840-405e-bd56-bbd435e29972","html_url":"https://github.com/saltstack-formulas/grafana-formula","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/saltstack-formulas/grafana-formula","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Fgrafana-formula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Fgrafana-formula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Fgrafana-formula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Fgrafana-formula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saltstack-formulas","download_url":"https://codeload.github.com/saltstack-formulas/grafana-formula/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Fgrafana-formula/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746767,"owners_count":24813582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["grafana","saltstack"],"created_at":"2024-11-12T16:13:57.750Z","updated_at":"2025-08-23T11:09:02.764Z","avatar_url":"https://github.com/saltstack-formulas.png","language":"SaltStack","funding_links":[],"categories":[],"sub_categories":[],"readme":"grafana-formula\n================\n\n|img_travis| |img_sr|\n\n.. |img_travis| image:: https://travis-ci.com/saltstack-formulas/grafana-formula.svg?branch=master\n   :alt: Travis CI Build Status\n   :scale: 100%\n   :target: https://travis-ci.com/saltstack-formulas/grafana-formula\n.. |img_sr| image:: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\n   :alt: Semantic Release\n   :scale: 100%\n   :target: https://github.com/semantic-release/semantic-release\n\nManage Grafana.\n\n.. contents:: **Table of Contents**\n\nGeneral notes\n-------------\n\nSee the full `SaltStack Formulas installation and usage instructions\n\u003chttps://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html\u003e`_.\n\nIf you want to use this formula, please pay attention to the ``FORMULA`` file and/or ``git tag``,\nwhich contains the currently released version. This formula is versioned according to `Semantic Versioning \u003chttp://semver.org/\u003e`_.\n\nSee `Formula Versioning Section \u003chttps://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html#versioning\u003e`_ for more details.\n\nContributing to this repo\n-------------------------\n\n**Commit message formatting is significant!!**\n\nPlease see `How to contribute \u003chttps://github.com/saltstack-formulas/.github/blob/master/CONTRIBUTING.rst\u003e`_ for more details.\n\nAvailable states\n----------------\n\n.. contents::\n   :local:\n\n``grafana``\n^^^^^^^^^^^^\n\n*Meta-state (This is a state that includes other states)*.\n\nThis installs the grafana package,\nmanages the grafana configuration file and then\nstarts the associated grafana service.\n\n``grafana.package``\n^^^^^^^^^^^^^^^^^^^^\n\nThis state will install the grafana package only.\n\n``grafana.archive``\n^^^^^^^^^^^^^^^^^^^\n\nThis state will install the grafana software from archive file only.\n\n``grafana.config``\n^^^^^^^^^^^^^^^^^^^\n\nThis state will configure the grafana service and has a dependency on ``grafana.install``\nvia include list.\n\n``grafana.service``\n^^^^^^^^^^^^^^^^^^^^\n\nThis state will start the grafana service and has a dependency on ``grafana.config``\nvia include list.\n\n``grafana.clean``\n^^^^^^^^^^^^^^^^^^\n\n*Meta-state (This is a state that includes other states)*.\n\nthis state will undo everything performed in the ``grafana`` meta-state in reverse order, i.e.\nstops the service,\nremoves the configuration file and\nthen uninstalls the package.\n\n``grafana.service.clean``\n^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nThis state will stop the grafana service and disable it at boot time.\n\n``grafana.config.clean``\n^^^^^^^^^^^^^^^^^^^^^^^^^\n\nThis state will remove the configuration of the grafana service and has a\ndependency on ``grafana.service.clean`` via include list.\n\n``grafana.package.clean``\n^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nThis state will remove the grafana package and has a depency on\n``grafana.config.clean`` via include list.\n\n``grafana.archive.clean``\n^^^^^^^^^^^^^^^^^^^^^^^^^\n\nThis state will uninstall grafana software from archive extracted directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaltstack-formulas%2Fgrafana-formula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaltstack-formulas%2Fgrafana-formula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaltstack-formulas%2Fgrafana-formula/lists"}