mirror of https://github.com/zulip/zulip.git
[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:
parent
631783f3cd
commit
32d66d6f73
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue