Automation to check server on Bigfix console

I am working on an automation in order to check whether a host is successfully reporting on Bigfix console.This is for Linux(RHEL).Are there are any OS commands that I can run from the client ?. or any other suggestions ?.

Maybe grep the current log file for “Report posted successfully”?

1 Like

Thanks Tim for your response. How frequent the log will be updated ?.

It really depends on the amount of activity in your environment, along with your configured heartbeat (by default, every 15 minutes, though don’t necessarily expect to see a report posted every 15 minutes). Note that the line previous to one that specifies ‘Report posted successfully’ will include a timestamp for that event. Here’s an example:

At 08:42:40 -0400 - 
   Report posted successfully

Thanks Aram, Can we send a report manually and check the outcome?.