Ad Widget

Collapse

zabora help please

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newbie01.oracle
    Junior Member
    • Feb 2010
    • 18

    #1

    zabora help please

    Hi anyone,

    Am trying to get zabora working with no success and not sure where else to look, I've look at several threads in the forum and followed those suggestions and it does not work as well. Maybe a new thread will bring some life back to anyone who has been working on zabora

    Basically, my problem is from the command line, zabora works alright, but when I did the test, it gives [m|ZBX_NOTSUPPORTED].

    Note below:

    Code:
    -bash-3.00$ ./zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -t oracle[version]
    oracle [m|ZBX_NOTSUPPORTED]
    Running zabora from the command line = OK

    Code:
    -bash-3.00$ /home/zabbix/zabora version
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    -bash-3.00$
    Any response will be very much appreciated. The entry in the zabbix_agentd.conf file is as below:

    Code:
    UserParameter=oracle[*],/home/zabbix/zabora $1 $2
    Not sure what else to try.

    BTW, does anyone know what to do if I want to monitor several databases on the same server and different ORACLE_HOME?

    Any response will be very much appreciated.
  • den_crane
    Senior Member
    • Feb 2006
    • 272

    #2
    Show output of:

    # su your_zabbix_agent_user -c "/home/zabbix/zabora version"

    Comment

    • den_crane
      Senior Member
      • Feb 2006
      • 272

      #3
      and

      ./zabora zaboraver

      Comment

      • Logan
        Junior Member
        • Dec 2009
        • 5

        #4
        Check your permissions.

        Try to execute zabora as the same user that zabbix_agentd runs as:

        for example:

        su - zabbix -c "/<path>/zabora version"

        Comment

        • mfburgo
          Junior Member
          • Apr 2007
          • 12

          #5
          Originally posted by newbie01.oracle
          Hi anyone,

          Am trying to get zabora working with no success and not sure where else to look, I've look at several threads in the forum and followed those suggestions and it does not work as well. Maybe a new thread will bring some life back to anyone who has been working on zabora

          Basically, my problem is from the command line, zabora works alright, but when I did the test, it gives [m|ZBX_NOTSUPPORTED].

          Note below:

          Code:
          -bash-3.00$ ./zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -t oracle[version]
          oracle [m|ZBX_NOTSUPPORTED]
          Running zabora from the command line = OK

          Code:
          -bash-3.00$ /home/zabbix/zabora version
          Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
          -bash-3.00$
          Any response will be very much appreciated. The entry in the zabbix_agentd.conf file is as below:

          Code:
          UserParameter=oracle[*],/home/zabbix/zabora $1 $2
          Not sure what else to try.

          BTW, does anyone know what to do if I want to monitor several databases on the same server and different ORACLE_HOME?

          Any response will be very much appreciated.
          Did you restart the zabbix_agentd after you updated the zabbix_agentd.conf file.

          Is the zabbix user a member of the dba group on your oracle server. I have had to make dba the primary group of the zabbix user on my oracle servers to give it access to the sqlplus.

          To monitor multiple database's I use the same ORACLE_HOME for all my databases on the same server. If you have different ORACLE_HOME's you will need to modify the zabora script to configure ORACLE_HOME correctly for the SID your using. Needed to do this for a script I created that will be a tablespace monitor template also added tablespace monitoring to my local zabora since we manage our tablespaces manually.

          Check those items and run your test of zabora as the zabbix user on the host in question. Most likely zabbix dies not have access to sqlplus

          Comment

          Working...