Ad Widget

Collapse

LLD linux processes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thiagomz
    Member
    • Jan 2010
    • 74

    #1

    LLD linux processes

    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 :-(
  • thiagomz
    Member
    • Jan 2010
    • 74

    #2
    Up !

    Comment

    Working...