https://github.com/intaro/zabbix-pinba
50x HTTP codes monitoring from Pinba in Zabbix.
https://github.com/intaro/zabbix-pinba
Last synced: 6 months ago
JSON representation
50x HTTP codes monitoring from Pinba in Zabbix.
- Host: GitHub
- URL: https://github.com/intaro/zabbix-pinba
- Owner: intaro
- License: mit
- Created: 2016-03-24T08:18:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T12:37:47.000Z (almost 6 years ago)
- Last Synced: 2025-08-21T02:47:47.811Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zabbix-pinba
50x HTTP codes monitoring from Pinba in Zabbix.
## Installation
1) Install the scripts
```
cd /tmp
git clone https://github.com/intaro/zabbix-pinba
sudo cp zabbix-pinba/* /etc/zabbix/scripts/
sudo chmod +x /etc/zabbix/scripts/pinba
```
2) Edit config (database connection and hosts list)
```
cp /etc/zabbix/scripts/pinba.conf.php.dist /etc/zabbix/scripts/pinba.conf.php
nano /etc/zabbix/scripts/pinba.conf.php
```
3) Install template in Zabbix
Install `/tmp/zabbix-pinba/pinba-template.xml` in Zabbix. In template you can configure the border `$PINBA_ERRORS_MAX` for trigger errors count.