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?.