Search found 64 matches

by mvndnburg
Sun Aug 13, 2017 3:30 am
Forum: Nagios XI
Topic: NCPA timeout on check results in CRITICAL alert
Replies: 2
Views: 760

Re: NCPA timeout on check results in CRITICAL alert

Hi,

Code: Select all

service_check_timeout_state=u
... does the trick.

Thanks. You may close the thread.
by mvndnburg
Fri Aug 11, 2017 7:06 am
Forum: Nagios XI
Topic: NCPA timeout on check results in CRITICAL alert
Replies: 2
Views: 760

NCPA timeout on check results in CRITICAL alert

Hi, Running Nagios XI 5.4.4 on RHEL 6 with NCPA 2.0.3 (Windows, Linux). Some of our service checks call an NCPA plugin (a Powershell script) which sometimes times out. Strangely enough this results in a CRITICAL alert for the service, and an accompanying notification. I would expect to see an UNKNOW...
by mvndnburg
Thu Aug 10, 2017 4:10 am
Forum: Nagios XI
Topic: Retaining SNMP traps until acknowledgement?
Replies: 4
Views: 511

Re: Retaining SNMP traps until acknowledgement?

I think it would be an addition to Nagios to have a screen similar to the Operations Screen , with an automatically refreshed display of incoming SNMP traps, not overwriting previous traps. This is how for example HP Operations Manager displays alerts. I have played around a bit with the Event Log ,...
by mvndnburg
Wed Aug 09, 2017 7:30 am
Forum: Nagios XI
Topic: Retaining SNMP traps until acknowledgement?
Replies: 4
Views: 511

Re: Retaining SNMP traps until acknowledgement?

I found this post from 2013.
Has the trap logic and/or Nagios XI processing with regard to traps, changed since?
by mvndnburg
Wed Aug 09, 2017 6:40 am
Forum: Nagios XI
Topic: Retaining SNMP traps until acknowledgement?
Replies: 4
Views: 511

Retaining SNMP traps until acknowledgement?

Hi, Apologies if this has asked before - I got 400+ pages of hits on 'snmp' and wasn't going to risk carpal tunnel ;) Running Nagios XI 5.4.4 on RHEL 6. We have a number of systems sending SNMP traps, for example: Oracle Enterprise Manager, Cisco Tidal, vCenter, etc. etc. What we see is that consecu...
by mvndnburg
Thu Jul 13, 2017 9:23 am
Forum: Nagios XI
Topic: NCPA mangling eventID
Replies: 4
Views: 1187

Re: NCPA mangling eventID

Sure, go ahead :)
by mvndnburg
Thu Jul 13, 2017 1:33 am
Forum: Nagios XI
Topic: NCPA mangling eventID
Replies: 4
Views: 1187

Re: NCPA mangling eventID

Thanks for the quick reply!
I'll put an upgrade to 2.1.0 on our backlog.
by mvndnburg
Wed Jul 12, 2017 6:49 am
Forum: Nagios XI
Topic: NCPA mangling eventID
Replies: 4
Views: 1187

NCPA mangling eventID

Hi, I am using NCPA 2.0.3 on Windows (in this case Windows 2012ServerR2 ) to monitor the Windows Application logs. My service checks log entries for ERRORs like so: -t '<token>' -P 5693 -M 'logs' -q 'name=Application,severity=ERROR,logged_after=6m,critical=1' The email user notification triggers a c...
by mvndnburg
Wed Jul 05, 2017 4:47 am
Forum: Nagios XI
Topic: User access to CCM unclear
Replies: 2
Views: 287

User access to CCM unclear

I want someone with the role 'User' to be able to assign/remove services to and form hosts without the need to be 'Admin'. Use case: she's an application admin responsible for hosts with a changing amount of mounted drives. I would like her to add/remove the predefined drive monitoring services from...
by mvndnburg
Tue Jul 04, 2017 2:07 am
Forum: Nagios XI
Topic: [SOLVED]Windowscounters and reverse logic in NCPA monitoring
Replies: 2
Views: 306

Re: Windowscounters and reverse logic in NCPA monitoring

This page has an example similar to my use case. It shows to suffix the check values with a colon, like so:

Code: Select all

-t '<token>' -P 5693 -M "windowscounters/LogicalDisk(E:\AppsData)/% Free Space" -w 20: -c 10:
This solved my problem, 'Free Space' check is working now.