python-esmonitor/examples/config.elasticsearch.yml

24 lines
311 B
YAML
Raw Normal View History

2015-12-27 15:51:42 -08:00
backend:
2018-10-04 18:50:34 -07:00
type: elasticsearch
url: 'http://10.0.0.10:9200/'
2015-12-27 15:51:42 -08:00
monitors:
- type: uptime
2018-10-04 18:50:34 -07:00
freq: 30
2015-12-27 15:51:42 -08:00
args: {}
- type: load
2018-10-04 18:50:34 -07:00
freq: 30
2015-12-27 15:51:42 -08:00
args: {}
- type: meminfo
2018-10-04 18:50:34 -07:00
freq: 30
2015-12-27 15:51:42 -08:00
args: {}
- type: diskspace
2018-10-04 18:50:34 -07:00
freq: 30
2015-12-27 15:51:42 -08:00
args:
filesystems:
- '/'
- '/var'
- '/home'
- type: diskio
2018-10-04 18:50:34 -07:00
freq: 30
2015-12-27 15:51:42 -08:00
args: {}