Crontab
Retrieves all the jobs scheduled in crontab in the target system.:
Query
select * from crontab;
Additional Query Info
- Version: 1.4.5
- Platform: posix
- Interval: 3600
JSON
{
"queries": {
"Crontab": {
"query": "select * from crontab;",
"interval": "3600",
"platform": "posix",
"version": "1.4.5",
"description": "Retrieves all the jobs scheduled in crontab in the target system.",
"value": ""
}
}
}