guys,
I need monitor Oracle database processes, how can I do that with LLD ?
[root@ora11g ~]# ps -fu oracle | grep pmon | awk '{print $8}'
ora_pmon_PRODUTOS
ora_pmon_TREINAM
How to create a .pl script in JSON format to automatic create this 2 items in zabbix server ?
Thank you...
I am trying to do that with https://www.zabbix.com/documentation...evel_discovery but I not a Perl programmer :-(
I need monitor Oracle database processes, how can I do that with LLD ?
[root@ora11g ~]# ps -fu oracle | grep pmon | awk '{print $8}'
ora_pmon_PRODUTOS
ora_pmon_TREINAM
How to create a .pl script in JSON format to automatic create this 2 items in zabbix server ?
Thank you...
I am trying to do that with https://www.zabbix.com/documentation...evel_discovery but I not a Perl programmer :-(
Comment