Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

PsichoD

Reviews(3)
byPsichoD, March 14, 2013
1 of 1 people found this review helpful
Check CRM
Thank you for this great plugin!
I'm using it in two different environments and it works perfectly.
I've ran into an bug though. When using a resource names with dashes in them (i.e. NY-Server-PROD-ManagementIP), I get the following in the output: check_crm CRITICAL - : ManagementIP Stopped (the "NY-Server-PROD-" is ommited). It looks like it's a regexp issue, but I'm not a Perl expert and can't figure out what's wrong here by myself.
Thanks!
Owner's reply

This should be fixed in 0.6.

byPsichoD, August 8, 2012
0 of 1 people found this review helpful
Thank you for a nice plugin!

In order to make it work on Fedora 16/17, that has a clamd config file at "/etc/clamd.d/scan.conf", I had to add a new variable called "$clamd_config" and change line 167:

+ my $clamd_conf = "/etc/clamd.d/scan.conf";

- chomp(my $clamd_ver = `$clamd_cmd -V`);
+chomp(my $clamd_ver = `$clamd_cmd -V -c $clamd_conf`);

Works great!
byPsichoD, December 12, 2011
I tried the QNAP monitoring plugins. Worked great.
Going to give the other ones a shot later. Love the RPM options, makes it easier to deploy. It would be nice to have a yum repo.