Page 1 of 4

EMC monitoring using check_emc_clariion.pl

Posted: Tue May 13, 2014 11:53 pm
by lannister
Extracted reports using the mentioned plugin, though in the reports the used space shows full although it is not .
Please help to configure the same inorder to get used space , total space and free space.


- Thanks

Re: EMC monitoring using check_emc_clariion.pl

Posted: Wed May 14, 2014 11:05 am
by sreinhardt
The reporting functionality, can only create reports based off the information polled via the plugin. Could you show your service and command definitions, as well as some example output from when the check is run?

Re: EMC monitoring using check_emc_clariion.pl

Posted: Thu May 15, 2014 12:52 am
by lannister
Hi ,

Thank you for revrting.

Check_emc_clariion
COMMAND: /usr/local/nagios/libexec/check_emc_clariion.pl -H \$HOSTADDRESS\$ -u nagios -p password -t lun --lun_id 407 --crit 80
OUTPUT:
Could not connect to the specified host $

This is just one of the output trying to find the free space in LUN.



This is a similar output it gives for all luns and raid groups.

- Lannister

Re: EMC monitoring using check_emc_clariion.pl

Posted: Thu May 15, 2014 2:56 pm
by sreinhardt
It seems that you are using the test command button there, potentially with out entering an address into the popup? What are the results from running your command via the cli or when it is executed from nagios?

Re: EMC monitoring using check_emc_clariion.pl

Posted: Fri May 16, 2014 1:10 am
by lannister
Hi ,

The graph attached is the general output in Nagios, it gives similar output for all the luns and raid groups also.
Whereas $hostaddress takes the address and yet it gives the same out put.

Even on the nagios its not giving the output.
Whereas on the graphs it gives the same output as attached earlier.

- Lannister

Re: EMC monitoring using check_emc_clariion.pl

Posted: Fri May 16, 2014 11:44 am
by sreinhardt
Again, we really need to see what commands you are running and how they are returning. The information you are providing is not detailed enough to help you in any real meaningful way.

Re: EMC monitoring using check_emc_clariion.pl

Posted: Mon May 19, 2014 1:18 am
by lannister
Ohh Im sorry for that ,But im not running any command im using the plugin check_emc_clariion.
If possible Can you please help me how can i get the exact command from the plugin check_emc_clariion.

Re: EMC monitoring using check_emc_clariion.pl

Posted: Mon May 19, 2014 9:55 am
by tmcdonald
You should be able to find it in the Core Config Manager. Just search for the service name and click it. Then screenshot that first tab for us.

Also, moving this to the Nagios XI forum as this is not a Core issue.

Re: EMC monitoring using check_emc_clariion.pl

Posted: Mon May 19, 2014 3:31 pm
by Box293
Try the following:
Establish an SSH session to your Nagios XI host
Type the following command:

Code: Select all

/usr/local/nagios/libexec/check_emc_clariion.pl -H emc_address -u nagios -p password -t lun --lun_id 407 --crit 80
Make sure you replace the emc_address and password with the correct values.

What is the output that you receive?

Re: EMC monitoring using check_emc_clariion.pl

Posted: Tue May 20, 2014 12:17 am
by lannister
Hi ,

The output i gt is as follows-:
CRITICAL:Free Space is less than supplied threshold {State:Bound} {ID:407} {Name:DEMO_TEST} {Size:10.00GB} {Free Space:0.00B = 0%} {RAID Group Type:RAID5, SAS} {Percentage Rebuilt:100%}|'Size'=10.00GB;;;; 'Free Space'=0.00B;;;; 'Free Space Percentage'=0%;;80;;


Thanks