Search found 50 matches
- Mon Aug 07, 2017 4:15 pm
- Forum: Nagios XI
- Topic: Network Switch/Router Wizard hangs during switch scanning
- Replies: 4
- Views: 642
Re: Network Switch/Router Wizard hangs during switch scannin
Thanks for the responses. Using some process sleuthing (compare output of ps -ef before/after triggering the wizard), I determined that it was the MRTG /usr/bin/cfgmaker process that was taking forever to complete, causing the wizard (or at least my HTTP session) to become unresponsive. sh -c /usr/b...
- Mon Aug 07, 2017 3:12 pm
- Forum: Nagios XI
- Topic: Network Switch/Router Wizard hangs during switch scanning
- Replies: 4
- Views: 642
Network Switch/Router Wizard hangs during switch scanning
I am running into trouble while attempting to monitor a particular switch. During the scanning phase, the browser hangs and ultimately returns to an error stating "nagiosxi didn’t send any data.". I suspect there is something configured badly on the switch since other switches can be scann...
- Tue Aug 30, 2016 3:07 pm
- Forum: Nagios XI
- Topic: NSCA leaking stale processes for user 'nagios'
- Replies: 6
- Views: 521
Re: NSCA leaking stale processes for user 'nagios'
Returning from a 2 week vacation and I see we have accumulated >300 nsca processes, so it would appear the problem still persists in the newer version of the nsca daemon.
Code: Select all
# ps -ef | grep nsca | wc -l
312
- Fri Aug 12, 2016 2:52 pm
- Forum: Nagios XI
- Topic: NSCA leaking stale processes for user 'nagios'
- Replies: 6
- Views: 521
Re: NSCA leaking stale processes for user 'nagios'
The latest version stable 2.9.1, you can check your send_nsca version with this: /usr/local/nagios/libexec/send_nsca -V You should be able to compile a new send_nsca from here: (it's version 2.9.2-RC1) https://github.com/NagiosEnterprises/nsca/tree/nsca-2-9-2RC1 Thanks, I downloaded and compiled th...
- Wed Aug 10, 2016 2:40 pm
- Forum: Nagios XI
- Topic: NSCA leaking stale processes for user 'nagios'
- Replies: 6
- Views: 521
NSCA leaking stale processes for user 'nagios'
The NSCA addon in our Nagios XI instance is leaking stale processes, like the one below: nagios 3461 12679 0 Aug05 ? 00:00:00 nsca -c /usr/local/nagios/etc/nsca.cfg --inetd # ps -ef | grep nsca | wc -l 160 As described in this old unresolved Debian bug report below, running a 'strace' on the process...
- Thu Mar 31, 2016 8:15 am
- Forum: Nagios XI
- Topic: Mass acknowledge treats "Pending" services as "Unhandled"
- Replies: 3
- Views: 327
Re: Mass acknowledge treats "Pending" services as "Unhandled
You could set up freshness to your passive checks. Please review our documentation on the topic (the "Extending Passive Checks With Freshness Checks" section) here: https://assets.nagios.com/downloads/nagiosxi/docs/Configuring-Passive-Services-With-Nagios-XI.pdf Let us know if this resolv...
- Tue Mar 29, 2016 2:29 pm
- Forum: Nagios XI
- Topic: Mass acknowledge treats "Pending" services as "Unhandled"
- Replies: 3
- Views: 327
Mass acknowledge treats "Pending" services as "Unhandled"
I noticed since a recent upgrade to Nagios XI 5.2.5, if I view the "Mass Acknowledge" component, any services which are in the "Pending" state show up in the list as they are considered "unhandled". Specifically, these all belong to multiple "SNMP Traps" servi...
- Mon Mar 28, 2016 3:17 pm
- Forum: Nagios XI
- Topic: Schedule downtime for all hosts/services not working
- Replies: 3
- Views: 390
Re: Schedule downtime for all hosts/services not working
Any chance of a direct download that I could use to patch it now? If not, any ETA one when the next release will be cut?lmiltchev wrote:This is a bug that was already fixed (task_id=7854), and the bug fix will be in the next release of Nagios XI.
- Mon Mar 28, 2016 2:06 pm
- Forum: Nagios XI
- Topic: Schedule downtime for all hosts/services not working
- Replies: 3
- Views: 390
Schedule downtime for all hosts/services not working
Attempting to mass schedule downtime using the "Schedule downtime for all hosts in this hostgroup" link available from "View Hostgroup Commands" seems to not be working in Nagios XI 5.2.5: http://nagiosxi/nagiosxi/includes/components/nagioscore/ui/cmd.php?cmd_typ=84&hostgroup...
- Tue Feb 10, 2015 3:44 pm
- Forum: Nagios Fusion
- Topic: Acknowledge a problem as.
- Replies: 33
- Views: 5926
Re: Acknowledge a problem as.
Add me to the list of customers who would like to see the multi-user feature implemented soon. I recently split our Nagios XI deployment into separate Production and Test instances. I was going to deploy Fusion to tie things together, but the lack of multi-user capabilities make it a non-starter for...