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

Zabbix 2.0: Regular Expression to extract value from a String for a trigger?

I am using Zabbix 2.0.4 to monitor several Java applications. Most values are exported via JMX. One of those exported attributes is a string that is constructed like…
Florian
  • 111
  • 1
  • 2
  • 5
1
vote
1 answer

Zabbix no free space on disk

I have zabbix 2.2.1 and 252 monitors the hosts. Currently, the database is in local and size database is 65GB is running housekeeper who clears history entries older than 30 days. Entries are deleted, and the disk space does not increase. Please…
Mick
  • 347
  • 3
  • 14
  • 27
1
vote
1 answer

Linux log file monitoring by zabbix 2.2.1

Windows monitoring the log files, have no problem. But I could not watch the log file in linux. I wonder where I make mistakes. Zabbix Version : 2.2.1 Linux : Centosx64 ActiveCheck Item log["/var/log/zabbix/zabbix_server.log","error"] What is…
Mick
  • 347
  • 3
  • 14
  • 27
1
vote
0 answers

15minload.nodata() is triggered in zabbix when CPU load is 0.00

The following SNMP trigger configuration {Template_SNMPv2_GENERAL:15minload.nodata(180)}=1 produces an alert each time the load average for 15 minutes on a RHEL machine running snmpd is 0.00 (value from uptime command, CPU is really idle). It seems…
HUB
  • 6,630
  • 3
  • 23
  • 22
1
vote
2 answers

zabbix jboss monitored by zabbix

I try monitor JBoss by zabbix. I create Template and HOST. In Host I use JMX Interfaces. But when I enable this host I see this error: "java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is…
Mick
  • 347
  • 3
  • 14
  • 27
1
vote
0 answers

how to send individual data fields from logstash to zabbix

so we want to monitor the Tomcat access times with zabbix. I looked at logstash, thinking that it could parse the log messages, and it can. I get parts of the log message as individual fields in the verbose logstash output. so far so good. now for…
1
vote
0 answers

How to specify a scenario wildcard in Zabbix expression

I'm using Zabbix 2.0 am wondering how to use a wildcard or regular expression for a scenario name of a trigger? For example, I have the following trigger: MyHost:web.test.fail[].avg(#5)}>0.4 I would like to replace
Jim Geurts
  • 667
  • 2
  • 9
  • 13
1
vote
0 answers

Zabbix 2.0 log monitoring - deactivating trigger

I am using Zabbix for monitoring log files. I've got trigger, which is activated when errors are written to the log: {Test:log["/opt/test/log.out","^ERROR.*$","UTF-8",100].diff(0)}>0 So, now I acknowledge that, problems are solved, but trigger…
GioMac
  • 4,544
  • 4
  • 27
  • 41
1
vote
1 answer

Zabbix monitor http service with simple check

How can I add trigger, or to be correct .. how should trigger look like, for net.tcp.service[http,80] so it would sound alarm if http is down longer than minute or two. I know that I can set interval in which zabbix would check if http is…
Pracovek
  • 33
  • 1
  • 2
  • 6
1
vote
1 answer

Count function in Zabbix's Trigger condition

I'm trying to create a trigger that can count the amount of value 1 that appears 3 times from zabbix's item in 30 seconds. My trigger condition is: {myserver:service.myservice.count(30)}> 3 I'm not sure if this condition is correct.
vernomcrp
  • 111
  • 1
  • 5
1
vote
1 answer

How can transfer zabbix item from different hosts and save item statistic

There are two server's (srv1 and srv2). Mysql server has been installed on which of them. Srv1 mysql contains database (db1). Zabbix-server get statistic throw configured agent user parameter…
Stepchik
  • 99
  • 4
  • 11
1
vote
1 answer

Zabbix - monitoring custom values

I have a Windows application (exposed through a WCF service) which needs to be monitored for some statistics (e.g. a graph of online users, a graph of pending documents etc.). I am new to Zabbix, and the documentation does not contain detailed…
JustAMartin
  • 231
  • 1
  • 18
1
vote
3 answers

Is it safe to expose zabbix_agentd to public internet?

One of my machine set by a third party contractor is running zabbix_agentd in the network that can be accessed from the Internet (i.e. no firewall port blocking) I want to ask, it is safe? Is the connection encrypted?
Howard
  • 2,135
  • 13
  • 48
  • 72
1
vote
2 answers

Will reconfiguring Zabbix clear out the database?

I have a quick question. I need Zabbix to have access to CURL. However, I don't think that when it was installed the with-libcurl was set: ./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl Is it…
thiesdiggity
  • 437
  • 1
  • 9
  • 22
1
vote
1 answer

How to send zabbix alert containing changed data?

Zabbix newbie here. (Using Zabbix 1.8.) I'm looking for documentation that will help me to configure following alert: Once per 15 minutes check whois example.com. If whois info is changed since the last check, send e-mail to…
Alexander Gladysh
  • 2,423
  • 8
  • 31
  • 49