forked from pool/monitoring-plugins
- add patch comments to spec file as requested by rpmlint - rebase all patches to current code stream ENHANCEMENTS + check_snmp's performance data now also includes warning/critical thresholds + New check_snmp "-N" option to specify SNMPv3 context name + New check_nt "-l" parameters: seconds|minutes|hours|days + New check_mailq -s option which tells the plugin to use sudo(8) + New -W/-C option for check_ldap to check number of entries (Gerhard Lausser) + The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2" to force TLSv1.1 and TLSv1.2 connections, respectively + The check_http -S/--ssl option now allows for specifying the desired protocol with a "+" suffix to also accept newer versions + Let check_real terminate lines with CRLF when talking to the server, as mandated by 2326 + Fix check_procs on HP-UX + check_smtp's -e/--expect option can now be combined with -S/--starttls WARNINGS + The format of the performance data emitted by check_mrtgtraf has been changed to comply with the development guidelines + check_ssh now returns CRITICAL for protocol/version errors + If a plugin is invoked with -h/--help or -V/--version, the exit status is now UNKNOWN + The superseded check_ntp.pl was removed, please use check_ntp_peer or check_ntp_time instead + plugins.negate.validate_arguments.patch OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=21
14 lines
394 B
Diff
14 lines
394 B
Diff
Index: monitoring-plugins-2.1.2/plugins/check_hpjd.c
|
|
===================================================================
|
|
--- monitoring-plugins-2.1.2.orig/plugins/check_hpjd.c
|
|
+++ monitoring-plugins-2.1.2/plugins/check_hpjd.c
|
|
@@ -66,7 +66,7 @@ void print_usage (void);
|
|
|
|
char *community = NULL;
|
|
char *address = NULL;
|
|
-char *port = NULL;
|
|
+int port = NULL;
|
|
|
|
int
|
|
main (int argc, char **argv)
|