Monitoring Cheat Sheet
Monitoring Cheat Sheet
Graphite, Diamond
diamond-setup -p -C <name>Collector
Munin
/usr/sbin/munin-node-configure --suggest
# and enable them using
/usr/sbin/munin-node-configure --shell | sh
Nagios, Icinga
define service {
...
hostgroup_name all,!testing
...
}
Icinga 2 - Matching check definitions on hosts/hostgroups
# service definition...
assign where host.name == "MyHost1"
assign where match("hostprefix-*", host.name)
assign where "MyHostGroup" in host.groups
}
gearman-top
Misc