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

How to configure port access with restrictions for zabbix agent and server using firewall?

I have my Agent / Server configured correctly, I know this because it was working. I just made changes to the firewall on the agent side restricting access on port 10050, but permitting the Server access like so: $ firewall-cmd --new-zone=zabbix $…
mcv
  • 945
  • 2
  • 10
  • 17
1
vote
1 answer

Dynamic IP on VPN and Zabbix

I have an L2TP VPN on a Zyxel USG310, I'd like to monitor every client on it with zabbix, I tried to set static IP on the client to make it possible, but I discovered that, unfortunately, it's impossible (…
GodTaxist
  • 57
  • 5
1
vote
1 answer

zabbix 3.2 - external script not working

I have installed zabbix and running an external script - here is the steps I followed : created a /etc/zabbix/externalscripts directory with correct rights copied the script to this directory, On web interface Administration -> Scripts -> new…
1
vote
1 answer

Zabbix : How to acheive 1s interval with active items?

Is it even possible/recommended ? We are trying to set up few active items configured with a 1 second interval. However those items don't keep up the desired interval, instead we are gathering a value about every ~30 seconds (as seen on the…
1
vote
1 answer

zabbix 500 error web scenario - log requests

I have a multi-step web scenario, but one of the steps is producing a 500 error. It's JSON POST step, using variables from a previous step, so plenty of opportunity for things to go wrong. I don't see any way to diagnose what exactly is happening…
John P
  • 1,679
  • 6
  • 38
  • 59
1
vote
1 answer

OpenVPN switch back to primary server after connection recovery on pfSense

We are using pfSense as Openvpn server / clients. We are have around 20 site to site pfSense clients which connects to main site using Openvpn site to site configuration. On main pfSense (vpn server) we did install multiple wans and we have setup…
adopilot
  • 1,521
  • 6
  • 25
  • 41
1
vote
1 answer

Is it possible to assign a default template for every new host in Zabbix?

So I have some custom templates on my zabbix that I would like to assign to every new host as soon as it gets added, does anyone know if that's possible? So far, from testing and reading from the zabbix forums, my answer is no but would like to be…
sysfiend
  • 1,387
  • 1
  • 12
  • 24
1
vote
1 answer

Zabbix: adding items make agents not available

Zabbix version: 3.0.3 (zabbix-server-mysql) OS: Ubuntu 14.04 Trusty Number of hosts (enabled/disabled/templates): 28 / 0 / 57 Number of items (enabled/disabled/not supported): 1349 / 161 / 47 Number of triggers (enabled/disabled): 902 / 39 Required…
Selivanov Pavel
  • 2,206
  • 3
  • 26
  • 48
1
vote
0 answers

zabbix 3.0 + pg_monz 2.0 + PostgreSQL streaming replication

I have a Zabbix 3.0 instance on CentOS 7.2, I've added the pg_monz extension for monitoring my PostgreSQL streaming replication. I currently have this in my Zabbix interface; DB1 host_groups PostgreSQL Linux Servers templates Template OS…
1
vote
0 answers

Zabbix drops in SNMP from Cisco SG200 switch

I'm using Zabbix 3.0 to monitor our main switch in which the port from the firewall as well as other ports show what appear to be drops of either sending or receiving. One would conclude that if this traffic was dropping from the switch could be…
Brad
  • 250
  • 1
  • 11
1
vote
1 answer

Zabbix names discovered hosts with IP instead of hostname

I'm bootstrapping a fresh zabbix 3 installation on a dev box. I've enabled discovery rule for 192.168.1.x setting Device uniqueness criteria to system.uname (also tried with system.hostname). Checks are defined appropriately (e.g. Zabbix agent…
ITL
  • 231
  • 3
  • 10
1
vote
1 answer

Access IML via IPMI

I am trying to get access to the Integrated Management Log (IML) via IPMI (iLO). Is it possible to obtain the IML via IPMI? I have no issue with getting metrics from the built-in IPMI/iLO sensors, it's just I can't find a way of obtaining the IML…
user320176
1
vote
1 answer

Disadvantages of current condition monitoring and failure prediction system

I have a question, which good solutions (software/hardware) have been developed and applied in enterprise for online failure prediction? Zabbix, Openstb, Cacti and similar alternatives ? Can you list some more? Can you describe what advantages and…
zhangjie
  • 119
  • 5
1
vote
1 answer

Zabbix active check monitoring issue

I am new to zabbix monitoring tool, and I am facing some issues while configuring active check based monitoring. The Zabbix server is hosted in AWS cloud and the server to be monitored is placed in a datacenter. Some kind of firewall is configured…
1
vote
2 answers

Zabbix: How can I monitor whether remote commands are enabled?

I have a problem with some zabbix triggers not firing due to the fact that EnableRemoteCommands hasn't been enabled on certain hosts. I tried to address this by adding a trigger specifically checking whether EnableRemoteCommands is set to 1 in the…
lucas
  • 200
  • 3
  • 10