Zabbix Version: 1.8.2
I have one script that I run against my Oracle Database
The script just find a tablespace that is 97% used.
Result:
Tablespace PERCENT_USED
USERS 97
I just want a trigger that will fire when we found any tablespace that is 97% used.
I am using system.run[command] and it is working just fine but i am unable to define a proper function on trigger.
Any suggestion?
I have one script that I run against my Oracle Database
The script just find a tablespace that is 97% used.
Result:
Tablespace PERCENT_USED
USERS 97
I just want a trigger that will fire when we found any tablespace that is 97% used.
I am using system.run[command] and it is working just fine but i am unable to define a proper function on trigger.
Any suggestion?
Comment