Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: What did I miss in my test condition?

by hbm (Hermit)
on Aug 10, 2012 at 23:15 UTC ( [id://986836]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       if ($score > $warnrate) {
          print "OK, rf is $score. \|Mbps=$score\n";
    ...
           print "UNKNOWN, rf is $score and something is wrong.\n";
           exit 3
        }
    
  2. or download this
       my $line   = `/usr/bin/snmpwalk -v1 -c public $radio .1.3.6.1.4.1.5
    +454.1.40.2.4.0`;
       my @values = split(' ', $line);
       my $score  = $values[3];
       if ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://986836]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-04-24 11:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found