munin: monitoring de rrdcached
This commit is contained in:
parent
f5ed044766
commit
8dde1be9ba
1 changed files with 6 additions and 0 deletions
|
@ -194,6 +194,12 @@ service("munin-server",
|
|||
"if failed unixsocket /var/run/munin/fastcgi-munin-html.sock then restart",
|
||||
])
|
||||
|
||||
service("munin-server",
|
||||
name="rrdcached",
|
||||
extra=[
|
||||
"if failed unixsocket /var/run/rrdcached.sock then restart",
|
||||
])
|
||||
|
||||
service("nslcd",
|
||||
pidf="nslcd/nslcd",
|
||||
extra=["if failed unixsocket /var/run/nslcd/socket then restart"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue