Skip to content

A simple bash script that installs the Zabbix Agent on CentOS based servers.

Notifications You must be signed in to change notification settings

vikir42/zabbix-installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

A simple Zabbix Agent installer

This script sets up the Zabbix Agent on a host and does this with a very simple set of configuration settings. It adds support for automated disk discovery when disks are available on /dev/sd*.

Usage

To install the agent, use the following command:

git clone https://github.com/sensson/zabbix-installer.git
cd zabbix-installer
chmod +x agent-installer.sh
./agent-installer.sh

And follow the questions on screen. You will need to have the Zabbix server IP ready. By default it will use port 10050, though you can adjust this.

It does not set up any firewall rules for you. Don't forget to open up the port you've chosen.

About

A simple bash script that installs the Zabbix Agent on CentOS based servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%