[Nagios-devel] Re: Possibly typos in checkcommands.cfg

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] Re: Possibly typos in checkcommands.cfg

Post by Guest »

> For the first two - I think the numbers were put in such that a decent
> default would exist for new users. It is meant to ease them into using
> and understanding the config files.

OK, that's reasonable. Then should it be modified as like this?


Index: services.cfg.in
===================================================================
RCS file: /cvsroot/nagios/nagios/sample-config/template-object/services.cfg.in,v
retrieving revision 1.2
diff -u -r1.2 services.cfg.in
--- services.cfg.in 10 Mar 2002 23:49:27 -0000 1.2
+++ services.cfg.in 8 Jun 2002 06:09:38 -0000
@@ -107,7 +107,7 @@
notification_interval 120
notification_period 24x7
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -183,7 +183,7 @@
notification_interval 120
notification_period 24x7
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -202,7 +202,7 @@
notification_interval 120
notification_period 24x7
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -259,7 +259,7 @@
notification_interval 120
notification_period 24x7
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -316,7 +316,7 @@
notification_interval 240
notification_period 24x7
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -430,7 +430,7 @@
notification_interval 240
notification_period 24x7
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -544,7 +544,7 @@
notification_interval 240
notification_period 24x7
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -563,7 +563,7 @@
notification_interval 240
notification_period 24x7
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -582,7 +582,7 @@
notification_interval 240
notification_period 24x7
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -601,7 +601,7 @@
notification_interval 240
notification_period 24x7
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -620,7 +620,7 @@
notification_interval 240
notification_period 24x7
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -639,7 +639,7 @@
notification_interval 240
notification_period 24x7
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -677,7 +677,7 @@
notification_interval 960
notification_period workhours
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -714,7 +714,7 @@
notification_interval 960
notification_period workhours
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


@@ -751,7 +751,7 @@
notification_interval 960
notification_period workhours
notification_options c,r
- check_command check_ping!100.0,20%!500.0,60%
+ check_command check_ping
}


--
Jun Kuriyama // IMG SRC, Inc.
// FreeBSD Project





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: kuriyama@imgsrc.co.jp
Locked