-
Add a new command in nagios
check munin ### module / warn / crit
define command {
command_name check_munin
command_line$USER1$ /check_munin_rrd.pl -H$HOSTNAME$ -M$ARG1$ -w$ARG2$ -c$ARG3$
} -
Define services
check the disks
define service {
use generic-service
hostgroup_name my_group
service_description DISK_munin
check_command check_munin!df!75!90
}check the load
define service {
use generic-service
hostgroup_name my_group
service_description LOAD_munin
check_command check_munin!load!4!8
} -
Fork it
-
Notifications
You must be signed in to change notification settings - Fork 5
Nagios check that reads data from munin generated RRDs
jrottenberg/Nagios-Munin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Nagios check that reads data from munin generated RRDs
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published