[manual] Monitor the new redis servers with nagios and munin

We have to start the tunnels up manually and add them to the wiki

(imported from commit aa5f80630a651c3fb33bba321e9d4444b5c498a2)
This commit is contained in:
Zev Benjamin 2014-02-07 14:02:24 -05:00 committed by Tim Abbott
parent 631783f3cd
commit 32d66d6f73
3 changed files with 27 additions and 1 deletions

View File

@ -61,3 +61,13 @@ rundir /var/run/munin
address 127.0.0.1
port 5009
use_node_name yes
[redis0]
address 127.0.0.1
port 5010
use_node_name yes
[redis1]
address 127.0.0.1
port 5011
use_node_name yes

View File

@ -85,3 +85,19 @@ define host{
address stats.zulip.net
hostgroups all,not_pageable_servers
}
define host{
use generic-host
host_name redis0
alias redis0
address redis0.zulip.net
hostgroups all,not_pageable_servers
}
define host{
use generic-host
host_name redis1
alias redis1
address redis1.zulip.net
hostgroups all,not_pageable_servers
}

View File

@ -41,7 +41,7 @@ define service{
service_description Number of autossh processes
# If you change the number of munin autossh processes, change
# the second and third arguments, below.
check_command check_named_procs!autossh!10:10!10:15
check_command check_named_procs!autossh!12:12!12:17
}
define service{