Search found 11 matches
- Mon May 08, 2017 12:51 pm
- Forum: Nagios Log Server
- Topic: Map fields from Kiwi
- Replies: 3
- Views: 652
Re: Map fields from Kiwi
I really appreciate your reply. I tried the filter that you suggested, but it will still not replace the host to the "Original Address" Here is the RAW: { "_index": "logstash-2017.05.08", "_type": "syslog", "_id": "AVvpLelhmDPeuieCW2uc...
- Wed May 03, 2017 11:20 am
- Forum: Nagios Log Server
- Topic: Map fields from Kiwi
- Replies: 3
- Views: 652
Map fields from Kiwi
I am forwarding kiwi syslog messages to Nagios LS...and I am receiving the events with no problem, however, I need some help setting up filters to match host=Original Address=10.29.22.26 NYUNY085KB1 (example) . Hostname will always be 11 digits after the IP Address..but some entries does not have th...
- Wed Mar 01, 2017 2:43 pm
- Forum: Nagios XI
- Topic: Negative Threshold Ranges
- Replies: 3
- Views: 281
Re: Negative Threshold Ranges
Yes - I used a wrapper to make this happen...we can close...thanks.
- Thu Feb 16, 2017 3:33 pm
- Forum: Nagios XI
- Topic: Negative Threshold Ranges
- Replies: 3
- Views: 281
Negative Threshold Ranges
I have a service check that will return negative 1 thru negative 99.
I want to set a warning starting at -55 then critical at -60 (the following code works for this): -w=-55: -c=-60:
However, I want -99 to be OK.
How can I do a number range that will exclude -99?
Thanks -
I want to set a warning starting at -55 then critical at -60 (the following code works for this): -w=-55: -c=-60:
However, I want -99 to be OK.
How can I do a number range that will exclude -99?
Thanks -
- Tue Feb 14, 2017 3:38 pm
- Forum: Nagios XI
- Topic: Setting Negative Thresholds
- Replies: 8
- Views: 1112
Re: Setting Negative Thresholds
Yes - Resolved. Thanks.
- Tue Feb 14, 2017 3:33 pm
- Forum: Nagios XI
- Topic: Setting Negative Thresholds
- Replies: 8
- Views: 1112
Re: Setting Negative Thresholds
I was able to do this by doing: -w=-32: -c=-80:
- Tue Feb 14, 2017 11:51 am
- Forum: Nagios XI
- Topic: Setting Negative Thresholds
- Replies: 8
- Views: 1112
Re: Setting Negative Thresholds
I tried the plugin as suggested - this is not working. Any other suggestions?
- Mon Feb 13, 2017 4:14 pm
- Forum: Nagios XI
- Topic: Setting Negative Thresholds
- Replies: 8
- Views: 1112
Setting Negative Thresholds
Hi - I have a value of -31.2 . I need to monitor when this threshold is < -35 (Meaning anything that is a lower negate number than -35..ie..-36-,-37..etc) Below I am using positive thresholds just to show the output...but I need to use Negative Thresholds instead. ./check_snmp -H 10.20.101.XXX -C XX...
- Wed Feb 01, 2017 4:21 pm
- Forum: Open Source Nagios Projects
- Topic: Help with thresholds on check_snmp calculation wrapper
- Replies: 6
- Views: 2573
Re: Help with thresholds on check_snmp calculation wrapper
Thanks for the reply...yes - I can echo the original value just fine.
I think what is going on is that the -w -c flags are not being interpreted by my script...can you take a look and see why it is not passing - mistake in my script I'm Sure.
I think what is going on is that the -w -c flags are not being interpreted by my script...can you take a look and see why it is not passing - mistake in my script I'm Sure.
- Wed Feb 01, 2017 3:08 pm
- Forum: Open Source Nagios Projects
- Topic: Help with thresholds on check_snmp calculation wrapper
- Replies: 6
- Views: 2573
Re: Help with thresholds on check_snmp calculation wrapper
Thanks for the response - I have put the plugin together - however, the output is always "CRITICAL - 54". Even when I don't set -w -c...it always returns CRITICAL. [root@CRLNAGP01 libexec]# ./check_snmp_argus_battery_charge_in_volts.sh 10.150.101.20 -w9000 -c10000 CRITICAL - 54 #!/bin/bash...