Skip to content

Udeus/zabbix-import-hosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zabbix import hosts

Easy import hosts from Excel file to Zabbix server.

Requirments

  • Python 3.x + pip
  • Zabbix server

Install

pip install -r requirements.txt

Usage

Run script: python main.py --url <zabbix_address_url> --token <zabbix_api_token>

Example: python main.py --url http://192.168.1.105 --token d36cab4cb00097b11bb97739828aed93ec521858de3e007a2d91a2047ff5a72d

Commands

Command Description
help Show all commands
groups Show all groups and ID
templates Show all templates and ID
template Show ID one template
proxies Show all proxies
import hosts Import hosts from file to Zabbix server
exit Close script

License

License: https://github.com/Udeus/zabbix-import-hosts?tab=GPL-3.0-1-ov-file

Releases

No releases published

Packages

No packages published

Languages