Hi all, I'm sure I'm doing something wrong here, but nevertheless I need the help.
I'm trying to add in a perl script that I wrote to tell me the daily max connections to an Oracle DB. I have the script written and working correctly, I'm just having a devil of a time adding it into the agent.
UserParameter=oracle.maxconcurrent,perl d:\zabbix\zscripts\maxconcurrent.pl
Using that, the agent spins up blank perl processes that sit and wait for me to kill them off. Any thoughts on how to get this to work properly?
I'm trying to add in a perl script that I wrote to tell me the daily max connections to an Oracle DB. I have the script written and working correctly, I'm just having a devil of a time adding it into the agent.UserParameter=oracle.maxconcurrent,perl d:\zabbix\zscripts\maxconcurrent.pl
Using that, the agent spins up blank perl processes that sit and wait for me to kill them off. Any thoughts on how to get this to work properly?
Comment