Retrieves the current status of IP/IPv6 forwarding.: Identify if a machine is being used as relay.
Query:
select * from system_controls where oid = '4.30.41.1' union select * from system_controls where oid = '4.2.0.1';Additional Query Info:
Version: 1.4.5
Platform: posix
Interval: 3600
JSON:
{ "queries": { "ip_forwarding": { "query" : "select * from system_controls where oid = '4.30.41.1' union select * from system_controls where oid = '4.2.0.1';", "interval" : "3600", "platform" : "posix", "version": "1.4.5", "description" : "Retrieves the current status of IP/IPv6 forwarding.", "value" : "Identify if a machine is being used as relay." } } }