Skip to content

suptimal/zabbix-fritz.box-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zabbix-fritz.box-collector

collects fritzbox metrics using a simple php-script with soap-client using Docker.

SETUP

  1. import templates/template_fritz.box.xml into zabbix

  2. set ZABBIX_SERVER address in bin/send_stats.sh

  3. build and run container

cd container
docker build -t php-soap/php-soap:7.0 ./
cd ..
#run container
bash docker-run.sh
  1. create host with hostname "fritz.box" and link template.
    • if u choose another hostname update $hostname in bin/get_status.php accordingly.
    • for extended information create an fritzbox user and set $fritz_user and $fritz_password in bin/get_status.php.

About

collects fritzbox metrics using php and docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published