Search found 5 matches

by hodgewil
Wed May 09, 2012 10:24 am
Forum: Open Source Nagios Projects
Topic: JSON output to Nagios
Replies: 9
Views: 2459

Re: JSON output to Nagios

no failure... seems to work considering the same output was successful. oh well, guess I'll need to find another JSON script... maybe something from the Nagios plugin archive...

I'll keep working at it... Thanks for the input.
by hodgewil
Tue May 08, 2012 12:57 pm
Forum: Open Source Nagios Projects
Topic: JSON output to Nagios
Replies: 9
Views: 2459

Re: JSON output to Nagios

the script outputs "CRITICAL"... and displayed the number 2... which seems to match with the exit codes listed. Maybe something in the command structure is causing an issue... I left it pretty basic just for testing... define command{ command_name SYSTEMX12_status command_line $USER1$/nwte...
by hodgewil
Tue May 08, 2012 9:47 am
Forum: Open Source Nagios Projects
Topic: JSON output to Nagios
Replies: 9
Views: 2459

Re: JSON output to Nagios

it outputs successfully with a "Critical" or "OK"... but somewhere along the lines it seems as though Nagios doesn't acknowledge the output.
by hodgewil
Mon May 07, 2012 3:34 pm
Forum: Open Source Nagios Projects
Topic: JSON output to Nagios
Replies: 9
Views: 2459

Re: JSON output to Nagios

Thank you... I turned off embedded perl support and still "no go" on the script...so I guess it's back to the drawing board....
by hodgewil
Mon May 07, 2012 12:18 pm
Forum: Open Source Nagios Projects
Topic: JSON output to Nagios
Replies: 9
Views: 2459

JSON output to Nagios

Hello, wondering if anyone might be able to help me out... I'm new to Nagios and received a JSON perl (custom) perl script from a developer... only problem is it doesn't seem to output any useful data to Nagios... I receive "(Service check did not exit properly)" ... I'm not sure that the ...