Search found 13 matches

by tsawyer
Mon Nov 09, 2020 5:47 pm
Forum: Nagios XI
Topic: Disk check commands failing.
Replies: 1
Views: 25

Disk check commands failing.

XI ver 5.7.4, NCPA ver 2.2.2, check_ncpa.py ver 1.2.3 All of my disk check commands are stuck. When run from the GUI with "-t 'token' -P 5693 -M 'disk/logical/D:|' -w 85 -c 95" I get a response of "UNKNOWN: The node (D:\/) requested does not exist." (I can understand if this is a...
by tsawyer
Wed Sep 18, 2019 11:46 am
Forum: Nagios XI
Topic: POST check with IAM auth
Replies: 1
Views: 127

POST check with IAM auth

We are using Postman to run a check on a webAPI hosted in AWS. I want to add this check to Nagios, but I can't for the life of me figure out how to pass the IAM keys in a check_http request. I've tried using Postman to generate the headers then copied those into my request, but nothing works. Is the...
by tsawyer
Wed Mar 06, 2019 1:45 pm
Forum: Nagios XI
Topic: Graph not displaying data on 0
Replies: 19
Views: 372

Re: Graph not displaying data on 0

Yes, they were deleted prior to restarting nagios and ncpd. So it seems it's still not graphing. I'm going to edit the output of the perf data and see if making it a counter helps.
by tsawyer
Tue Mar 05, 2019 2:59 pm
Forum: Nagios XI
Topic: Graph not displaying data on 0
Replies: 19
Views: 372

Re: Graph not displaying data on 0

Forgot to edit the name of the config to match my command, yesterday. Ok, it took the config and guage entry. Been a half hour and I don't see anything new yet. I'll let it roll on for a couple more hours to see if it picks up. 2019-03-05 11:35:11 [24485] [2] Datatype set to 'SERVICEPERFDATA' 2019-0...
by tsawyer
Mon Mar 04, 2019 4:33 pm
Forum: Nagios XI
Topic: Graph not displaying data on 0
Replies: 19
Views: 372

Re: Graph not displaying data on 0

I'll be trying to fix out shortly. Thanks pointing that out.
by tsawyer
Thu Feb 28, 2019 12:12 pm
Forum: Nagios XI
Topic: Graph not displaying data on 0
Replies: 19
Views: 372

Re: Graph not displaying data on 0

Version 5.5.8
by tsawyer
Tue Feb 26, 2019 5:04 pm
Forum: Nagios XI
Topic: Graph not displaying data on 0
Replies: 19
Views: 372

Re: Graph not displaying data on 0

If I adjust the timeframe out to a point where there was something to report then it shows that, then the line disappears altogether.

This pic shows last week when I forced out a count to report, just to make sure it was working at all.
102errorsnipwithcounts.PNG
by tsawyer
Tue Feb 26, 2019 11:52 am
Forum: Nagios XI
Topic: Graph not displaying data on 0
Replies: 19
Views: 372

Re: Graph not displaying data on 0

No, this particular monitor only watches for current counts of the one error code.
by tsawyer
Fri Feb 22, 2019 5:58 pm
Forum: Nagios XI
Topic: Graph not displaying data on 0
Replies: 19
Views: 372

Re: Graph not displaying data on 0

102errorsnip.PNG perfdata.log npcd.log The perfdata.log is only showing a short span of time from the 19th, hope it's useful. ////////////// [root@nagiosmonitor scraper]# ls -al /usr/local/nagios/share/perfdata/CIC-GW0 total 5680 drwxrwxr-x 2 nagios nagios 4096 Feb 22 14:38 . drwxrwxr-x. 266 nagios...
by tsawyer
Fri Feb 22, 2019 12:59 pm
Forum: Nagios XI
Topic: Graph not displaying data on 0
Replies: 19
Views: 372

Re: Graph not displaying data on 0

Good morning! No dice... :( Ignoring Null didn't help, my graphs still show "No data to display". Is there something in the performance data formatting i can change?? Here's the line of code on an All Clear: if get102 == None: sys.stdout.write("No 102 codes recorded on GW|'Code Count'...