On Sun, 19 Apr 2020 at 14:46, Kevin Fenzi <kevin@xxxxxxxxx> wrote:
On Sun, Apr 19, 2020 at 01:55:56PM -0400, Stephen John Smoogen wrote:
> NRPE for Fedora was updated to 4.0.4 which got auto-updated on many of the
> infrastructure systems. However, the noc servers are still running a much
> older version of nrpe which is causing some issues with monitoring.
>
> Plan: run on batcave01
>
> sudo ansible -i noc:batcave:bastion:people -m shell -a 'yum
> --enablerepo=epel-testing update nagios* nrpe*'
> sudo ansible -i noc:batcave:bastion:people -m shell -a 'rkhunter --propupd'
+1, but note the problem is all rhel7 hosts. Fedora got a stable update
and we applied it, but rhel7 still doesn't have it (still in testing).
So, how about:
ansible -m shell -a 'yum -y --enablerepo=epel-testing update nagios* nrpe*' distro_RedHat
I implemented this final version and ran it. This FBR is complete.
That will get only all the rhel7/8 machines. :)
kevin
_______________________________________________
infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
Stephen J Smoogen.
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx