alerts.json 469 B

123456789101112131415161718
  1. {
  2. "FLUME": {
  3. "service": [],
  4. "FLUME_HANDLER": [
  5. {
  6. "name": "flume_agent_status",
  7. "label": "Flume Agent Status",
  8. "description": "This host-level alert is triggerd if any of the expected flume agent processes are not available.",
  9. "interval": 1,
  10. "scope": "ANY",
  11. "source": {
  12. "type": "SCRIPT",
  13. "path": "FLUME/1.4.0.2.0/package/alerts/alert_flume_agent_status.py"
  14. }
  15. }
  16. ]
  17. }
  18. }