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
2
votes
2 answers

Understanding Zabbix Triggers

I have zabbix set with an item to monitor a log file on a zabbix client: log["/var/log/program_name/client.log","ERROR:","UTF-8",100] And a trigger to determine when that log file get's more…
Mediocre Gopher
  • 803
  • 1
  • 13
  • 24
2
votes
2 answers

Zabbix "Application" monitoring - How do I detect a "hung" frozen application

I have Zabbix Server on Ubuntu working... I have an Agent install on my Windows server. Template_Windows works wonders and gives me all sorts of stats that I'm happy to play with... The problem is that I'm trying to monitor an application. Not a…
WernerCD
  • 344
  • 2
  • 6
  • 18
2
votes
2 answers

MySQL DB causing high IO running Zabbix server

My VPS host is complaining that I am using by far the highest IO on the host. Im running a Zabbix monitoring server with a MySQL innodb database. The VPS has 512MB ram. I dont understand why the mysqltuner.pl script is recommending…
Michelle
  • 923
  • 5
  • 20
  • 30
2
votes
3 answers

SQlite and zabbix

Has anyone ever used sqlite as the only database for their zabbix server? I'll be monitoring a uplink ports on a couple hundred switches and a small number of other services such as radius or http servers. This will be on an oldish opteron server…
chris
  • 11,944
  • 6
  • 42
  • 51
2
votes
3 answers

How should I implement an email circuit test?

I want a high-level test that ensures that both incoming and outgoing email services are operating normally. I've achieved this by writing a python script which does this: Send a message with a unique hash through my mail server to…
lukecyca
  • 2,205
  • 13
  • 20
2
votes
2 answers

How to query custom performance counters using Zabbix agent?

I was thinking of instead sending data to Zabbix Trapper I could send to Windows Performance monitor and then capture it using Zabbix Agent. Is it possible? How?
Jader Dias
  • 4,705
  • 19
  • 50
  • 51
2
votes
1 answer

Zabbix proxy under error "failed to update local proxy configuration copy"

This morning I've installed a Zabbix Proxy on an host and I've seen this message in the error log /var/log/zabbix-proxy/zabbix_proxy.log using the default Template Linux: received configuration data from server at "", datalen 10911 failed…
Valerio Bozzolan
  • 314
  • 2
  • 15
2
votes
2 answers

Zabbix low-level discovery - CPU usage per process - two items with identical keys

I'm trying to use Zabbix for monitoring CPU usage by different processes on Windows Server. Processes to monitor are not determined upfront. I want to use LLD to monitor top 3 CPU demanding processes. Currently I've created a discovery rule that…
Paweł Zimny
  • 195
  • 4
  • 16
2
votes
2 answers

False alarm on zabbix trigger in web scenario

I have a website whose running on Apache Server. I want recieve a notification every time when a web site falling down.I created a trigger: {Zabbix server:web.test.fail[http:example.com].sum(#6)}>0 But website running not well and i receive a error…
2
votes
1 answer

Zabbix - Value "1" of type "string" is not suitable for value type "Numeric (unsigned)"

I get this error when I changed the custom command from an application that prints to STDOUT to shell script that runs curl and produces the same output to STDOUT. What's going on here?
Hristo Kolev
  • 440
  • 1
  • 6
  • 16
1
vote
1 answer

One process takes all server resources (iowait?)

I have multiple processes running simultaneously on the same box under CentOS 7 (each one on behalf of the separate Linux user). I use Zabbix for monitoring. Sometimes the following pattern appears on CPU utilization graph. If you zoom in, then…
zavg
  • 123
  • 8
1
vote
1 answer

How to check that a process is running under specific Windows user with Zabbix

I wonder if it's possible to monitor if a Windows application is running under specific user or not. Let's say there are 2 Win users (accounts) on the server: User 1 has application.exe running all the time and I don't need to monitor it as it's…
Arsen
  • 11
  • 3
1
vote
1 answer

Zabbix trigger won't work for count function

I'm trying to throw an alert if server is dropping below threshold for free memory for x number of times in a day. {my_template:vm.memory.size[free].count(1m,5G,lt,1d)}>5 {my_template:vm.memory.size[free].count(1m,5368709120,lt,1d)}>5 I've also…
Guest_M
  • 11
  • 3
1
vote
1 answer

Public facing Zabbix Server

I'm running Zabbix server 4.0.4 on Debian 4.19.12-1. Right now to access my Zabbix server I have an nginx proxy_pass for the front end which is public facing. I can access it with mydomain.com/zabbix. I don't like that this is public facing, and I'd…
CaseJ
  • 11
  • 1
1
vote
1 answer

Find an IP that is known to be on a DNSBL

I am configuring Zabbix to check my IPs against several DNSBLs. My IPs are currently not blacklisted. My monitoring needs to be tested, to verify that it will alert properly if one of my IPs does become blacklisted. How can I obtain, for testing,…
Wayne Conrad
  • 675
  • 1
  • 7
  • 20