nagios-plugins-mailq-1.4.16-6.2.1>t 4 DpQ/=„Umzifbp1U3ٮ2!x&a.{c[Kſ[<,$rʎkvI;sQodՂH5U.a>;ûyhpk#Z7 BXrl˛;2G֠AކnZYngj;swNth&V2XQF9>7݆G=,,[ 9Ԭ͂*{TxO(;82K=F~[!D9Q/=„߫`O"SPWCs͖!B-lbU F<&Ю'50y{0j5}6};{T1ȻR P0Low:L,(VD0EusyNG:7 NO8@Mv:X|/dj)"SLEٴؽߚ#>6I De\Y\\q0bdL/qB!o[#$e}L)6ۄ860bfd38cdacdf5cecf1d5cedf23a7d91f4562a4P>:.?.d $ 6 !'08 < @ H j lt~(8$9D$:|$F,G,H,I,X,Y,\,],^- b-6c-d. e.f.l.u.(v.0w.`x.hy.pz.tCnagios-plugins-mailq1.4.166.2.1Check mail queuesThis plugin checks the number of messages in the mail queue (supports multiple sendmail queues, qmail).Qbuild34O require 'monitoring_daemon'- Fix build with missing gets declaration (glibc 2.16)- update to 1.4.16: + applied patch that adds both critical and warning thresholds to certificate expiration checks of check_tcp, check_http, check_smtp + check_tcp: Print performance data even with -D + check_snmp: * use single quotes for perf data labels * Fix performance data label containing spaces in check_snmp * Add --perf-oids option for check_snmp to retain optional 1.4.14 compatibility * Accept multiple labels specified with "-l" + check_disk_smb: Add performance data + check_dhcp: * Don't misinterpret the "siaddr" field * Fix handling of "pad" options + check_ping: * Improve parsing of ping6(1) output * fix check_ping where output of ping6 when unreachable * add missing newline to die() calls + check_users: * Whitespace fixes, etc. * improve performance + utils.sh: Added check_range shell function + check_http: * Don't ignore SSL initialization errors * Add support for specifying SSL protocol version * check for and print the certificate cn * use standard threshold functions * improved tests for check_http + check_by_ssh: added -F config file to specify alternative ssh config + check_sensors: * Use symbolic exit codes * Minor whitespace fixes * Detect FAULT status. This can be suppressed with the new "--ignore-fault" option. + check_ldap: * now correctly handles the long option --hostname * Fix check_ldap overriding the port when --ssl was specified after -p + check_smtp: * fix where duplicate messages were displayed for certificate errors * New option to check_smtp to ignore failures when sending QUIT * Abort on missing/unexpected greeting + check_ssh: * Add perfdata to check_ssh + check_procs: * Fix for regex input of '|', being output causing problems with Nagios' parsing of performance data. Now replaced with ',' - removed upstreamed patches: + nagios-plugins.ctypes.patch + nagios-plugins.check_dhcp-char.patch + nagios-plugins.asprintf.patch + nagios-plugins.check_by_ssh.warncrit.patch + 05_check_linux_raid_fix_striped.dpatch + 10_check_disk_smb_spaces.dpatch + 11_check_disk_smb_NT_STATUS_ACCESS_DENIED.dpatch + 13_check_smtp_greeting.dpatch + 14_check_icmp_multiple_ips.dpatch + 15_check_sensors_fault.dpatch + nagios-plugins-enhance_check_sensors.patch - suggest instead of recommending the following sub packages in the former nagios-plugins package: + nagios-plugins-nagios + nagios-plugins-xenvm + nagios-plugins-game- fix permissions of apparmor profile files- add Apparmor profile for check_dhcp - add Apparmor profile for check_ntp_time - soften the nagios-plugins-nagios dependency to avoid an installed Nagios after an upgrade - point users to the README.SuSE files for check_dhcp, check_icmp and check_ide_smart- teach check_by_ssh old options -w and -c again- Use BuildRequires: libgnutls-devel instead of gnutls-devel for Factory in keeping with gnutls package naming changes.- rename nagios-plugins-libs to nagios-plugins-common as this package contains more than just the libraries- fix build on ix86 - only recommend subpackages that have new (and not always available dependencies) - move examples directory to the libs package: the permissions file there is more useful here - new subpackage nagios-plugins-all recommending all other subpackages- do not package check_xenvm on ix86 as this setup is (no longer) supported- added nagios-plugins-enhance_check_sensors.patch (thanks to Craig Gardner): return unkown if the needed kernel module is not loaded- introduce a new subpackage nagios-plugins-libs that contains most of the content of the former nagios-plugins package. That should make updates easier as the nagios-plugins package itself can now require all former included packages and the single check-packages just need to require the nagios-plugins-libs package on demand - change recommends to requires in nagios-plugins and nagios-plugins-extras, so users with 'solver.onlyRequires'=true can also upgrade to the new package layout without problems - provide the nagios-plugins-xenvm package only for x86 hardware as the required xen-tools are just built there- update README.SuSE as users should also allow broadcasts in their firewall if they use check_dhcp (thanks to Rüdiger Oertel) - split up the checks into subpackages to follow the other distributions and allow users to install a minimal setup on their machines with minimal dependencies (moved dependencies into subpackages) - run set_permissions on newer distributions - added nagios-plugins-wrong_return_in_check_swap.patch: preventing check_swap from returning OK, if no swap activated- add GPL-3.0 implicitely to fix bnc #677711- added hint to permissions file to nagios-plugins-README.SuSE- fix missing Group in subpkg - remove Author from Description- use nagios-rpm-macros rpm now to define global macros - use the following patches from Debian: + 05_check_linux_raid_fix_striped.dpatch + 10_check_disk_smb_spaces.dpatch + 11_check_disk_smb_NT_STATUS_ACCESS_DENIED.dpatch + 13_check_smtp_greeting.dpatch + 14_check_icmp_multiple_ips.dpatch + 15_check_sensors_fault.dpatch - split up nagios-plugins-fping package, and recommend it in nagios-plugins-extras for backwards compatibility - disable rpath in configure - sort configure arguments alphabetical - install check_bgpstate check in nagios-plugins-check_bgpstate package - remove .pl endings from check_netapp and check_linux_raid, but provide symlinks for backwards compatibility - provide check_host and check_rta_multi for users changing from Debian- added info about check_dhcp in README.SuSE (see bnc #640367)- unfuzz patch- removed zlib from Requires to make rpmlint happy - update to 1.4.15 - removed 1.4.14 specific Patches - fixes through update: * Fix check_ircd binding to wrong interface (#668778) * Add proxy-authorization option to check_http (Marcel Kuiper - [#1323230], Bryan Irvine - #2863925) * check_icmp now increment the sequence counter in each packet * Fix usage of repeated -o options in check_snmp * Try to detect arguments passed via --with-ping[6]-command and set options accordingly (#2908236) * Fix memory leak in check_http for large pages (Jimmy Bergman - #2957455) * Fix compilation with GCC 2.96 (Konstantin Khomoutov - #2977105) * Fix regression introduced in #1867716 where partially valid performance strings would not be printed anymore * Fix regression in check_http ssl checks on some servers - make SNI an option * Fix guest mode support in check_disk_smb * Fix check_disk_smb and check_ircd failures when run via ePN * check_ldap now allows for specifying an empty LDAP base * Fix compilation error of pst3 in Solaris 8 * Fix check_radius returning OK on unexpected results (Craig Leres - #2911752) * Fix translations when extra-opts aren't enabled (Jan Wagner - #2832884) * Fix parsing of multi-line strings in check_snmp (broken in 1.4.14) and enhance output in such case (#2832451) * Fix detection of pst3 64-bit compile flags with Sun CC * Fix cmd_run overwriting the environment, which would break some commands that needed it * Allow check_ifstatus to accept version=2c - used to only allow version=2 (Brian Landers) * Fix examples in check_disk, where it implied was possible to suffix unit values to warn/crit parameters- enable ipv6 usage (looks like default configure does not detect this right) - define ping6 commandline in configure - added Patches from Debian: + check_game_cmdline.patch + check_smtp_help.patch + check_snmp_perfdata.patch- add nagios-plugins-1.4.14-implicit_decl.patch to spec file- enhanced the documentation in the example permissions file- added run_permissions in post in case somebody uses the delivered example file- enabled extra-opts - fix pathnames to ntp commands - remove check_sensors on archs with no support for it - added the following patches: + nagios-plugins-1.4.14-ntpd.patch (remove wrong comment) + nagios-plugins-1.4.14-check_log.patch (fix pathnames) + nagios-plugins-1.4.14-command_cfg.patch (fix pathnames) + nagios-plugins-1.4.14-nmap.patch (fix tempdir) + nagios-plugins-1.4.14-check_inodes.patch (initialize vars) + nagios-plugins-1.4.14-implicit_decl.patch (fix implicit decl.) + nagios-plugins-1.4.14-check_ircd.patch (Make it working on multihomed host - thanks to ultrotter@debian.org)- refresh patches wit fuzz=0- update to 1.4.14 for a full list of changes have a look at /usr/share/doc/packages/nagios-plugins/ChangeLog- moved example file command.cfg to doc directory, the nagios package brings its own configuration files, this command.cfg confuses- added parameters to configure in spec to get more information from check_proc (bnc#519240)- added contrib to doc - spec mods * cleanup specfile o RPM Tags * fixed deps on sub-pkg extras * use of rpm macros * add S:11, S:12 in prep * simplify filelist for libexecdir o checks for extras pkg are excluded in main pkg * reworked files for doc- fixed buffer overflow in check_ntp_peer (bnc#498669)- added accidentally removed README and example againbuild34 13605915081.4.16-6.2.11.4.16-6.2.1pluginscheck_mailq/usr/lib/nagios//usr/lib/nagios/plugins/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/6356423b21209bd20c418bc03449ba79-nagios-pluginscpiolzma5x86_64-suse-linuxPerl script, ASCII text executabledirectoryR4dO}ԋS?`] crt:bLL'ErSDgn<1gJieA/#T RCN^=b1M5:en5M04a!ƥM^a: ʨ]5'NFJ~ DU+dn F[\bf*$vu9Kvr ,b؍9~˳v dܓMϿ,"ПY4Do(~ӠsPpp۴pٴ''S! #g@,Z=iDU[&O #4mq`)#ӗ@RQlW/-6bhTuK´PFk>x,.gKƌ] a~Lǂg͹ {HyQ?]޾$%  PuS^S M,maSwaNsGۇ(롼HTXԨ:y!ؤZX2l4ԧqk<>Ӹ,Zx*+b4P,ɸɻjM$Y`^:A9֏PU /I`iN GQ$_#@WFB]._iL9?s~qɜ!5S_Ōs~\QqV۲>l|,hi>)rGLT9O2$?5őP]M jCW^xmv(DDjxI7Ȭ|T6H^,d by)X}F!wAanFElPd'oO[q 2kQu,NXp:k |dlV8rj6 B_w9E vx.<T]M#>. +FV~61f g]Fqb#MD06}W^¨NعnX"j }fw?d(v[_)(4с C;5ñ,E1o#th õ҉/C`9Ŵ'"^-WC +$Op33NɺN#N3!`۞^V ͫp&|= qЪʰ;m/VMk %:3o ǀi}8EĘ$-܊)= /,쓼k + =VN6yw.27ݤ<1ltsLcp) (! +"T~ф#;A"k^>HO^'Xvgoi5̟n>wL(8!y_|QЧ~50AKK!C3Ի#Bqݱ^Ah'27^<%ZlL}d -RSrixگ\;__>#MeIA49D_9WP)r'wr`?ymh)dKr}ڼU5uNSt6P􆯰̖D?@$ruX1Q? #>bImc]m6wF`MTZ ֝h=m5'AQy=JLȂkDrjfEwuiiaQG-W<ub=MA;NkћK9Uj xrM9 Qa۝{}3TA%)G)4OA-[3_`=^7Wg$(Lfry?5M " P27^4DBtWjmMe&Gضi`Rܷ*N6]~ R߹/_CFą WQx7 nd[Ϛ-bL ϊO8/9,;!XW``|Lc`tgC ܢZ.,l~C#; ŠɺO`o1٤lLy~t]eFa͘FobRRJnMUji?V~\;X=Sv5#Ѽ2)&B>HQ%!{b7C{8QbǏpD,+0E!rsL/=EKk]zxYkY]"_ITYzƣ hUg?t7$~9$Q,oNJr25!OsI NwCcnز`P-+ώ$=@> m=O d2YU S&@_Zs CsB@&"GH+E0'ZXԽ\5׮:}\2P]fVSYN֊O,垒m`ֽVGW$鞂j#ՉO DL,$_+mQ(:7Rf:왟G\L׍S!}\ _I;p~^rlg:In}v=6n-$%Q& |Xh:‘TE us( lSM}|z;*hVMK-Iy"GSKvHPCg)mX䣐E.!qPC!;iQ_C=2N=>"N` I ~huT>yIlbJ >5G"LV@bUdz@kG* .ɉW_&:k zʶg<tɩ @ H҂NT!^"6,7n-0(;n( #SY dzw唢Dl/xi]@G"X3+ٲFe/koyX/2S_oTM{&*R}>>-\KMhx`gQN1neL)n("+W78 6Ij7v)l?bJ:`il-c̟Vc ++g$ TTuJa^z}8x3tMYg0ɩ/ h4uPEpS~nC|@rAl(}d!(Rv2ɶtkWCbCTu'PR(StTNȥ@ܩp#8ߊ 򛄜~sD ̝X|s5l Yx}AVkVi^;{x>T[}bti)2_~ BpaBoruJ\]DB&<2,ɘJ$ bzf c[0l$Z%RqCܡG5S?:쀦cm_ 2 Ym%&s86:k# Š:6[! vVXL`hbN0/̗@\ A7a?#NX5K?HͳwceW7nzbNp][-48KNJ`8*,^ΌkM: 9ƾx}a $8e/}ע^GYժ%'FjAoӏQ6OT"y@|n|]6^&;tC)j.ǽG$Ms<.Ssfa'po?& XisO& pA\jqf @ 4YZQ9#GW3mpFVH(>3Q[Z؄gkOLX=[`q.DdДYM jݺU vDQsFrԕ, غQN۸s(MNdjy, w2}ԹN]Q] [G}09]8oN# +x$xJ7e;n ѶEla:Y*.^{^h$t* +V8]_1J Y&zg2w]7SI ѴT