Skip to content
Snippets Groups Projects
Commit 4a76a692 authored by Michele Grandolfo's avatar Michele Grandolfo
Browse files

Added alert script letting zabbix-metrics work with call back toward BL's exposed web service

parent d61a6715
No related branches found
No related tags found
1 merge request!1Zabbix external script dev + alert script
# Zabbix External Scripts
## Info
Gli script Python in questo progetto sono usati come check esterni per il monitoring verso Zabbix Server tramite l'utilizzo di Zabbix Proxy.
The Python scripts contained in this project are used as external checks in Zabbix server by means of ZAbbix proxy.
## Autori
## Authors
Roberto Valentini, Daniele Belfiore, Daniele Spiga, Matteo Pergolesi
#!/bin/bash
curl -X POST -H "Content-Type: application/json" -H "X-Auth-Token: $2" -d "$3" "$1" -o /var/log/zabbix/zabbix_server.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment