Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Latest commit

 

History

History

zabbix

Zabbix

Scripts to use with Zabbix

houseKeeperLogParser.html -- A javascript housekeeper log parser. Paste your zabbix_server.log in here to parse out the useful stats from the housekeeper. Support for 4.0, 6.0, and 6.4. (5/8/24 - appears to be broken....hrmmmm....)

checkHost.py -- Submit tasks for Zabbix to check one or mote items on one or more hosts

problems.py -- lists problems, options to ack, add message, and close

unsupportedItems.py -- lists all unsupported items

run_script.py -- run a frontend script

All .py scripts requite a .zbx.env file in the directory with the script, formatted like the below with an authID and apiURL parameter. The authID can be obtained using the user.login API call or via User settings --> API tokens in the web UI.

authID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
apiURL=https://zabbix.host.com/api_jsonrpc.php