Using kbox to find configurations
Is there an easy way to send a command to our servers to KACE and have the information reported back into the activity logs? For example:
cat /etc/yum.conf
I tried this command and it works, but of course the data I'm needing isn't in the activity logs.
-Thanks
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
jknox
9 years ago
Assuming the servers have an agent installed, you should be able to use a custom inventory rule for this. Create a software inventory item for this and add this to the custom inventory field:
ShellCommandTextReturn(cat /etc/yum.conf)
Once the client system inventories, you should see the results under the Custom Inventory Field section.
ShellCommandTextReturn(cat /etc/yum.conf)
Once the client system inventories, you should see the results under the Custom Inventory Field section.
Posted by:
chucksteel
9 years ago