what i have to do now? maybe i not understand the flow how it work. You understand what i want to monitor right? i want to monitor my zabbix server itself. i use mysql as databse and i want to monitor this database that i give name zabbix. so, i think the ZabbixServerList=ZabbixServer1
ZabbixServer1.Address=127.0.0.1
ZabbixServer1.Port=10051
#DatabaseList=ZABBIX
DatabaseList=zabbix-->i name it zabbix when create mysql databse before
#define here your connection string for each database
#jdbc:mysql://[host
ort],[host
ort].../[database]
jdbc:mysql://127.0.0.1:3306/zabbix
#ZABBIX.Url=jdbc:mysql://monitor.ente.regione.emr.it:3306/zabbix
ZABBIX.Url=jdbc:mysql://127.0.0.1:3306/zabbix
SO, WHAT IS WRONG HERE?? THE REST I USE THE RIGHT USER AND PASSWORD FOR ZABBIX DATABASE.
ZabbixServer1.Address=127.0.0.1
ZabbixServer1.Port=10051
#DatabaseList=ZABBIX
DatabaseList=zabbix-->i name it zabbix when create mysql databse before
#define here your connection string for each database
#jdbc:mysql://[host
ort],[host
ort].../[database]jdbc:mysql://127.0.0.1:3306/zabbix
#ZABBIX.Url=jdbc:mysql://monitor.ente.regione.emr.it:3306/zabbix
ZABBIX.Url=jdbc:mysql://127.0.0.1:3306/zabbix
SO, WHAT IS WRONG HERE?? THE REST I USE THE RIGHT USER AND PASSWORD FOR ZABBIX DATABASE.
I'm in the same situation but really busy at the moment I don't have time to test enough..
Comment