projects
/
mirror
/
dsa-nagios.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
228b550
)
[project @ peter@palfrader.org-20080412095004-u3atgwh7nlpclm3d]
author
Peter Palfrader
<peter@palfrader.org>
Sat, 12 Apr 2008 09:50:04 +0000
(
05:50
-0400)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 12 Apr 2008 09:50:04 +0000
(
05:50
-0400)
ssh checks with longer timeout
checkcommands.cfg
patch
|
blob
|
history
diff --git
a/checkcommands.cfg
b/checkcommands.cfg
index
33d6b89
..
3265a7c
100644
(file)
--- a/
checkcommands.cfg
+++ b/
checkcommands.cfg
@@
-24,3
+24,11
@@
define command{
command_name dsa_check_smtp_port
command_line /usr/lib/nagios/plugins/check_smtp -t 40 -H $HOSTADDRESS$ -p $ARG1$
}
+define command{
+ command_name dsa_check_ssh
+ command_line /usr/lib/nagios/plugins/check_ssh -t 40 -H $HOSTADDRESS$
+}
+define command{
+ command_name dsa_check_ssh_port
+ command_line /usr/lib/nagios/plugins/check_ssh -t 40 -H $HOSTADDRESS$ -p $ARG1$
+}