Giter Club home page Giter Club logo

perlmonkey's People

Watchers

 avatar  avatar

perlmonkey's Issues

raid controller password must not be set in order of plugin to run as user nagios when run through nrpe

What steps will reproduce the problem?
1. in order to work, the raid controller should not have a password
2. standard the password is '0000' and you set it with ./cli set
password=000 [enter]; after which you can issue commands as ./cli vsf info
3.

What is the expected output? What do you see instead?



What version of the product are you using? On what operating system?


Please provide any additional information below.

Maybe include this in the docs. Nice plugin, by the way, I was about to
write my own :-), thank you.

Original issue reported on code.google.com by [email protected] on 21 Nov 2009 at 9:08

garbled output if raid name contains white spaces

What steps will reproduce the problem?
1. rename one of your raids to e.g. "System RAID"
2. run the perl script with needed parameter
3. have a look

What is the expected output? What do you see instead?

Expected output: nice, columns have correct value
see instead: garbled output, columns miss correct value


What version of the product are you using? On what operating system?

1.0.0
Linux Distribution: Debian GNU/Linux Etch
Kernel: 2.6.22-3-vserver-amd64
Architecture: x86_64

Please provide any additional information below.

If I change it to the following, everything will work fine on a system
where all raid names contain white spaces:

91,92c91,92
<         my ( $number, $raid_number, $level, $capacity, $state, ) 
<             =  (split (/\s+/, "$line"))[0,2,3,4,6];

---
>       my ( $number, $raid_number, $level, $capacity, $state, ) 
>             =  (split (/\s+/, "$line"))[0,2,4,5,7];

Original issue reported on code.google.com by [email protected] on 29 Apr 2008 at 2:58

check_areca only checks one controller

The check_areca plugin contains the following line, which is intended to
loop through the controllers found in "cli main" and obtain the RAID set
information for each:

    for my $card ($raid_cards){

Since $raid_cards is a scalar, however, this will not loop -- it will only
evaluate the number of items, and execute once, checking only the
highest-numbered RAID card. Instead, a range should be specified:

    for my $card (1..$raid_cards){

Original issue reported on code.google.com by [email protected] on 13 May 2009 at 2:58

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.