You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notification plugins are now installed in /usr/lib64/nagios/plugins/notifications/ by default, because otherwise installing the notification and monitoring plugins package at the same time fails (fix#726)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,17 @@ Monitoring Plugins:
22
22
23
23
* disk-io: Nearly rewritten from scratch, old parameters have been replaced by new, better ones. Perfdata "throughput" has been renamed to "bandwidth". Filter disks which are really mounted, translate dm-* device names, wildcard support for ignore disks ([#709](https://github.com/Linuxfabrik/monitoring-plugins/issues/709), [#708](https://github.com/Linuxfabrik/monitoring-plugins/issues/708), [#676](https://github.com/Linuxfabrik/monitoring-plugins/issues/676))
24
24
* file-size: Note that the plugin now requires a size qualifier when specifying parameters, e.g. ``--warning=10K`` for 10 KiB (instead of ``--warning=10000`` as in previous versions).
25
-
* journald-query: Pattern-matching is now always case-sensitive (fix #745)
25
+
* journald-query: Pattern-matching is now always case-sensitive ([#745](https://github.com/Linuxfabrik/monitoring-plugins/issues/745))
26
26
* librenms-alerts: Rewritten from scratch to fetch from LibreNMS MySQL/MariaDB database (therefore the check comes with new parameters)
27
27
* librenms-health: Rewritten from scratch to fetch from LibreNMS MySQL/MariaDB database (therefore the check comes with new parameters)
28
28
* php-fpm: Remove parameters `--*-max-children` because php-fpm `max children reached` is either 0 or 1
29
29
* snmp: Improve Performance Data Handling ([#481](https://github.com/Linuxfabrik/monitoring-plugins/issues/481)) - update your CSV definition files and add two more columns according to the check's README
30
30
* uptime: Use the plugin to warn about recent reboots ([#722](https://github.com/Linuxfabrik/monitoring-plugins/issues/722)). Note that the plugin now requires a time qualifier when specifying parameters, e.g. ``--warning=180D`` for 180 days (instead of ``--warning=180`` as in previous versions).
31
31
32
+
Notification Plugins:
33
+
34
+
* All notification plugins are now installed in `/usr/lib64/nagios/plugins/notifications/` by default, because otherwise installing the notification and monitoring plugins package at the same time fails ([#726](https://github.com/Linuxfabrik/monitoring-plugins/issues/726))
Copy file name to clipboardExpand all lines: notification-plugins/notify-host-rocketchat-telegram/icingaweb2-module-director/notify-host-rocketchat-telegram.json
Copy file name to clipboardExpand all lines: notification-plugins/notify-service-rocketchat-telegram/icingaweb2-module-director/notify-service-rocketchat-telegram.json
0 commit comments