Skip to content

Latest commit

 

History

History
executable file
·
51 lines (36 loc) · 1.44 KB

README.md

File metadata and controls

executable file
·
51 lines (36 loc) · 1.44 KB

zabbix-agent-static

Sometimes your need to install static binaries of zabbix:

  • you run some legacy systems where you cannot install recent libaries
    (legacy operation systems, legacy enterprise software, ...)
  • there are no operating system packages for your plattform
  • ...

This repository downloads archives for static agents and creates suitable packages.

Currently supported:

  • Debian Packages
  • RPM Packages (partially, sysv init not complete)

This project utilizes fpm:

How to use

  • Install FPM

    sudo apt-get install ruby-dev build-essential debhelper devscripts rpm
    gem install fpm --user
    
  • Add a zabbix-agent config template, if neccessary (<projectdir>/zabbix_agentd.conf.custom)

  • Create packages

    git commit ....
    ./create_packages
    
  • Install the rpm or debian archive on as an addition to your zabbix-agent:

    rpm -Uvh noarch/zabbix-agent-static-<version>.noarch.rpm
    dpkg -i zabbix-agent-static_<version>_all.deb
    

Licence and Authors

Additional authors are very welcome - just submit your patches as pull requests.

This software is licensed by GPLv2 - review file "LICENSE"