Joseph L. Casale schrieb am Tuesday, den 14. June 2011: Hi,
> >What techniques can I further utilize, this method has always shown any > >issue I > >have ever had. > > Turned up debugging in the cfg file: > > [1308022496.521085] [016.1] [pid=18737] ** Using Embedded Perl interpreter to > run service check... > [1308022496.546730] [016.0] [pid=18737] Embedded Perl failed to compile > /usr/lib64/nagios/plugins/contrib/check_esx3.pl.new, compile error **ePN > failed to compile /usr/lib64/nagios/plugins/contrib/check_esx3.pl.new: > "Variable "$blacklist" will not stay shared at (eval 8) line 3775," at > /usr/bin/p1.pl line 248. > - skipping plugin It seems it is right. icinga contains a cmdline epn debug tool (the debian packages contain it in /usr/bin/mini_epn_icinga in the icinga-dbg package). /usr/bin/mini_epn_icinga Enter file name: check_esx3.pl embedded perl plugin return code and output was: 3 & 'ESX3 UNKNOWN - Missing perl module VMware::VIRuntime. Download and install 'VMware Infrastructure (VI) Perl Toolkit', available at http://www.vmware.com/download/sdk/ I currently don't have time to install all vmware stuff. But: grep blacklist check_esx3.pl 1 Hu? did you modified the plugin - or do I have the wrong copy? (mine is from http://exchange.nagios.org/directory/Plugins/Operating-Systems/*-Virtual-Environments/VMWare/check_esx3/details) Anyhow, it seems your plugin is borken (in the epn way). You can add "# nagios: +epn" (see http://docs.icinga.org/1.0.1/en/embeddedperl.html) to disable epn for this plugin. Hope this helps Alex ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ icinga-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/icinga-users
