Search found 5 matches
- Mon Sep 15, 2014 7:12 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Plug-in default values
- Replies: 3
- Views: 1625
Nagios Plug-in default values
Can someone provide me a link or a method of getting the values of the plugs in configured by default in Nagios. For example: Examples: check_disk -w 10% -c 5% -p /tmp -p /var -C -w 100000 -c 50000 -p / Checks /tmp and /var at 10% and 5%, and / at 100MB and 50MB check_disk -w 100 -c 50 -C -w 1000 -c...
- Mon Aug 25, 2014 4:17 pm
- Forum: Open Source Nagios Projects
- Topic: Issues w/ Email Notifications
- Replies: 2
- Views: 1141
Issues w/ Email Notifications
I tried to get email notifications to working using the following guide: http://www.telnetport25.com/2012/02/configuring-e-mail-notifications-in-nagios-core/ I've configured everything accordingly, but one thing I noticed is that during the postfix installation it didn't ask me for my network or a r...
- Wed Mar 12, 2014 10:57 am
- Forum: Open Source Nagios Projects
- Topic: Changing Notification Intervals
- Replies: 1
- Views: 1056
Changing Notification Intervals
I've been referencing the following site for host, service and other component configuration requirements : http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#host As an example. For host definitions it outlines the following: (Items in red being required items) define host{ host_name hos...
- Mon Mar 10, 2014 3:43 pm
- Forum: Open Source Nagios Projects
- Topic: Map Architecture - Best Practice
- Replies: 3
- Views: 1294
Re: Map Architecture - Best Practice
Thanks for the reply.
Basically what I ended up doing is creating a group.cfg w/ generic hosts and the IP address of 0.0.0.0. So far it appears to be working. I didn't specify any services so as of right now things are looking good.
Thanks again for the reply/confirmation.
Basically what I ended up doing is creating a group.cfg w/ generic hosts and the IP address of 0.0.0.0. So far it appears to be working. I didn't specify any services so as of right now things are looking good.
Thanks again for the reply/confirmation.
- Mon Mar 10, 2014 12:50 pm
- Forum: Open Source Nagios Projects
- Topic: Map Architecture - Best Practice
- Replies: 3
- Views: 1294
Map Architecture - Best Practice
I'm trying to use parent devices to group specific assets within my organization on the map view. For example: I have a perimeter firewall who is a parent to all my devices. But rather than having them all linked to the firewall I would like to view them in the following map structure Firewall - Web...