To check the agent version and module configuration on a Linux machine, use the following commands:
- Agent Version
- rpm -qa ds_agent
For Example:
$ rpm -qa ds_agent
ds_agent-20.0.0-877.el6.i686Note that "20.0.0-877" is the agent version.
- Module Configuration
- /opt/ds_agent/sendCommand --get GetConfiguration | grep "Feature "
Where:
1 - On
2 - OffFor Example:
$ /opt/ds_agent/sendCommand --get GetConfiguration | grep "Feature " <Feature name='RELAY' state='0'/> # If agent is configured as a relay <Feature name='AM' state='1'/> # Anti-Malware <Feature name='WRS' state='0'/> # Web Reputation <Feature name='SENSOR' state='1'/> # Activity Monitoring <Feature name='AC' state='0'/> # Application Control <Feature name='IM' state='0'/> # Integrity Monitoring <Feature name='LI' state='0'/> # Log Inspection <Feature name='FW' state='0'/> # Firewall <Feature name='DPI' state='0'/> # Intrusion Prevention <Feature name='CCTRL' state='0'/> # Container Control