birq.h 160 B

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