bug introduced into "nagios-plugins-log" rpm in on RHEL/CentOS 6
"Brian C. Hill" <[email protected]> Wed, 16 Sep 2015 12:37:22 -0700
| Newsgroups | gmane.network.nagios.plugins |
|---|---|
| Message-ID | <[email protected]> |
Hello, Something weird happened when we did the latest yum update. The plugin rpms in EPEL were updated from v1.4.15 to v2.0.3. There is a weird 'bug' that is now check_log. In v1.4.15, these tool variables are correctly set to their locations: GREP="/bin/egrep" DIFF="/bin/diff" TAIL="/usr/bin/tail" But in v2.0.3 they've been _reversed_ - none of them work now: GREP="/usr/bin/egrep" DIFF="/usr/bin/diff" TAIL="/bin/tail" Has anyone else noticed this? Brian