Search found 5 matches

by jchivian
Wed Nov 17, 2010 12:13 am
Forum: Open Source Nagios Projects
Topic: Telnet check
Replies: 3
Views: 5573

Re: Telnet check

And then this...
./check_tcp -H someOtherHost -p 23
TCP OK - 0.094 second response time on port 23|time=0.093786s;;;0.000000;10.000000
by jchivian
Wed Nov 10, 2010 2:43 am
Forum: Open Source Nagios Projects
Topic: Telnet check
Replies: 3
Views: 5573

Re: Telnet check

Start by making sure this works... [root@corp-nagios-001 libexec]# ./check_tcp check_tcp: No arguments found Usage:check_tcp -H host -p port [-w <warning time>] [-c <critical time>] [-s <send string>] [-e <expect string>] [-q <quit string>][-m <maximum bytes>] [-d <delay>] [-t <timeout seconds>] [-r...
by jchivian
Fri Nov 05, 2010 8:16 pm
Forum: Open Source Nagios Projects
Topic: Normal practice for .cfg files
Replies: 1
Views: 1385

Re: Normal practice for .cfg files

For me best practice is one config file per system. If you edit nagios.cfg to include a configuration directory (instead of a bunch of configuration files) you don't even have to touch the top level nagios.cfg afterward, you just edit and add individual cfg files and restart.
by jchivian
Fri Nov 05, 2010 7:57 pm
Forum: Open Source Nagios Projects
Topic: Nagios StatusMap
Replies: 5
Views: 2727

Re: Nagios StatusMap

In your first image, look at the lines drawn from the second and third routers out to their children. In the first case the lines will not enter the arc of "localhost" and in the second case they will not enter the arc of the first. The descendants of those systems are squeezed around acco...
by jchivian
Fri Nov 05, 2010 7:50 pm
Forum: Open Source Nagios Projects
Topic: Nagios StatusMap
Replies: 5
Views: 2727

Re: Nagios StatusMap

A couple of things to realize. 1) Systems are drawn around the arcs in alphabetical order. You can arrange children of the same parent by changing their "Nagios name" accordingly. 2) The lines connecting a parent to it's child will never pass through the arc of the grandparent. (The map wo...