Page 2 of 3

Re: MSA disk Space usage, Details on Nagios xi

Posted: Fri Aug 17, 2012 10:08 am
by yancy
Raj,

Maybe try 100.

-Yancy

Re: MSA disk Space usage, Details on Nagios xi

Posted: Fri Aug 17, 2012 10:17 am
by gm_rajkumar
Remains same. :cry: but now i got different msg::
pattern match read eof at./check_hp_msa2324sa_disk.pl line 116

Re: MSA disk Space usage, Details on Nagios xi

Posted: Fri Aug 17, 2012 10:44 am
by yancy
Raj,

add this to line 115

Code: Select all

 $telnet->errmode() 

-Yancy

Re: MSA disk Space usage, Details on Nagios xi

Posted: Fri Aug 17, 2012 10:56 am
by gm_rajkumar
Post add this line, i have got below msg

Array found where operator expected at ./check_hp_msa2324sa_disk.pl line 116, at end of line
(Missing semicolon on previous line?)
syntax error at ./check_hp_msa2324sa_disk.pl line 116, near ")
@sV "
Execution of ./check_hp_msa2324sa_disk.pl aborted due to compilation errors.

Regards,
Raj.

Re: MSA disk Space usage, Details on Nagios xi

Posted: Fri Aug 17, 2012 11:03 am
by yancy
Raj,

Sorry, add semicolon

Code: Select all

$telnet->errmode(); 

Regards,

-Yancy

Re: MSA disk Space usage, Details on Nagios xi

Posted: Fri Aug 17, 2012 11:55 am
by gm_rajkumar
Im getting this now,

command timed-out at ./check_hpmsa2324sa_disk.pl line 116

Regards,
Raj.

Re: MSA disk Space usage, Details on Nagios xi

Posted: Mon Aug 20, 2012 10:36 am
by yancy
Raj,

What is the make and model is the MSA?


Regards,

-Yancy

Re: MSA disk Space usage, Details on Nagios xi

Posted: Mon Aug 20, 2012 10:44 am
by gm_rajkumar
HP- MSA2312fc Let me know if you need further details on this.

Regards,
Raj.

Re: MSA disk Space usage, Details on Nagios xi

Posted: Mon Aug 20, 2012 10:57 am
by yancy
Raj,

It looks like this plugin was written for use with MSA2324sa which may be the cause. Without having an MSA to test it on here, I can't be certain.

Regards,

-Yancy

Re: MSA disk Space usage, Details on Nagios xi

Posted: Mon Aug 20, 2012 11:20 am
by gm_rajkumar
Oh, do you have any plugin to get the disk details for MSA2312fc??

Regards,
Raj.