If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
I think I need to deeper my question.
I've got a Solaris server (on which I've deplaoyed Zabbix agent) which contains several Oracle instances (let's call them SID1, SID2, ...).
I've set an Oracle template based on the options of zabora (rcachehit, version, dbsize, checkactive...)
On the agent, I've added in my zabbix_agentd.conf the line :
UserParameter=oracle[*],/path/to/zabora \$1 \$2
so the agent can check the parameters of my current instance set in the environmment variable ORACLE_SID=SID1.
On the server side, in the php frontends, I've added the template Oracle to the host 'Solarais server'.
But the problem is here : how to monitor my others Oracle instances SID2, SID3... ?
Is it possible to add a parameter to my templates (the SID) so as to monitor all my instances for one server (one Zabbix agent) ?
On the server side, in the php frontends, I've added the template Oracle to the host 'Solarais server'.
But the problem is here : how to monitor my others Oracle instances SID2, SID3... ?
add items direct to host
key: oracle[dsksortratio, sid2]
key: oracle[dsksortratio, sid3]
I need some help with zabora...
When the monitored database is open and active (in fact, when all is ok...), the monitoring is fine and consumes few cpu load.
But when my database is down or listener is off for example, all the items returns (Not Supported) and I think the agent try excuting these item much more oftenly cause they doesn't work (maybe I'm wrong as I don't know how the Not Supported items are handled by Zabbix). As a result, the script consumes a lot more, and the load average is increasing of 2-3 points on that monitored host.
You, users of zabora, did you encounter the same issue as described ?
More generally, is there a way to disable the verification of item(s) when one other are down ? For the triggers, we can ignore a trigger when another one is activited (through the dependencies function) : maybe it's possible too with items ?
When tried all previous steps, they worked ok. But when I added the new host (Oracle server) to Zabbix monitored list, these new items appeared as "Not Supported by Zabbix agent" although I activated these items many times but nothing changed.
So kindly advise.
However, all previous tests from the setup-posting work. Zabora works from the command line:
oracle@db0$ ./zabora uptime
444119
As I did add the line
UserParameter=oracle[*],/opt/zabbix/zabora $1 $2
to /etc/zabbix/zabbix_agentd.conf
Then restarted the zabbix_agentd with svcadm, restarted with out error.
oracle@db0$ ./zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -p|grep -i oracle doesn't show me anything.. tho i'm new to this and am not sure if it should.
Hi Everybody,
i am a newbie to Zabbix and this zabora too.
i am basically a system admin and not much knowledge with oracle dba.
i need to monitor some of the oracle services through zabbix.
i hope this zabora is a very helpful tool for achieve this.
Is there any step by step guide to follow and install zabora ?
I want to monitor multiple oracle instances on different hosts. Does this script need to be present on each host to obtain functionality? Or is there a way to do this in a more 'central' manner? i.e., using the Oracle Instant Client?
Comment