Help for this page

Select Code to Download


  1. or download this
    <conf name="snoopdogg" serial="1" target="172.16.1.3">
     <services>
    ...
           <crit value="10" operator="&gt;"/>
         </probe>
    (...)
    
  2. or download this
    my $configuration = $xml->XMLin(
                 $conf,
    ...
                            },
                 KeepRoot => 0
    );
    
  3. or download this
    my $warn = $configuration->{snoopdogg}{services}{cpu}{plugins}{cpu}{pr
    +obes}{load1}{warn}{value};
    
  4. or download this
    my $warn = $configuration->{snoopdogg}{cpu}{cpu}{load1}{warn}{value};
    
  5. or download this
    GroupTags => { services => 'service' => name }