https://github.com/thor77/sensu-formula
Formula to install and setup Sensu Go
https://github.com/thor77/sensu-formula
salt-formula saltstack
Last synced: 3 months ago
JSON representation
Formula to install and setup Sensu Go
- Host: GitHub
- URL: https://github.com/thor77/sensu-formula
- Owner: Thor77
- License: mit
- Created: 2019-02-16T21:01:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T15:40:31.000Z (almost 7 years ago)
- Last Synced: 2025-08-20T10:37:00.702Z (10 months ago)
- Topics: salt-formula, saltstack
- Language: Python
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sensu-formula
Formula to install and setup [Sensu Go](https://github.com/sensu/sensu-go/).
# Available states
## `sensu.agent`
Install and configure Sensu Go agent.
Reads config from `sensu:agent` pillar.
## `sensu.cli`
Install Sensu Go CLI.
## `sensu.backend`
Install and configure Sensu Go backend.
Reads config from `sensu:backend` pillar.
## `sensu.checks`
Configure Sensu Go checks by calling the CLI.
```yaml
sensu:
checks:
check-cpu:
command: '/usr/lib/sensu-scripts/check-cpu.sh -w 75 -c 90'
subscriptions:
- linux
interval: 60
timeout: 3
```