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 Cannot Get Value From Agent

I am attempting to connect Zabbix to a host and am getting the error: Get value from agent failed: cannot connect to [[xxx.xxx.xxx.xxx]:10050]: [4] Interrupted system call I am not sure why this error is occurring, I am able to ping both servers…
Evan Bechtol
  • 156
  • 1
  • 2
  • 9
1
vote
1 answer

How Can I Have An Action Run On Hosts Where A Given Trigger Is Already "True?"

Setup: Zabbix 2.4 | RHEL 6.4 I'm configuring a method to allow Zabbix Agentd services to automatically update their own binaries when a trigger is thrown (using Git as the vessel). Two triggers are in place: Trigger 1: "Git repo doesn't exist" -…
BrM13
  • 163
  • 1
  • 1
  • 10
1
vote
0 answers

Zabbix 2.2 SSH/FTP performance monitoring

I have a few systems I need to monitor which are out of my control. Ideally I needed a simple ping RTT test to see the status of the link. These systems do not respond to my ping requests so I need to find a workaround. I was thinking I could use…
user2629636
  • 774
  • 5
  • 19
  • 40
1
vote
1 answer

Cannot login to zabbix web portal

I've managed to install Zabbix22-server on CentOS 6.x along with php-fpm and nginx. Database is MariaDB on remote, DB user's permission is set to only allow my test machine to access. I can view the page of 127.0.0.1 but I can only see this: After…
hlx98007
  • 338
  • 1
  • 4
  • 11
1
vote
2 answers

Vmware credential errors with zabbix check

I want to monitor my vmware infrastructure with Zabbix. I follow https://www.zabbix.com/documentation/2.2/manual/vm_monitoring, but i doesn't have any new hosts or VM i have this error in log : Item [VCENTER.mydomain.lan:vmware.version[{$URL}]]…
griotteau
  • 241
  • 1
  • 5
  • 9
1
vote
1 answer

Zabbix connection to MySQL error

By trying to open Zabbix 2.2.2 server web-interface, I've got an error: Database error: Error connecting to database [Access denied for user 'zabbix'@'localhost' (using password: YES)] This is log: 870:20140716:181121.327 Starting Zabbix Server.…
Ishayahu
  • 187
  • 1
  • 2
  • 11
1
vote
1 answer

Zabbix - Create Trigger that parse the time in a file

I have a file that is written on each of my Zabbix clients with a time inside of it every hour. I need the Zabbix server(s) to check these files and alert if the time is at least 6 hours old. I cannot see where or how this trigger might be…
kemra102
  • 211
  • 4
  • 12
1
vote
1 answer

zabbix & mointoring Lync 2013

Is someone trying to monitor Lync 2013 using Zabbix? specifically it and check whether the user can properly login. I found way to monitor Lync 2013 Edge Server and Lync 2013 Front End Server. Regards Mick
Mick
  • 347
  • 3
  • 14
  • 27
1
vote
1 answer

Zabbix & SNMPTT.log file access denied

I'm having a problem with a file accesed by ZAbbix to proccess all the SNMP trap data using a file /var/log/snmptt/snmptt.log. ZAbbix_proxy.log 23323:20140430:105246.532 sleeping for 5 seconds 23329:20140430:105247.070 cannot open…
Rafael
  • 155
  • 1
  • 1
  • 13
1
vote
1 answer

monitoring mailscanner queue with zabbix

Anoyne knows how to setup zabbix monitoring for mailscanner queue ? We managed to setup monitoring for exim queue, but we noticed that mailscanner also fills its queue sometimes and we would like to be notified about that. e.g. when it reaches…
user214712
  • 11
  • 1
1
vote
1 answer

unable to start zabbix_server on OSX 10.9

I followed the zabbix docs available on https://www.zabbix.com/documentation/doku.php?id=2.0/manual/installation/install Installation from source I have the web part up and running and I get Zabbix server is running: NO as status message. I checked…
1
vote
4 answers

Zabbix 2.0 reads logs correctly, but trigger status is "UNKNOWN"

I'm trying to monitor a log file for the word "error", and if the word appears, fire a trigger for each new occurence of "error." I'm starting simply, with a file (/var/log/test.log) that is world-readable. It contains the following…
zymhan
  • 1,371
  • 1
  • 17
  • 30
1
vote
1 answer

Zabbix JMX JBoss monitoring

do any of you tried to monitor 'Jboss.as.expr: subsystem = datasources, data-source = aft-ds ". ? I tried to do it with such Item jmx ["jboss.as.expr: type = datasources name = aft-ds", "jdbc", "PreparedStatementCacheMissCount"] But zabbix can not…
Mick
  • 347
  • 3
  • 14
  • 27
1
vote
1 answer

What dose these units means in zabbix?

When i try to set some items for my disk read and write, I found it by vfs.dev.read and vfs.dev.writefor zabbix-agent. This item contain a parameter named type which some of them are unknown for me. What's the meaning of the below…
shgnInc
  • 1,804
  • 3
  • 22
  • 29
1
vote
1 answer

How to monitor an RSS with Zabbix

I'd like to setup Zabbix monitoring for the Google Apps Status Dashboard, and I was thinking that monitoring the RSS Feed with Zabbix's WEB monitoring would be the best way to approach it. However, I can't seem to find any information on how to…
zymhan
  • 1,371
  • 1
  • 17
  • 30