123456789101112131415161718 |
- {
- "FLUME": {
- "service": [],
- "FLUME_HANDLER": [
- {
- "name": "flume_agent_status",
- "label": "Flume Agent Status",
- "description": "This host-level alert is triggerd if any of the expected flume agent processes are not available.",
- "interval": 1,
- "scope": "ANY",
- "source": {
- "type": "SCRIPT",
- "path": "FLUME/1.4.0.2.0/package/alerts/alert_flume_agent_status.py"
- }
- }
- ]
- }
- }
|