https://github.com/netways/check_custom.sh
Icinga check plugin to execute multiple plugins
https://github.com/netways/check_custom.sh
icinga monitoring plugin
Last synced: 10 months ago
JSON representation
Icinga check plugin to execute multiple plugins
- Host: GitHub
- URL: https://github.com/netways/check_custom.sh
- Owner: NETWAYS
- License: gpl-3.0
- Created: 2021-03-10T14:59:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T09:56:14.000Z (about 2 years ago)
- Last Synced: 2025-01-16T15:13:16.453Z (11 months ago)
- Topics: icinga, monitoring, plugin
- Language: Shell
- Homepage: https://www.netways.de/
- Size: 20.5 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# check_custom.sh
A small plugin to execute multiple plugin calls definend
in a local file. Essentially a simpler [check_multi](https://github.com/flackem/check_multi).
The path to a "config file" (really a list of commands to execute is hardcoded in the script ("/usr/lib/nagios/plugins/contrib/processes_to_check.txt" by default).
It could look like this:
```
/usr/lib/nagios/plugins/check_load -w 5,4,3 -c 8,7,6
/usr/lib/nagios/plugins/check_disk -w 5% -c 2%
```
The whole script is not very sophisticated, but might be quite helpful
if someone has the urgent need to define checks locally.