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
1 answer

Zabbix Pre-shared key encryption

I'm trying to use psk encryption on agent with active checks on Windows 7, but wont work, don't know why. Here's my agent conf : TLSPSKFile=C:\zabbix\zabbix.txt TLSPSKIdentity=psk001 TLSConnect=psk When i remove psk option from config file works…
Mr.Pelovski
  • 21
  • 1
  • 3
2
votes
1 answer

Zabbix network discovery of puppet managed network

I try to automate the discovery of my entire network, which is managed with puppet, and I want to use the zabbix network discovery feature instead of Puppetdb for mulitple reasons. I've tried creating a userparameter named puppet.classes which…
pbrideau
  • 23
  • 5
2
votes
1 answer

Zabbix auto remove unreachable host

I need to delete automatically my unreachable/down host in zabbix. All host are monitored using active agent hence network discovery auto delete is not handy/useful in my case. I have written a small python script to delete/remove host from zabbix…
user355522
  • 23
  • 1
  • 5
2
votes
1 answer

Zabbix: determine what item checks are responsible for storing the most data

I'm running Zabbix v2.4.6. How can I determine what item checks are responsible for storing the most data? I have had an exponential increase in stored data over the last month. I have a suspicion that someone may have miss-configured the…
user320176
2
votes
1 answer

How to turn off triggers for a specific period?

I have an action which ping the zabbix agents of my servers and a trigger which notifies if there are more than 3 minutes without answer. The expression is: {template_zabbix_agent:agent.ping.nodata(3m)}=1 It was working well, but now I have a…
Dimas Kotvan
  • 241
  • 3
  • 7
2
votes
1 answer

Zabbix sensor 'no data'

I'm having problems with monitoring my GPU temperature. There's list of my sensors: sensors -u acpitz-virtual-0 Adapter: Virtual device temp1: temp1_input: 65.500 temp1_crit: 99.000 ... coretemp-isa-0000 Adapter: ISA adapter Physical id 0: …
Jakub Kuszneruk
  • 201
  • 1
  • 2
  • 8
2
votes
0 answers

recv not ready (11: Resource temporarily unavailable)) (nginx/1.1.19, supervisorctl, gunicorn )

I have site on Ubuntu 12.04.5 LTS, django (supervisorctl, gunicorn). It work 1 year without problems, but today my zabbix server sending me messages about alerts (every 3-7 minutes) about timeout (for 1-2 second). I run debug mode for…
Patjomkin
  • 21
  • 3
2
votes
1 answer

Monitoring processes/services by Zabbix by using SNMP

I try to monitor around 60 servers by using Zabbix 2.2 and SNMP. I'm able monitor a lot of values but I'm facing one issue relating to identification status of processes on linux servers. When the service is up and running I'm able to collect data…
charkh
  • 41
  • 1
  • 10
2
votes
2 answers

Zabbix alert on root login

I have started using Zabbix and can see it is throwing alerts when things are changed such as /etc/passwd. Goggling for 'zabbix alert on root login' is not bringing up any pointers - How would I go about having an alert on root login please?
morleyc
  • 1,150
  • 13
  • 47
  • 89
2
votes
1 answer

Zabbix file system autodiscovery does not kick in

I have the following set up Zabbix server 2.2.2 Zabbix agent 2.2.2 I have the agent running on several Ubuntu 14.04 servers which have Template Linux OS applied on them. For some reason, the file system autodiscovery (free space on partition,…
Mikko Ohtamaa
  • 1,374
  • 3
  • 17
  • 28
2
votes
5 answers

Zabbix server SELinux policy

I have a Zabbix server running on a RHEL 7 box and when I use the web front end (on the same box) it says Zabbix server is not running. If I disable SELinux and change nothing else, the web front end says that Zabbix server is successfully…
Nathan L.
  • 41
  • 1
  • 1
  • 6
2
votes
1 answer

Bulk Gathering of Numerous Discovered Items

(This is for Zabbix 2.2.2.) I have a discovery rule that can return 100+ items that I'd like to monitor. Each item's data can be gathered by a UserParameter invoking a separate executable. Implementing these as passive checks eats the zabbix agent…
mojo
  • 227
  • 1
  • 4
  • 12
2
votes
2 answers

Zabbix trigger last N text values matches regexp

I check if error occurred by checking whether the last value matches regexp. ({myhost.com:my.item.regexp(^ERROR$)})#0 I need some tolerance by checking not last but last N values to match the regexp, i.e. last 2-3 values. How can I achieve that?
odiszapc
  • 151
  • 1
  • 2
  • 6
2
votes
2 answers

Zabbix Not Triggering Events and Not Sending Notification Emails

I am new to Zabbix administration. Running it to monitor server resources on a linux machine. Setting up Email notifications against trigger's expression if System RAM goes below 40GB. Using Amazon SES for SMTP settings as mentioned in attached…
theGeekster
  • 155
  • 1
  • 2
  • 9
2
votes
1 answer

Zabbix jmx check availability

Sometimes in my zabbix I see so my JMX agent is unavailable, if anyone knows a way to monitor the status of the JMX agent, whether it is possible ?
Mick
  • 347
  • 3
  • 14
  • 27