Help for this page

Select Code to Download


  1. or download this
    Enabled 1
    
    <Process ldap>
    ...
        Message "Apache web server is not running"
        Level minor
    </Process>
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use Config::General;
    ...
    
    print map "$_\n", "\U$_\E ALERTS", @{%alert{$_}}
        for sort keys %alert;