1
0
Go to file
Lars Vogdt 8e37c1a55c - recommend syslog for monitoring-plugins-log, as people probably
want to analize logs generated by (r)syslog or journald
Renamed patches:
- renamed monitoring-plugins-1.4.6-no_chown.patch to 
  monitoring-plugins-1.4.6-Makefile_-_no_chown.patch to make it
  easier to detect the patched file
- renamed monitoring-plugins-2.1.1-check_logfile.patch to 
  monitoring-plugins-2.1.1-check_log_-_quoting.patch to make it
  easier to detect the patched file and reason for the patch
New patches:
- add monitoring-plugins-2.3.1-check_snmp_segfaults.patch:
  check_snmp will segfaults at line 489 if number of lines returned 
  by SNMPD is greater than number of defined thresholds
  -> https://github.com/monitoring-plugins/monitoring-plugins/pull/1589
- added monitoring-plugins-2.3.1_-_check_snmp_hang_on_STDERR_workaround.patch:
  When the MIBs are not quite right, snmpget outputs lots of errors on 
  STDERR before getting down to business.
  If this is enough to fill the pipe buffer, snmpget hangs waiting for 
  it to be cleared, which it never will be because check_snmp is 
  waiting for snmpget to output something on STDOUT.
  This simple fix from s2156945 for this is to read STDERR before STDOUT.
  cmd_run_array from utils_cmd.c is also used by plugins/check_by_ssh 
  and plugins/negate but you're likely to get lots of errors or lots 
  of output, not both at the same time.
  The real fix is probably to do a select() and read from both as 
  they come in.
  https://github.com/monitoring-plugins/monitoring-plugins/issues/1706
