Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: nagios-plugins https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176374 ------- Additional Comments From jpo@xxxxxxxxxxxx 2006-05-13 15:23 EST ------- Mike, Missing requirements -------------------- Every external binary needed by a plugin needs to be on the requirement list of that plugin. An example, the check_fping plugin requires the /usr/sbin/fping file (or the fping package). Right now you are only requiring it during the building process. $ strace -f -e trace=execve ./check_fping 127.0.0.1 execve("./check_fping", ["./check_fping", "127.0.0.1"], [/* 23 vars */]) = 0 Process 9277 attached [pid 9277] execve("/usr/sbin/fping", ["/usr/sbin/fping", "-b", "56", "-c", "1", "127.0.0.1"], [/* 1 var */]) = 0 Process 9277 detached --- SIGCHLD (Child exited) @ 0 (0) --- Other plugins will needed to be checked. Will try to check a couple more during in the next days. Net::SNMP --------- Are you removing the following two plugins because http://search.cpan.org/dist/Net-SNMP/ isn't available in Extras? # check_ifoperstatus and check_ifstatus require Net::SNMP %{__rm} %{buildroot}/%{_libdir}/nagios/plugins/check_ifoperstatus %{__rm} %{buildroot}/%{_libdir}/nagios/plugins/check_ifstatus I will see if I can package it ASAP. /jpo -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review