I'd be really grateful for some assistance as I think I've hit a dead end and what I though would be a 'relatively' simple task.
We run an osTicket helpdesk (in a MariaDB database) and I wanted to get the current ticket counts (open, pending etc.) to display on our zabbix dashboard. Simple,...
Search Result
Collapse
38 results in 0.0025 seconds.
Keywords
Members
Tags
-
Help getting SQL Query for Item
-
jurgen16 started a topic ODBC Poller logic, how many for monitoring around 20 DB with Template Oracle by ODBCin Zabbix HelpODBC Poller logic, how many for monitoring around 20 DB with Template Oracle by ODBC
Hello,
How much ODBC pollers should have for monitoring around 20 DB's because I am reaching this trigger: Utilization of ODBC poller processes over 75%, when 2 of them goes down. In that case the trigger is raised and I am receiving from all DB's the trigger "Failed to fetch info...Last edited by jurgen16; 06-10-2025, 10:31. -
odbc.get columns are reordered after jsonpath preprocessing
Hello,
I use odbc.get to get a list of 6 columns (ID, SUB_ID, TYPE, STATUS, NAME, CATEGORY) and then use JSONPATH preprocessing on a dependent item to filter out some of the results by TYPE:
$[?(@.TYPE=='XXXX' || @.TYPE=='XXXX')]
The problem is the ordering of...Last edited by Ace; 26-08-2025, 14:03. -
MSSQL by ODBC -Few things are Not supported
Hi
I would like to kindly ask for your help,
I am struggling with monitoring these three things via MSSQL by ODBC template:
1. MSSQL: Get Buffer Manager counters: MSSQL: Buffer cache hit ratio – I received: status not supported - info - Preprocessing failed for: [{"object_name":"SQLServer:Buffer... -
Oracle By ODBC - Error ORA-01033
How can the trigger Oracle Database '{#DBNAME}': Open status in mount mode work if, when the database is in the mounted status, the session cannot log in to the database? All items (including Oracle Database '{#DBNAME}': Open status item ) receive the following error:
Cannot connect to...Last edited by solaireofastora; 13-11-2023, 20:42. -
oracle odbc monitoring using role based connects (sysdba/sysdg/...)
Hi,
I want to do some oracle checks using odbc on ASM instances (login as sysdba) and mounted physical standby databases (login as sysdg). But using zabbix odbc based checks I do always fail to login with this error:
Cannot connect to ODBC DSN: [SQL_ERROR]:[28000][1017][[Oracle][ODBC][Ora]ORA-01017:... -
Zabbix Proxy script fail - Segmentation fault
I set up a Proxy 6.2 with ODBC for an Oracle DB.
The connection is running and I can collect some data from the DB.
I can test the connection using iSQL and it works fine at the command line.
...Code:$ isql [dsn] [user] [pass] -b << EOF select count(*) from GENESYS_[dsn].TABLE;
-
ZABBIX Integration Issue with MSSQL Server via MS ODBC for Ubuntu
Information:
Integration with MSSQL by ODBC DB Template
https://www.zabbix.com/br/integrations/mssql
ubuntu 20.04 in Virtual BOX Mode Bridge
Microsoft ODBC Driver for SQL Server (Linux - Ubuntu) - ms odbc 18
https://docs.microsoft.com/en-us/sql/con... -
MSSQL BY ODBC
Hello everyone, hope you doing good,
I'm new in monitoring and i start using zabbix, i found it usefull and i want to monitor microsoft sql server using zabbix but whene i add the MSSQL BY ODBC themplate i didn't get any information my server, and everything is configured right i'v trying a week... -
Oracle: failed to fetch data ZABBIX
So i am trying to monitor oracle database replication using zabbix,
my setup is:- oracle database 11g r2
- zabbix 5.4
-
Comunicação Zabbix e banco Oracle via ODBC
Olá
Estou estudando mais sobre o Zabbix e possuo básico conhecimento em banco de dados... Contudo, preciso fazer uma configuração para que o Zabbix se comunique com o banco Oracle, via ODBC. Fiz as configurações seguindo vários tutoriais e também a documentação (https://www.zabbix.com/documen...Last edited by cyberphantom; 04-01-2022, 15:50. -
use ODBC'odbc.ini to save databases' password as clear text, its's not safe!
Do you have a way to solve this problem??
3Q!!
----------------
vi /etc/odbc.ini
[test]
Description = MySQL test database
Driver = mysql
Server = 127.0.0.1
User = root
Password =
Port = 3306
Database... -
ZABBIX ODBC for processing logging tables
Hello everybody,
how can I process data in tables in a database that are used for logging purposes?
The table usually consists of a timestamp, severity and message.
With "db.odbc.getdb" I can get json but
* How to get the last unprocessed lines?... -
[unixODBC] Can't open lib '/usr/lib64/libtdsodbc.so.0' : file not found
Hello guys,
My company is implementing Zabbix on a test/PoC environment and currently we are stuck at this error:
...Code:bash-5.0# isql MSSQL sa <password> -v [01000][unixODBC][Driver Manager]Can't open lib '/usr/lib64/libtdsodbc.so.0' : file not found [ISQL]ERROR:
-
clauclauds started a topic Cant connect to ODBC DSN: Data source name not found and no default driver specifiedin Zabbix HelpCant connect to ODBC DSN: Data source name not found and no default driver specified
I install ODBC to monitoring Oracle Database via Zabbix, but I got error :
I did everything on tutorial, here's my config :
/etc/odbcinst.ini :
...Code:[OracleDriver] Description=Oracle ODBC driver for Oracle 11g Driver=/usr/lib/oracle/11.2/client64/lib/libsqora.so.11.1