We recently started deploying the SolarWinds Linux agent to all of our servers. I noticed with the install that a cron job is created.
Running crontab -e shows the following job for the swiagentd service:
* * * * * /bin/sh /etc/init.d/swiagentd swrestart > /dev/null 2&>1
Is it necessary for this to run so often?