Files
templates/net-mgmt/zabbix-agent/README.md
Barry McCormick 11e0766184 Bootstrap cleanup (#4)
* README cleanup

* template migration

* convert percona to new bastillefile format

* convert gitlab to bastillefile format

* convert php to bastillefile format

---------

Co-authored-by: Barry McCormick <bmccormick@debianbeast.maildragon.com>
2023-10-08 11:48:01 -06:00

28 lines
759 B
Markdown

## Status
[![pipeline status](https://gitlab.com/bastillebsd-templates/zabbix-agent/badges/master/pipeline.svg)](https://gitlab.com/bastillebsd-templates/zabbix-agent/commits/master)
## Usage
```shell
bastille template TARGET bastillebsd-templates/zabbix-agent
```
## Post Install Steps
Once this is done running there are a couple of manual steps you have to do. First edit the file
/usr/local/etc/zabbix5/zabbix_agentd.conf
and edit the following lines with your server ip/hostname, and your client's hostname:
Server=1.1.1.1
ServerActive=1.1.1.1
Hostname=hostname.domain.tld
then restart the zabbix agent:
```shell
bastille service TARGET zabbix-agentd restart
```
and at this point you can add this client to your zabbix server.