My RHN Satellite (Spacewalk) server is having issues with monitoring. The Spacewalk Monitor Scout will not push out successfully. It always stops with a Request Expired status. I can't seem to find any error logs. I don't believe that it is a firewall or SELinux issue.
I can run /usr/bin/ssh -l nocpulse -p 4545 -i /var/lib/nocpulse/.ssh/nocpulse-identity -o StrictHostKeyChecking=no -o BatchMode=yes computername /bin/sh -s
And get results back from the client machine. But from the web console the scout expires. In addition, all of my monitor probes are stuck in an Awaiting Update status. The Spacewalk server public key is in the correct location on all clients /var/lib/nocpulse/.ssh/authorized-keys. I'm kind of at a loss. Any help is appreciated.
service iptables stopand asetenforce 0and then tried to see if it would work? – sparticvs Dec 4 '12 at 3:10strace -fpon the PID of that monitor to see what is going wrong. Is there really nothing in /var/log/messages about the problem? Are you running this in a VM with limited RAM-resources? – Nils Dec 5 '12 at 20:58