Hello,
I want to use nagios plugin. For sure, it is check_disk plugin. My OS is centos7, python 2.7.5, monagent 16.7.6
www.nagios.org/downloads/nagios-plugins/
I already read this article about plugin support.
www.site24x7.com/plugins/nagios-monitoring.html
I was able to add plugin to monitoring on agent side. There is a report from plugin in /opt/site24x7/monagent/logs/details/plugins.txt, which is fine, but i didnt found any new board in the dashboard.
---
2018-01-18 21:57:24,335 Worker 1, plugin - check_disk_space | output - {"exit_code": 0, "result": true, "output": "OK; /: total 77.1GB, used 1.5GB (2.0%), free 75.6GB (98.0%) | 'used space'=1637978112B;82792865792;82792865792;0;82792865792 'used space (pct.)'=2.0%;100;100;0;100"}
---
Plugin is runinng more then 2 days.
I want to have board with report or at least some possibility to set up threshold and notification/alert for values specified in plugin configuration.
Thank you.