Search found 8 matches

by mikimpc
Tue Dec 15, 2015 6:53 am
Forum: Open Source Nagios Projects
Topic: Missing perl module using a perl plugin
Replies: 7
Views: 5998

Re: Missing perl module using a perl plugin

I'm running Nagios Core in Ubuntu 14.04.
by mikimpc
Wed Dec 02, 2015 7:51 am
Forum: Open Source Nagios Projects
Topic: Missing perl module using a perl plugin
Replies: 7
Views: 5998

Re: Missing perl module using a perl plugin

Many thanks, by the moment I've been using another plugin called check_hpjd, it works for all we need.
Anyway, there is an alternative to "yum"?
by mikimpc
Mon Nov 30, 2015 12:20 pm
Forum: Open Source Nagios Projects
Topic: Missing perl module using a perl plugin
Replies: 7
Views: 5998

Re: Missing perl module using a perl plugin

Exactly the same... :-( The code of this plugin, says.... # Fins the Nagios::Plugin lib. Change this path if necessary use FindBin use lib "$FindBin::Bin/../perl/lib"; use Nagios::Plugin qw(%ERRORS); If I use this command from command line "which perl", it returns "/usr/bin/...
by mikimpc
Mon Nov 30, 2015 7:33 am
Forum: Open Source Nagios Projects
Topic: Missing perl module using a perl plugin
Replies: 7
Views: 5998

Missing perl module using a perl plugin

Hello everyone, I want to use a plugin called check_printer_info , this is a perl plugin. I've downloaded it, copied the .pl file in my nagios plugins, correct rights to use this, and calling it in my definitions, but the result is the follow: (No output on stdout) stderr: Can't locate Nagios/Plugin...
by mikimpc
Wed Nov 18, 2015 3:20 am
Forum: Open Source Nagios Projects
Topic: Knowing the Windows version via Nagios Core
Replies: 4
Views: 1837

Re: Knowing the Windows version via Nagios Core

Thanks, it was much easier than I thought! Below I write the command and service that I have created .... define command { command_name check_windows_OS command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_os_version } define service { service_description Info OS host_name my_computer check_com...
by mikimpc
Fri Nov 13, 2015 10:51 am
Forum: Open Source Nagios Projects
Topic: Knowing the Windows version via Nagios Core
Replies: 4
Views: 1837

Knowing the Windows version via Nagios Core

Hi all, I've been looking unsuccessfully way to know the Windows version of our office computers by Nagios Core 4.1.1 in Ubuntu 14.
Thank you.
by mikimpc
Thu Nov 12, 2015 10:53 am
Forum: Open Source Nagios Projects
Topic: Get date and time of a windows machine trought Nagios Core
Replies: 2
Views: 1867

Get date and time of a windows machine trought Nagios Core

Hello everyone, this is my first post on the forum, I'm looking for the best way through Nagios Core 4.1.1 in Ubuntu 14 can get the date and time of computers that have windows installed in my office, I need Nagios is that notify me if not correct, if it differs from the Nagios host. Any suggestions...