MSA disk Space usage, Details on Nagios xi

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: MSA disk Space usage, Details on Nagios xi

Post by yancy »

Raj,

Maybe try 100.

-Yancy
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: MSA disk Space usage, Details on Nagios xi

Post by gm_rajkumar »

Remains same. :cry: but now i got different msg::
pattern match read eof at./check_hp_msa2324sa_disk.pl line 116
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: MSA disk Space usage, Details on Nagios xi

Post by yancy »

Raj,

add this to line 115

Code: Select all

 $telnet->errmode() 

-Yancy
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: MSA disk Space usage, Details on Nagios xi

Post 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.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: MSA disk Space usage, Details on Nagios xi

Post by yancy »

Raj,

Sorry, add semicolon

Code: Select all

$telnet->errmode(); 

Regards,

-Yancy
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: MSA disk Space usage, Details on Nagios xi

Post by gm_rajkumar »

Im getting this now,

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

Regards,
Raj.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: MSA disk Space usage, Details on Nagios xi

Post by yancy »

Raj,

What is the make and model is the MSA?


Regards,

-Yancy
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: MSA disk Space usage, Details on Nagios xi

Post by gm_rajkumar »

HP- MSA2312fc Let me know if you need further details on this.

Regards,
Raj.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: MSA disk Space usage, Details on Nagios xi

Post 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
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: MSA disk Space usage, Details on Nagios xi

Post by gm_rajkumar »

Oh, do you have any plugin to get the disk details for MSA2312fc??

Regards,
Raj.
Locked