Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
496
Widok
0
28/07/2022 9:13 pm
Topic starter
example
1 Answer
0
28/07/2022 9:26 pm
Topic starter
FreeBSD example
1. download zabbix 5 apache template https://muszak.eu/download/278035/ and install it
2. download zabbix 5 external script https://muszak.eu/download/278040/ and put into folder /usr/local/etc/zabbix5/zabbix/externalscripts
3. create another file file /usr/local/etc/zabbix5/zabbix/externalscripts/query_apachestats
#!/bin/bash set -e /usr/bin/python /usr/local/etc/zabbix5/zabbix/externalscripts/query_apachestats.py "$1" "$2" 2>&1