1- allow admin to configure agent to run specific script or command on remote host, with periodically time manner and send the result to DB to save and show it as table,chart..... .
for example as linux administrator i want to know numvber of rx discard in my machines. the flowing command is used "ethtool -S ethX| grep rx_discards".

it would be great that agent could run this command, send the result to Solar DB to save as time series data for future analysis.
2- configure agent to send specific service logs that are save on remote host HDD to solarwinds server as a part of logging service.
for example configure agent to send all logs in "/var/log/nginx/*" to solarwinds with specific tag for future use.