Added legacy script

This commit is contained in:
Riccardo Bicelli 2023-02-26 13:21:25 +01:00
parent 88d53e28dd
commit d8f5a1532e
3 changed files with 2851 additions and 1505 deletions

View File

@ -5,7 +5,7 @@
This is a pfSense active template for Zabbix, based on Standard Agent and a php script using pfSense functions library for monitoring specific data.
Tested with pfSense 2.5.x, Zabbix 4.0, Zabbix 5.0
Tested with pfSense 2.5.x, Zabbix 4.0, Zabbix 5.0, Zabbix 6.0
## What it does
@ -43,7 +43,7 @@ First copy the file pfsense_zbx.php to your pfsense box (e.g. to /root/scripts).
From **Diagnostics/Command Prompt** input this one-liner:
```bash
curl --create-dirs -o /root/scripts/pfsense_zbx.php https://raw.githubusercontent.com/rbicelli/pfsense-zabbix-template/master/pfsense_zbx_legacy.php
curl --create-dirs -o /root/scripts/pfsense_zbx.php https://raw.githubusercontent.com/rbicelli/pfsense-zabbix-template/master/pfsense_zbx.php
```

1573
pfsense_zbx.php Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff