forked from germanodlf/bacula-zabbix
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbareos-zabbix.conf
33 lines (22 loc) · 989 Bytes
/
bareos-zabbix.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
### BAREOS CONFIG ###
# see https://github.com/appsinet/bareos-zabbix
# Use 'M' for MySQL
# Use 'P' for PostgreSQL
bareosDbSgdb='P'
# IP address or FQDN of database server
bareosDbAddr='127.0.0.1'
# TCP port of database server. This can be found in /etc/postgresql/XX/main/postgresql.conf or the catalog.conf in the bareos-dir configuration.
bareosDbPort='5432'
# Name of the database used by Bareos. This can be found in the catalog.conf in the bareos-dir configuration.
bareosDbName='DBNAME'
# User used by Bareos on it's database. This can be found in the catalog.conf in the bareos-dir configuration.
bareosDbUser='DBUSER'
# Password used by Bareos on it's database. This can be found in the catalog.conf in the bareos-dir configuration.
bareosDbPass='DBPASSWORD'
### ZABBIX CONFIG ###
# IP address or FQDN of Zabbix server
zabbixSrvAddr='ZABBIX_SERVER'
# TCP port of Zabbix server
zabbixSrvPort='10051'
# Path to zabbix_sender command
zabbixSender='/usr/bin/zabbix_sender'