Tasos Katsoulas 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 лет назад
..
Makefile.inc d802f83e4a Fix make dist (#4401) 6 лет назад
README.md 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 лет назад
monit.chart.py 14b12074fd monit: overwrite __eq__, __ne__ in child classes (lgtm warnings) (#7387) 5 лет назад
monit.conf 5286dae8eb python.d.plugin update (#4936) 6 лет назад

README.md

Monit monitoring with Netdata

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
  2. Applications

    • Processes (+threads/childs)
    • Programs
  3. Network

    • Hosts (+latency)
    • Network interfaces

Configuration

Edit the python.d/monit.conf configuration file using edit-config from the Netdata config directory, which is typically at /etc/netdata.

cd /etc/netdata   # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/monit.conf

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.