Aleksey

Results 14 comments of Aleksey

Finally I used clickhouse ODBC driver with weblogic. Its works.

It might be better to make an optional parameter for a item in template. And call from the cron with a parameter that determines what to launch. I'll think about...

Можно заббикс-агенту включить опцию `UnsafeUserParameters=1` Либо воткнуть прослойку перекодирующую и обходящую символ ":".

In second step we created zabbix user in web-interface. He will be read data from DB hosts and create items check list in /usr/lib/zabbix/cache/items-*.

This is active checks. "Perform checks by items list and print additional verbose information for every check" pyora-active.py --address 10.0.0.1 --database SID -v In this step data send on zabbix...

Unfortunately, I worked for a long time with oracle monitoring. And now I have no opportunity to test the script. Try to see the instructions of the original verification script...

Check step 7 and 8 - zabbix agent must have checks items: ``` UserParameter=pyora-discovery[*],/usr/lib/zabbix/externalscripts/pyora-discovery.py --address $1 --database $2 $3 UserParameter=pyora-items-list[*],/usr/lib/zabbix/externalscripts/pyora-items-list.py --zabbixurl "$1" --zabbixuser "$2" --zabbixpassword "$3" --hostname "$4" --address "$5"...

No. $1, $2 and so - zabbix variables, you don't need edit them. Just copy file oracle_pyora.conf to /etc/zabbix/zabbix_agentd.d/ directory and restart zabbix agent. When a zabbix server requests an...

Yes. Try use zabbix_get. https://www.zabbix.com/documentation/current/manual/concepts/get Check agent settings. May be config not included.