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

SNMP Builder zabbix 2.2.1

Hello I try implement snmpbuilder for my zabbix for this repo https://github.com/atimonin/snmpbuilder , but when I try open zabbix ( Configuration -> SNMP Builder) , I see this error: Screen: Undefined index: hostid [snmp_builder.php:464 →…
Mick
  • 347
  • 3
  • 14
  • 27
2
votes
2 answers

Zabbix: How to configure a trigger which notifies me that a certain error has arised twice?

I need to configure a Zabbix check which will check access to a certain internet page. The page can return http status 200 (ok) or 500 (internal server error). I want to get a Zabbix notification when ever a 500 status error arises twice, is that…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146
2
votes
0 answers

Zabbix : Trigger Dependency not working Agent(Not reachable)-depends on>Proxy(Not reachable)

We have proxy-agent relationship in which I want to make agent not reachable trigger to be dependent on proxy not reachable. Setup we have say for example : Zabb-Prxy(Proxy) monitors Zabb-Agnt(Agent). I created two triggers as follows: On Zabb-Prxy…
A_01
  • 133
  • 1
  • 7
2
votes
2 answers

"Force check now" in zabbix 2.2.1

If any of you know if there is a possibility of implementation "Force check now" just like in Nagios? the problem is that some check have a high update interval time for example 10 minutes, and sometimes there is a need to test something quickly. In…
Mick
  • 347
  • 3
  • 14
  • 27
2
votes
2 answers

How to get Zabbix to report out of date packages?

How do I configure Zabbix to report for Linux servers that have out of date packages? The following shell command reports if package updates are available: /usr/bin/yum --debuglevel 2 --security check-update 2>/dev/null \ | grep -P '(?
Greg Pagendam-Turner
  • 973
  • 2
  • 13
  • 20
2
votes
2 answers

Submit NULL values in Zabbix passive checks

Recently I configured some passive checks in Zabbix. Now, I saw that some checks failed for some periods of time, but this is not clear when looking at the chart. It seems that the value was stable for the last week but in real performance went down…
Daniel Alder
  • 545
  • 1
  • 10
  • 19
2
votes
1 answer

Migrating Zabbix host to new server

I am bringing up a new Zabbix 2.2.1 server and want to migrate my hosts to it one at a time. The kicker is that I also want to migrate their data (history & trends). The old and new servers are physically separate boxes but do have LAN connectivity…
GeneBean
  • 323
  • 1
  • 4
  • 11
2
votes
1 answer

Add Zabbix S.M.A.R.T. monitor to ESXi 5

I have a ESXi 5.1 host with 3 Hard Disk (1 SSD, 2 Magnetic) and I want to monitor them, especially for the S.M.A.R.T Data, that is critical and preannunce an HDD break. Since I'm really unfamiliar with ESXi (i think is red-hat based?) and this is a…
CappyT
  • 183
  • 2
  • 3
  • 12
2
votes
1 answer

How do I monitor "system status" for an application that spans multiple components/servers in Zabbix?

Assume I have an application with the following setup: 5 webservers running Apache 2 databases configured for failover In Zabbix (or even another monitoring suite, for that matter), is it possible and how would I monitor "application status" and…
Evan
  • 307
  • 1
  • 4
  • 12
2
votes
3 answers

Zabbix not getting data for one filesystem

I have Zabbix monitoring disk space for several volumes on several servers. It works fine on all of them except for one of the volumes on one of the servers which always reports as 0. However, when I run ./zabbix_get -s localhost -p 10050 -k…
Dennis Williamson
  • 62,149
  • 16
  • 116
  • 151
2
votes
1 answer

zabbix import trigger template

i am importing a zabbix template, the items load successfully snippet of the xml template: PING response on Vlan1 1
krisdigitx
  • 629
  • 3
  • 18
  • 30
2
votes
1 answer

zabbix monitoring mysql database

I have a server running multiple instances of mysql and also has the zabbix-agent running. In zabbix_agentd.conf i have specified: UserParameter=multi.mysql[*],mysqladmin --socket=$1 -uzabbixagent extended-status 2>/dev/null | awk '/ $3 /{print…
krisdigitx
  • 629
  • 3
  • 18
  • 30
2
votes
2 answers

How to get the Log file name that we are monitoring using Zabbix?

I am trying to get the log file's name that we are monitoring using zabbix. Is there a way to do this? I created one item in zabbix to monitor log file like this: logrt["/var/logs/error_[0-9]{1,3}.log","Critical"] When it fetches data, it gives me…
Veer
  • 121
  • 4
2
votes
3 answers

Getting started with Zabbix

We run a small startup and just began interesting ourselves in monitoring our machines properly. The choice fell on Zabbix, which fits well into our criteria of requirements. I've setup the Zabbix server along with Zabbix agent on a Ubuntu 11.04 VM…
Industrial
  • 1,579
  • 6
  • 24
  • 37
2
votes
1 answer

Cannot login to zabbix Server as "Admin"

Just installed zabbix server on ubuntu, but i am unable to login as "Admin" without password, as the Doc stated.
kamal
  • 509
  • 4
  • 10
  • 21