Skip to content

Create a os package using the static zabbix agent executables

License

Notifications You must be signed in to change notification settings

zabbix-tooling/zabbix-agent-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Create a os package using the static zabbix agent executables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages