birq.h 212 B

123456789
  1. #ifndef _birq_h
  2. #define _birq_h
  3. #define BIRQ_PIDFILE "/var/run/birq.pid"
  4. #define BIRQ_LONG_INTERVAL 5 /* in seconds */
  5. #define BIRQ_SHORT_INTERVAL 2 /* in seconds */
  6. #define BIRQ_DEFAULT_THRESHOLD 95.00
  7. #endif