Thanks for following up, send over the System Profile. We don't see to many issues popping out at us, did see some performance graphics data with some error messages. Let's optimize the perfdata as well.
I want to reset the nagios system user account to make sure that it is not expired.
Please let us know which event that is not sending data so we can do further checking.In some situations the nagios user account can expire causing issues like this to occur. Run this command to see if the nagios user is expired:If it is, run this command to enable the expired nagios user:Code: Select all
chage -l nagios
Code: Select all
chage -I -1 -m 0 -M 99999 -E -1 nagios
Thanks,
Perry