Zabbix

Einbindung (Zabbix)

In Zabbix werden diese Schnittstellen wie folgt eingebunden.

UserParameter=egocms.status[*], curl -s http://localhost/bin/monitor/status.php | grep $1 | tail -n1 | cut -c 23-
UserParameter=egocms.apcu[*], curl -s http://localhost/bin/monitor/apcu.php | grep $1 | tail -n1 | cut -c 23-
UserParameter=egocms.cache[*], curl -s http://localhost/bin/monitor/cache.php | grep $1 | tail -n1 | cut -c 23-
UserParameter=egocms.live[*], curl -s http://localhost/bin/monitor/live.php | grep $1 | tail -n1 | cut -c 23-
UserParameter=egocms.search[*], curl -s http://localhost/bin/monitor/search.php | grep $1 | tail -n1 | cut -c 23-
UserParameter=egocms.stats[*], curl -s http://localhost/bin/monitor/stats.php | grep $1 | tail -n1 | cut -c 23-