zabbix_get_script_execution_history
Retrieve script execution history from Zabbix events, filtering by host, script, or time period for audit and troubleshooting.
Instructions
Get history of script executions from Zabbix events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of records returned | |
| hostids | No | Filter by specific host IDs | |
| scriptids | No | Filter by specific script IDs | |
| sortorder | No | Sort order by time | DESC |
| time_from | No | Return only events from this time (Unix timestamp) | |
| time_till | No | Return only events until this time (Unix timestamp) |