Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.07 KB

Nrpe Service

Nagios NRPE service on Docker container, it is used to monitoring host services and containers

Volumes:

We used to mount host services on /host container folder ( Proc, dev, and disks )

  • /host/bootfs: You can Mount /boot partition here to monitoring
  • /host/datafs: You can Mount /data partition here to monitoring
  • /host/optfs: You can Mount /opt partition here to monitoring
  • /host/rootfs: You can Mount /root partition here to monitoring
  • /host/varfs: You can Mount /var partition here to monitoring
  • /host/proc: /proc folder on host
  • /custom: Where config files will be storaged, it must be "service_name.cfg"
  • /plugins: Custom plugins directory, you can use your custom plugins here
  • /var/run/utmp: This file has logged users information
  • /var/run/docker.sock: Docker Socket to containers monitoring

Custom plugins: