I don't know about others on this list, but what I do to start a new configuration: <br><br><div class="gmail_quote">On Fri, Nov 27, 2009 at 3:47 PM, D G Teed <span dir="ltr"><<a href="mailto:donald.teed@gmail.com">donald.teed@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">With the fping command (not check_fping) I can feed it a list of IPs<br>to check from a file.  If I ran fping with -a and did a diff between<br>

that output and my original list of IPs, I'd get a report of which switches are<br>down.  I could write a shell script to do this and set up a cron in less time<br>than it would take to do the same in nagios with my current knowledge<br>

of the configuration options in nagios.  I'm sure someone will be<br>up to the challenge of showing me it is just as easy to set up in nagios.<br><br>I saw this example:<br><a> http://nagios.sourceforge.net/docs/3_0/monitoring-routers.html</a><br>

but I don't get "allhosts, switches" in the hostgroups configuration.<br>Is this some sort of keyword or built-in wildcard?<br></blockquote><div><br>I start creating a directory named after the DataCenter or location, maybe: /opt/nagios/etc/object/Dallas <br>
<br>There I create several files, each containing one host{} directive, without hostgroups or whatever. <br><br>Then, the first service{name ping\n check_command\t check_icmp\nhostgroup_name all (...)} is applied to a hostgroup {hostgroup_name all\n alias all CIs\n members .*} (I've turned on the true regexp matching). <br>
<br>With just these steps you can have all your CI's setup properly. <br><br>HTH,<br><br></div></div>