puppet-nagios
puppet-nagios copied to clipboard
Puppet Nagios module
The OpenSearch monitoring integration offers several 'modes' for comprehensive health and performance checks of your OpenSearch clusters. By default, all checks are enabled. Available Checks (Modes): - **`cluster_status`**: Checks the...
The Fluent Bit check uses the `/api/v1/health` endpoint to determine the health status of Fluent Bit. The health check is performed by a custom script named `check_fluentbit_health`, which is located...
Warning 450 days Critical 500 days
Switching from declaring the class to including the class fixes an issue where both nagios_pci_megaraid_sas is true and the host has nvme drives present
The systemd unit does way better restart handling than killing the PID, so we'll just use a drop-in configuration for the permission changes and restart the old-fashioned way.
Since P6 has removed the `nagios_*` types from the core, we'll need to put in an external dependency on them. Since I'm not sure how breaking this change would be,...
With `check_nrpe` and nrpe 3, the arguments parameter needs be at the last possible place in the call to `check_nrpe`. This changes puts the options after the check command, allowing...
This PR makes the HTML path `/usr/share/nagios/html` adjustable, as it might vary according to the operating system/packager/etc. The default is still the old one, so no changes for users.
I'm using puppet 5.5 with hiera. When I'm trying to activate httpd in nagios module, puppet raised the following error : Error: Could not retrieve catalog from remote server: Error...
This would be a fairly big change, but it would be nice to be able to specify a manage_nrpe (default to true), and wrap all the nrpe and plugin installs...