BigFix inspector for crontab

Are there any BigFix Inspectors to check crontab entry?

There is no dedicated inspector for crontab, but you can export to a file via fixlet.

wait sudo su - root -c "crontab -l  > /some/path/crontab.txt"

Then have an analysis utilizing file and string inspectors to parse the crontab export file.

2 Likes