The Nagios Cross-Platform Agent (NCPA) is an open-source monitoring tool that delivers comprehensive monitoring for Windows, Linux, and Mac OS X. It offers active/passive checks, real-time metrics, and custom plugin support through an intuitive web interface.
Added edit and delete passive check functionality to the admin passive check section of the GUI. [GH#1317] - CPD
Updates
Updated the listener API to call requested endpoints individually instead of calling the whole API for each check, improving performance and reducing the likelihood of errors. [GH#911] - CPD
Bug Fixes
Fixed multiple issues on the admin passive checks page of the GUI that were causing some checks to not display properly. [GH#1238] - CPD
Fixed multiple issues with the add passive check function in the API that were causing errors when trying to add checks with certain parameters. - CPD
Removed
Removed some old debug log lines to help declutter the log files when debug logging is enabled. - CPD