Skip to content

automatization for simple managing zabbix from yaml config

License

Notifications You must be signed in to change notification settings

dopesickjam/zabbix-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zabbix-manager

  1. Create yaml from template zabbix.yaml.example
  2. Create .env from .env.example
  3. Install requirements.txt or build docker
pip install -r requirements.txt

docker build -t zabbix-manager
  1. Run for create groups:
python app.py --config zabbix.yaml.example --create_hosts_groups
or for docker
docker run --rm -t zabbix-manager python3 app.py --config zabbix.yaml.example --create_hosts_groups
  1. Run for create hosts:
python app.py --config zabbix.yaml.example --create_host
or for docker
docker run --rm -t zabbix-manager python3 app.py --config zabbix.yaml.example --create_host

About

automatization for simple managing zabbix from yaml config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published