Skip to content

erigones/ludolph-zabbix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ludolph-zabbix

Ludolph: Zabbix API plugin

https://badge.fury.io/py/ludolph-zabbix.png

Installation

  • Install the latest released version using pip:

    pip install ludolph-zabbix
    
  • Add new plugin section into Ludolph configuration file:

    [ludolph_zabbix.zapi]
    # Zabbix server URI
    server = https://zabbix.example.com/zabbix
    # ssl_verify = true
    
    # Zabbix credentials
    username = ludolph
    password =
    
    # HTTP authetication
    #httpuser =
    #httppasswd =
    
  • Reload Ludolph:

    service ludolph reload
    

Dependencies:

Links

License

For more information see the LICENSE file.


The Ludolph Zabbix plugin is inspired by Dante.