- added monitoring-plugins-2.3.1-check_dhcp_-_detect_rogue_dhcp_servers.patch:
  feature enhancement from Patrick Cervicek for check_dhcp, which allows 
  to detect rogue DHCP servers. Use it with the "-x" flag, example:

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=90
2021-11-19 13:47:30 +00:00
.gitattributes remove link to broken package 2014-07-15 14:54:25 +00:00
.gitignore remove link to broken package 2014-07-15 14:54:25 +00:00
check_ircd_ssl - use the check_ircd script as submitted via GitHub 2015-01-21 11:23:17 +00:00
monitoring-plugins-1.4.6-Makefile_-_no_chown.patch - recommend syslog for monitoring-plugins-log, as people probably 2021-11-19 13:47:30 +00:00
monitoring-plugins-2.1.1-check_log_-_quoting.patch - recommend syslog for monitoring-plugins-log, as people probably 2021-11-19 13:47:30 +00:00
monitoring-plugins-2.2-mariadb_102_build_fix.patch - Update to 2.3.1: 2021-04-21 08:01:53 +00:00
monitoring-plugins-2.3-check_ntp_perf_absolute.patch - Update to 2.3.1: 2021-04-21 08:01:53 +00:00
monitoring-plugins-2.3.1-check_dhcp_-_detect_rogue_dhcp_servers.patch - recommend syslog for monitoring-plugins-log, as people probably 2021-11-19 13:47:30 +00:00
monitoring-plugins-2.3.1-check_snmp_hang_on_STDERR_workaround.patch - recommend syslog for monitoring-plugins-log, as people probably 2021-11-19 13:47:30 +00:00
monitoring-plugins-2.3.1-check_snmp_segfaults.patch - recommend syslog for monitoring-plugins-log, as people probably 2021-11-19 13:47:30 +00:00
monitoring-plugins-2.3.1-check_ssh.patch - recommend syslog for monitoring-plugins-log, as people probably 2021-11-19 13:47:30 +00:00
monitoring-plugins-2.3.1-check_ssh.t_-_improve_testing.patch - recommend syslog for monitoring-plugins-log, as people probably 2021-11-19 13:47:30 +00:00
monitoring-plugins-2.3.1-fixing-shellcheck.patch - recommend syslog for monitoring-plugins-log, as people probably 2021-11-19 13:47:30 +00:00
monitoring-plugins-2.3.1.tar.gz - Update to 2.3.1: 2021-04-21 08:01:53 +00:00
monitoring-plugins-2.3.1.tar.gz.sha1 - Update to 2.3.1: 2021-04-21 08:01:53 +00:00
monitoring-plugins-permissions - adapted README files and package documentation 2014-07-16 14:05:40 +00:00
monitoring-plugins-README-extra-opts - add a note about permissions for the extra-opts file in README 2015-07-26 10:17:38 +00:00
monitoring-plugins-README.SUSE - adapted README files and package documentation 2014-07-16 14:05:40 +00:00
monitoring-plugins-README.SUSE-check_cups - adapted README files and package documentation 2014-07-16 14:05:40 +00:00
monitoring-plugins-README.SUSE-check_dhcp - allow plugins to open files in /etc/monitoring-plugins/ 2014-07-22 14:20:27 +00:00
monitoring-plugins-README.SUSE-check_icmp - allow plugins to open files in /etc/monitoring-plugins/ 2014-07-22 14:20:27 +00:00
monitoring-plugins-README.SUSE-check_ide_smart - allow plugins to open files in /etc/monitoring-plugins/ 2014-07-22 14:20:27 +00:00
monitoring-plugins-README.SUSE-check_ntp_time - allow plugins to open files in /etc/monitoring-plugins/ 2014-07-22 14:20:27 +00:00
monitoring-plugins-README.SUSE-check_ping - allow plugins to open files in /etc/monitoring-plugins/ 2014-07-22 14:20:27 +00:00
monitoring-plugins-rpmlintrc remove link to broken package 2014-07-15 14:54:25 +00:00
monitoring-plugins-too_few_arguments_for_check_disk.patch - Update to 2.3.1: 2021-04-21 08:01:53 +00:00
monitoring-plugins-wrong_return_in_check_swap.patch - Update to 2.3.1: 2021-04-21 08:01:53 +00:00
monitoring-plugins.changes - recommend syslog for monitoring-plugins-log, as people probably 2021-11-19 13:47:30 +00:00
monitoring-plugins.check_cups.sh - allow plugins to open files in /etc/monitoring-plugins/ 2014-07-22 14:20:27 +00:00
monitoring-plugins.check_hpjd.c-64bit-portability-issue.patch - Update to 2.3.1: 2021-04-21 08:01:53 +00:00
monitoring-plugins.check_snmp.arrayaddress.patch - Update to 2.3.1: 2021-04-21 08:01:53 +00:00
monitoring-plugins.obsinfo - change version to 2.3~alpha.$date.$commit 2020-09-14 12:03:05 +00:00
monitoring-plugins.spec - recommend syslog for monitoring-plugins-log, as people probably 2021-11-19 13:47:30 +00:00
nrpe-check_load - add /etc/nrpe.d/*.cfg snipplets for 2018-10-03 14:12:46 +00:00
nrpe-check_mailq - add /etc/nrpe.d/*.cfg snipplets for 2018-10-03 14:12:46 +00:00
nrpe-check_mysql + nrpe-check_total_procs => check_procs 2018-10-04 15:01:15 +00:00
nrpe-check_ntp_time - add /etc/nrpe.d/*.cfg snipplets for 2018-10-03 14:12:46 +00:00
nrpe-check_partition + nrpe-check_total_procs => check_procs 2018-10-04 15:01:15 +00:00
nrpe-check_proc_cron + nrpe-check_total_procs => check_procs 2018-10-04 15:01:15 +00:00
nrpe-check_swap + nrpe-check_swap => check_swap 2018-10-03 21:36:47 +00:00
nrpe-check_total_procs + nrpe-check_total_procs => check_procs 2018-10-04 15:01:15 +00:00
nrpe-check_ups + nrpe-check_total_procs => check_procs 2018-10-04 15:01:15 +00:00
nrpe-check_users + nrpe-check_total_procs => check_procs 2018-10-04 15:01:15 +00:00
nrpe-check_zombie_procs + nrpe-check_total_procs => check_procs 2018-10-04 15:01:15 +00:00
usr.lib.nagios.plugins.check_cups Accepting request 694064 from home:cboltz:branches:server:monitoring 2019-04-15 13:54:09 +00:00
usr.lib.nagios.plugins.check_dhcp - allow plugins to open files in /etc/monitoring-plugins/ 2014-07-22 14:20:27 +00:00
usr.lib.nagios.plugins.check_disk - usr.lib.nagios.plugins.check_disk: 2016-02-24 12:33:39 +00:00
usr.lib.nagios.plugins.check_icmp - allow plugins to open files in /etc/monitoring-plugins/ 2014-07-22 14:20:27 +00:00
usr.lib.nagios.plugins.check_ide_smart - allow plugins to open files in /etc/monitoring-plugins/ 2014-07-22 14:20:27 +00:00
usr.lib.nagios.plugins.check_load - add apparmor profiles for the following checks: 2015-08-01 19:15:51 +00:00
usr.lib.nagios.plugins.check_ntp_time - allow plugins to open files in /etc/monitoring-plugins/ 2014-07-22 14:20:27 +00:00
usr.lib.nagios.plugins.check_ping - allow plugins to open files in /etc/monitoring-plugins/ 2014-07-22 14:20:27 +00:00
usr.lib.nagios.plugins.check_procs Accepting request 694064 from home:cboltz:branches:server:monitoring 2019-04-15 13:54:09 +00:00
usr.lib.nagios.plugins.check_procs.sle15 Accepting request 694064 from home:cboltz:branches:server:monitoring 2019-04-15 13:54:09 +00:00
usr.lib.nagios.plugins.check_ssh - allow plugins to open files in /etc/monitoring-plugins/ 2014-07-22 14:20:27 +00:00
usr.lib.nagios.plugins.check_swap - add apparmor profiles for the following checks: 2015-08-01 19:15:51 +00:00
usr.lib.nagios.plugins.check_users - add apparmor profiles for the following checks: 2015-08-01 19:15:51 +00:00