Search found 1 match
- Wed Jan 06, 2021 4:46 am
- Forum: Open Source Nagios Projects
- Topic: Execute plugin based on MACRO content?
- Replies: 1
- Views: 1110
Execute plugin based on MACRO content?
All, I have some plugins that must be running depending of MACRO value. For example: IF $_HOST_APP_VERSION$ is 4.14.4, run the plugin $USER1$/app.py BUT if $_HOST_APP_VERSION$ is 4.14SLA, run the plugin $USER1$/especiacommand.py Unfortunately our automation the hostgroup for the HOSTS are always hos...