| Last change
                  on this file since 2267 was
                  1898,
                  checked in by adehnert, 14 years ago | 
        
          | Use better priority and tag for num-crontabs
It needs to be authpriv to get zephyred. | 
        
          | 
              
                  Property svn:executable set to
                  * | 
        | File size:
            303 bytes | 
      
      
        
  | Rev | Line |  | 
|---|
| [1869] | 1 | #!/bin/sh | 
|---|
|  | 2 |  | 
|---|
|  | 3 | numcrontabs=$(ls -1 /var/spool/cron | wc -l) | 
|---|
|  | 4 | if [ $numcrontabs -lt 100 ] && [ $numcrontabs -gt 0 ]; then | 
|---|
| [1870] | 5 | msg="$(hostname --fqdn) has $numcrontabs files in /var/spool/cron and should have none or hundreds." | 
|---|
| [1898] | 6 | logger -u /dev/log -p authpriv.info -t num-crontabs "$msg" | 
|---|
| [1870] | 7 | echo "$msg" | 
|---|
| [1869] | 8 | fi | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.