Run install.sh script chmod u+x install.sh ./install.sh
- path to the Icinga2 config folder
- command to reload Icinga2 configs
AWS for Icinga 2
optional arguments:
-h, --help show this help message and exit
-t TAGS [TAGS ...], --tags TAGS [TAGS ...]
Tag Filter: Key value pair
-th TEMPLATEHOST, --template-host TEMPLATEHOST
Which Template should be used for the host
-tc TEMPLATECHECK, --template-check TEMPLATECHECK
Which Template should be used for the checks
The Tags are in following format:
{Tagname}:{Tagvalue}
Multiple tags are delimited with a space
To update your config with a specific interval, use the cronjobs of your os
Just use the same command
For templates are following parameters available:
{HOST} = instance id
{IP} = instance public ip
If you need more just create a feature request
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT