Process Env

Retrieves all the environment variables per process in the target system.:

Query

select * from process_envs;

Additional Query Info

  • Version: 1.4.5
  • Platform: posix
  • Interval: 86400

JSON

{
  "queries": {
    "Process Env": {
      "query": "select * from process_envs;",
      "interval": "86400",
      "platform": "posix",
      "version": "1.4.5",
      "description": "Retrieves all the environment variables per process in the target system.",
      "value": ""
    }
  }
}