projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f97210
)
Fix SIP procs checks in Icinga
author
Michael Peters
<mpeters@emeralddata.net>
Wed, 13 Nov 2013 14:53:55 +0000
(09:53 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Wed, 13 Nov 2013 15:21:57 +0000
(10:21 -0500)
SIP procs weren't being checked because the commands weren't
defined in services.cfg. This resolves that.
Signed-off-by: Michael Peters <mpeters@emeralddata.net>
templates/monitor/services.cfg
patch
|
blob
|
history
diff --git
a/templates/monitor/services.cfg
b/templates/monitor/services.cfg
index
db0238d
..
1c6fca7
100644
(file)
--- a/
templates/monitor/services.cfg
+++ b/
templates/monitor/services.cfg
@@
-155,3
+155,14
@@
define service {
check_command check_nrpe!check_nfs!/openils/var/web/reporter
}
+#=============#
+# Sip Procs #
+#=============#
+define service {
+ hostgroup_name utility-servers
+ service_description Check number of SIP processes
+ use generic-service
+ notification_interval 240
+ check_command CHECK_NRPE!check_proc!perl!165!175
+}
+