in reply to Nagios custom Perl check

I recently had some difficulty with a plugin I was writing as well, but a read through the "Plugin Output" section of the Nagios Plugin Development Guidelines proved helpful.

Also, just a thought, but have you looked at any of the Nagios-related modules on CPAN (such as Nagios::Plugin) to help reduce your coding time/effort? (Just a thought.)

Hope that helps.

Update: 2014-07-21 - Added link to Nagios::Plugin module.

Replies are listed 'Best First'.
Re^2: Nagios custom Perl check
by edimusrex (Monk) on Jul 21, 2014 at 19:37 UTC
    Yea, I was looking into that plugin but chose not to use it. I have also read over the guidelines but they don't mention anything in relation to printing out data from an array. Thanks for your response.