Search found 16 matches
- Mon Oct 24, 2011 2:41 am
- Forum: Nagios XI
- Topic: Share or Create default dashboard
- Replies: 11
- Views: 3178
Re: Share or Create default dashboard
very nice! thanks!
- Wed Jul 20, 2011 5:23 am
- Forum: Nagios XI
- Topic: Integrating SNMP TRAPS
- Replies: 12
- Views: 1349
Re: Integrating SNMP TRAPS
http://assets.nagios.com/downloads/nagiosxi/docs/Integrating_SNMP_Traps_With_XI.pdf is a good start, but doesn't get you too far. snmptt is quite well documented too: http://snmptt.sourceforge.net/docs/snmptt.shtml as for snmptt.ini, make sure you don't forget to configure strip_domain_list! as for ...
- Wed Jul 20, 2011 1:46 am
- Forum: Nagios XI
- Topic: Manually making a host down
- Replies: 9
- Views: 571
Re: Manually making a host down
Ohmguthrie wrote:Ah, we made a tool for this : )
http://exchange.nagios.org/directory/Ad ... nt/details
- Tue Jul 19, 2011 1:29 am
- Forum: Nagios XI
- Topic: clearing SNMP traps
- Replies: 4
- Views: 731
clearing SNMP traps
Hi all, what's the best way to clear SNMP traps? In some cases (HP SIM for example), a CRITICAL trap isn't necessarily followed by a corresponding OK trap if an issue is resolved. I can run 'snmptraphandling.py "myhost" "SNMP Traps" "Normal" "somedate" "&...
- Tue Jul 19, 2011 1:09 am
- Forum: Nagios XI
- Topic: Manually making a host down
- Replies: 9
- Views: 571
Re: Manually making a host down
I'm actually happy with the notifications supressed, but I'd like to see service checks supressed too if a host is under maintenance :) yes, I have a custom event handler (defined as a command), which is a shell script that will, after reaching a certain number of soft/hard events for a particular s...
- Tue Jul 19, 2011 12:46 am
- Forum: Nagios XI
- Topic: flexible downtime behaviour
- Replies: 5
- Views: 946
Re: flexible downtime behaviour
ok, we'll stick with fixed then, thanks!lmiltchev wrote:If you are bringing the host down for a very short period of time (for example, just rebooting), fixed downtime will work probably better than the flexible downtime. It is intended to work this way.
- Tue Jul 19, 2011 12:45 am
- Forum: Nagios XI
- Topic: flexible downtime behaviour
- Replies: 5
- Views: 946
Re: flexible downtime behaviour
5/1/5lmiltchev wrote:What are the values for your "Max. check attempts", "Retry interval" and "Check interval" under "Check Settings" tab for the particular host in the Nagios Core Config Manager?
- Mon Jul 18, 2011 6:41 am
- Forum: Nagios XI
- Topic: Integrating SNMP TRAPS
- Replies: 12
- Views: 1349
Re: Integrating SNMP TRAPS
I started working with traps and found it not to be the most straight forward, mainly because of how the traps are sent by the source host/device/program. I assume you copied the MIBs in your mib directory, ran addmib for all of them, configured snmptt.ini and snmptt.conf? If yes, I'd recommend: - m...
- Mon Jul 18, 2011 6:25 am
- Forum: Nagios XI
- Topic: flexible downtime behaviour
- Replies: 5
- Views: 946
flexible downtime behaviour
We just noticed that if you put a host under flexible scheduled downtime, but nagios doesn't pick up the host as down (as in reboot happening between two checks), the host will actually stay under downtime indefinitely. Is this working as intended? I had expected that if it received a host down trig...
- Mon Jul 18, 2011 6:22 am
- Forum: Nagios XI
- Topic: Manually making a host down
- Replies: 9
- Views: 571
Re: Manually making a host down
I have the same problem as the OP, is it intended that services will only get marked down if either set explicitely after scheduling downtime, as Mike has described? Notifications are surpressed for the services, but it seems that the checks (and subsequently potential event handlers) are executed a...