Search found 34 matches
- Mon Sep 24, 2012 8:57 am
- Forum: Nagios XI
- Topic: SNMP Trap Reliability
- Replies: 2
- Views: 872
Re: SNMP Trap Reliability
I found that snmptt is running in standalone mode and snmptrapd waits on snmptt to finish it's work before processing additional traps. Snmptt in turn waits on the program it execs to return before it continues, so it very well could be that snmptraphandling.py hangs and clogs up the works. From htt...
- Mon Sep 24, 2012 8:03 am
- Forum: Nagios XI
- Topic: Nagios XI SNMPTT install script issues
- Replies: 41
- Views: 4233
Re: Nagios XI SNMPTT install script issues
@jsmurphy
Thanks for the clarification! Yes, it looks like snmptt.ini is configured for standalone execution of snmptt. As arnab.roy mentioned, I don't have an snmptthanlder binary anywhere on this system, so i'll leave as is.
Thanks for the clarification! Yes, it looks like snmptt.ini is configured for standalone execution of snmptt. As arnab.roy mentioned, I don't have an snmptthanlder binary anywhere on this system, so i'll leave as is.
- Fri Sep 21, 2012 8:51 pm
- Forum: Nagios XI
- Topic: Nagios XI SNMPTT install script issues
- Replies: 41
- Views: 4233
Re: Nagios XI SNMPTT install script issues
Interesting. This sounds very similar to the issue I just submitted in another post. We recently upped the amount of traps we are receiving significantly and within 12-14 hours of doing this, trap reception stopped working until snmptrapd was restarted. There are two snmptt pids running for me as we...
- Fri Sep 21, 2012 2:49 pm
- Forum: Nagios XI
- Topic: SNMP Trap Reliability
- Replies: 2
- Views: 872
SNMP Trap Reliability
Does anyone have any issues with SNMP Trap reliability or suggestions for improving reliability of SNMP Trap reception & translation in this situation? It's been spotty for me, as I've had the snmptrapd service get into a bad state multiple times, which prevents any traps from coming in and ther...
- Tue Aug 28, 2012 12:08 pm
- Forum: Nagios XI
- Topic: Graph Explorer Not Loading Graphs
- Replies: 2
- Views: 457
Re: Graph Explorer Not Loading Graphs
Problem solved after restarting my browser. Must have been a caching issue.
Thanks!
Thanks!
- Tue Aug 28, 2012 10:54 am
- Forum: Nagios XI
- Topic: Graph Explorer Not Loading Graphs
- Replies: 2
- Views: 457
Graph Explorer Not Loading Graphs
Hi, I just upgraded to NagiosXI 2011R3.3 and the latest Graph Explorer Component. The dashboards I have setup with graphs still display properly, but I'm unable to retrieve any new ones via the 'Graph Explorer.' Though the pie charts load, the scalable Performance Graphs do not. When I browse to thi...
- Mon Aug 27, 2012 7:22 pm
- Forum: Nagios XI
- Topic: Out of Date Host Alias and Display Name
- Replies: 5
- Views: 743
Re: Out of Date Host Alias and Display Name
Ah, yes we're running 2011R2.2. I take it there might be a fix for this in the latest release(s)? Regardless, I'll plan to work in the upgrade soon.
Bryant
Bryant
- Mon Aug 27, 2012 12:37 pm
- Forum: Nagios XI
- Topic: Out of Date Host Alias and Display Name
- Replies: 5
- Views: 743
Out of Date Host Alias and Display Name
Hi There, I have a bunch of hosts that I make periodic bulk modifications to their host parameters. We have alternating production/staging environments. So when staging gets elevated to production and production is demoted to staging, I accommodate in Nagios by flipping IPs between prd/stg. All stag...
- Thu Apr 05, 2012 5:21 pm
- Forum: Nagios XI
- Topic: Viewing Open Problems from the Command Line
- Replies: 2
- Views: 350
Re: Viewing Open Problems from the Command Line
Thanks scottwilkerson! That's just what I needed. Posting current_state=2, state_type=1 and problem_acknowledged=0 to the NagiosXI backend API gave me the list I was after. I was then able to filter out the host_name and name (which is the service_description that the external command ACKNOWLEDGE_SV...
- Tue Apr 03, 2012 8:28 pm
- Forum: Nagios XI
- Topic: Viewing Open Problems from the Command Line
- Replies: 2
- Views: 350
Viewing Open Problems from the Command Line
Is there an easy way to view open problems (host and service) via the command line? I've reviewed this list http://old.nagios.org/developerinfo/externalcommands/commandlist.php but didn't see anything that would dump out any current host and service problems. My end goal is to pipe a list of host an...