Questions tagged [zabbix]

Zabbix is an open source monitoring software

Zabbix is an open source monitoring software. At the core sits a server daemon, written in C and gathered data can be accessed by using a PHP frontend. Zabbix provides binary agents for most platforms and may store both configuration and gathered values in MySQL, PostgreSQL, SQLite, Oracle or IBM DB2 databases.

See the official homepage or Wikipedia entry for more information.

518 questions
1
vote
1 answer

Zabbix Agent Wont Discover Services with Remote Script

I'm trying to create template that relies on PowerShell scripts which enumerates the services on a remote Window server. It should then create an item for each service that defaults to disabled where I can go and enable the items that I want…
1
vote
1 answer

zabbix user defined macro in script parameters (media type)

I have an alert script in zabbix 3.4 that I would like to be run using user defined macros {$FOO}, basically the macro would store a predefined value I am setting the {$FOO} in the media type (see screenshot) and using the predefault macro…
Jorge Mendes
  • 316
  • 1
  • 2
  • 12
1
vote
1 answer

zabbix - trigger alerts from web scenario

I have created a trigger for a check on a web scenario (using the example below). It triggers an alert if there are 3 values equal 0 within 60secs. My understanding was that web.test.fail returns the step number when it fails. What I do not…
Allano
  • 31
  • 1
  • 1
  • 4
1
vote
3 answers

How to test zabbix simple check in command line?

Just like zabbix_get for zabbix agent: /usr/local/zabbix/bin/zabbix_get -s 10.10.10.1 -p10050 -k system.uptime
要你命三千
  • 11
  • 1
  • 1
  • 2
1
vote
1 answer

How to get all sensor from a Supermicro JBOD via IPMI

how can I get all sensors on a SM JBOD via IPMI? When I use the IPMIView from Supermicro I see a lot of them, some of these not, specialy PSU (PMBus) things like Temperature, Voltage, etc. I need this for monitoring this sensors also. Can somebody…
colttt
  • 121
  • 2
1
vote
1 answer

Get value from agent failed: TCP successful, cannot establish TLS to ][0.0.0.0]:10050]: connection closed by peer

The color of ZBX Availability is changing into red from green and getting following error message on Zabbix Active Check monitoring: "Get value from agent failed: TCP successful, cannot establish TLS to ][0.0.0.0]:10050]: connection closed by…
1
vote
2 answers

Only MySQL in Zabbix frontend configuration

I upgraded my Debian 8 to 9, with zabbix-server installed. After upgrade I reinstalled zabbix-frontend-php. I'm trying to reconfigure frontend and in step "Configure DB connection" there is only MySQL as a database type. How can I connect it to…
29ru
  • 33
  • 1
  • 1
  • 4
1
vote
0 answers

In Zabbix, how do I prevent triggers from firing based on another trigger's status?

Here is my current setup: Basically, I have one trigger that runs a web scenario every 15 seconds to see if my service is online. Then, I have two other triggers that run web scenarios every 60 seconds that make calls to the tool to check the…
Gray Adams
  • 165
  • 7
1
vote
2 answers

iDRAC monitoring with zabbix

I want to monitoring my Dell's iDRAC with Zabbix 3.0 (on Centos7). But it does not load the custom MIB. I tried every solutions what I found, but its still do nothing. Zabbix error: SNMP agent item "sysUpTime" on host "host_name" failed: first …
Crowor
  • 123
  • 2
  • 13
1
vote
1 answer

selinux cause 2 error: httpd write access mysql and zabbix search mysql

I have a question similar to this : Zabbix server SELinux policy but a little different: I have a Zabbix server running on a RHEL 6 ,when I enable selinux , I got this error: Error connecting to database: Can't connect to local MySQL server through…
feitat
  • 11
  • 5
1
vote
1 answer

Decrease zabbix server connections to database

Is it possible to define a database pool value in order to decrease the database connections sent from zabbix server? I saw a method when it was done through apache mod_fcgid, Shall it be done with mod mpm_prefork as well? By doing tests (with only…
1
vote
1 answer

Send zabbix alerts with HTML template

I would like to send zabbix alerts in a good format instead of the default one. I haven't installed zabbix from sources so I can't modify the file src/libs/zbxemail/email.c. to change plaintext with html. Is there another way to do that please ?
user396019
  • 77
  • 1
  • 2
  • 5
1
vote
1 answer

Server suddenly drops in free memory, but still runs fine

I'm running Debian 8 with 8GB memory. Also running Zabbix and have added a custom item showing free memory: vm.memory.size[free] It has run for weeks have around 4GB free memory according to the Zabbix info. Suddenly, over 3 days it has dropped to…
Michael Nielsen
  • 131
  • 2
  • 9
1
vote
3 answers

What is initial mysql root password in zabbix_server_mysql?

I followed the instruction to install zabbix_server_mysql 3.2 in Ubuntu16. wget http://repo.zabbix.com/zabbix/3.2/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.2-1+xenial_all.deb dpkg -i zabbix-release_3.2-1+xenial_all.deb apt-get…
asleea
  • 159
  • 1
  • 1
  • 9
1
vote
1 answer

SNMPv3 do not work in zabbix

If I run snmpwalk on the same machine of zabbix server I can collect data with SNMPv3 snmpwalk -v3 -u Usnmp -l AuthNoPriv -a MD5 -A 'AuthPass' 10.x.x.x .1.3.6.1.2.1.1.3.0 DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (61650508) 7 days,…
Joao Vitorino
  • 146
  • 1
  • 9