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 passive_ssl_verification config option in the [passive] section of ncpa.cfg. - CPD
Added ca_cert config option in the [passive] section of ncpa.cfg to specify a custom CA certificate for SSL verification when sending passive check results. - CPD
Bug Fixes
Fixed an issue where the config-file and config-dir options were not working properly, causing NCPA to not read the config file(s) from the specified location(s). - coonce
Fixed an issue where warnings were being logged in the system logs in addition to the ncpa_passive.log when SSL verification failed. [GH#1050] - CPD
Fixed an issue where old Windows python binary files in the NCPA install directory were not being removed during upgrades. - CPD
Updates
Updated the Windows installer to support the new SSL verification setting for passive checks. - CPD
Updated the help documentation to include information about the new passive SSL verification options. - CPD