0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-22 12:32:32 +00:00
netdata_netdata/collectors/python.d.plugin/monit
Ilya Mashchenko 54149c562c
monit: obsolete service in runtime ()
* obsolete service
2019-06-29 21:36:45 +03:00
..
Makefile.inc Fix make dist () 2018-10-16 15:26:28 +03:00
monit.chart.py monit: obsolete service in runtime () 2019-06-29 21:36:45 +03:00
monit.conf python.d.plugin update () 2018-12-07 10:15:03 +01:00
README.md Ga () 2018-12-07 11:30:04 +01:00

monit

Monit monitoring module. Data is grabbed from stats XML interface (exists for a long time, but not mentioned in official documentation). Mostly this plugin shows statuses of monit targets, i.e. statuses of specified checks.

  1. Filesystems
  • Filesystems
  • Directories
  • Files
  • Pipes
  1. Applications
  • Processes (+threads/childs)
  • Programs
  1. Network
  • Hosts (+latency)
  • Network interfaces

configuration

Sample:

local:
  name     : 'local'
  url     : 'http://localhost:2812'
  user:    : admin
  pass:    : monit

If no configuration is given, module will attempt to connect to monit as http://localhost:2812.


analytics