Help for this page

Select Code to Download


  1. or download this
    use strict;
    use lib "/usr/local/nagios/bin/libexec";
    use utils qw(%ERRORS);
    ....
    exit ERRORS{"CRITICAL"};
    
  2. or download this
    use utils qw(%ERRORS)