Hi all,
I've got a Zabbix Server and a Zabbix Proxy (which is in another country). They both connect to each other via a Site-to-Site VPN.
I am monitoring my Oracle DB in the same country as my Zabbix Proxy by running a couple of scripts. I am running the scripts against my Master and Standby Oracle DB
Monitoring my Oracle Master DB with: au_check_replication_master.sh
Monitoring my Oracle Slave DB with: au_check_replication_slave.sh
The problem is that I am getting same
errors, and that only happens for the Standby DB, not for the master.
A couple more information:
Note:
is a calculated item using both
and
From my Zabbix Server logs:
From my Zabbix Proxy:
I don't see any errors, even increasing the Level Log.
From my Oracle Slave DB:
I don't see any errors on the Zabbix Agent.
What could be causing the Script to timeout? Where do I begin to investigate this?
Thanks in advance!
I've got a Zabbix Server and a Zabbix Proxy (which is in another country). They both connect to each other via a Site-to-Site VPN.
I am monitoring my Oracle DB in the same country as my Zabbix Proxy by running a couple of scripts. I am running the scripts against my Master and Standby Oracle DB
Monitoring my Oracle Master DB with: au_check_replication_master.sh
Monitoring my Oracle Slave DB with: au_check_replication_slave.sh
The problem is that I am getting same
Code:
error: Timeout while executing a shell script
A couple more information:
Note:
Code:
db2:archivelog_gap
Code:
db2:au_check_replication_slave.sh
Code:
db2:au_check_replication_master.sh
Code:
22820:20180627:165641.375 value:0 state:1 error:'Cannot evaluate expression: "Cannot evaluate function "db2:archivelog_gap.min(10m)": item is not supported.".' lastchange:0 22850:20180627:165653.539 item [db2:au_check_replication_slave.sh] error: Timeout while executing a shell script. 22830:20180627:165653.681 item "db2:au_check_replication_slave.sh" became not supported: Timeout while executing a shell script.
I don't see any errors, even increasing the Level Log.
From my Oracle Slave DB:
I don't see any errors on the Zabbix Agent.
What could be causing the Script to timeout? Where do I begin to investigate this?
Thanks in advance!
Comment