Questions tagged [zabbix]

For questions about using Zabbix network monitoring software.

Zabbix is an enterprise-class open source monitoring solution for networks and applications. Used for monitoring and tracking the status of network services, servers, and other network hardware.

56 questions
7
votes
2 answers

How to get CPU temperature on Windows system using both Snmp and cmd

I am currently working on NMS Zabbix. After some R&D, I am able to get the CPU temperature info on Linux via snmp as well as terminal using LM-SENSORS. However, the same doesn't work for Windows; I see windows doesn't have LM-SENSORS, and maybe…
gadhvi
  • 167
5
votes
1 answer

Remote monitoring on MobaXterm

There is a remote monitoring bar at the bottom of the MobaXterm. That's very cool and it is near real-time. I wish I could full-screen the CPU utilization chart, but it is not possible. A similar wish is true for RAM utilization. Does anybody know…
A.A
  • 153
3
votes
3 answers

log monitoring with zabbix

I'm trying to monitor a log file and to get alerts based on regular expression. using zabbix 2.4.5 this is the log item that i created and this is the trigger as you can see i created the item as zabbix agent (Active) as required, and it is…
ufk
  • 919
3
votes
2 answers

How to edit a zabbix trigger for a specific host?

I use zabbix 2.4 and Template Linux OS. How to configure different values of for the same trigger on different hosts. When I click on the name of a trigger and edit it, the value is being changed on all hosts connected to that template?
1
vote
1 answer

Key vfs.fs.size[/,used] in zabbix monitoring not work?

I have some hosts in a Template in zabbix for monitoring. All items are work correctly for all hosts except an item vfs.fs.size[/,used] just for one of them in zabbix web interface. The host OS is Debian 7.3 and Zabbix agent version is 2.0.9. Note:…
shgnInc
  • 445
1
vote
1 answer

Zabbix: Skip evaluation of 2nd condition in a trigger if 1st one already resulted in false?

I have a trigger expression with 2 conditions in which first is a simple one but second is very expensive on CPU as it does some heavy calculation of averages: (Condition A) AND (Condition B) I am trying to use condition A to skip evaluation of…
Sam
  • 153
1
vote
0 answers

The way of running zabbix by docker do not work

I running the 3 containers below for setting up zabbix GUI application. $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS …
244boy
  • 675
1
vote
2 answers

SNMP: How to monitor devices that do not have static IP adress with Zabbix

I have some equipments in my LAN but the way things are working; I cannot set statics IPs for them, they really need to have DHCP enabled. I am using Zabbix, and for host configuration, the IP address is required; is there any way to go around this…
Xsmael
  • 399
1
vote
1 answer

Zabbix - Discovery Rule for Agent getting the name of the Host that I've set up on Zabbix as a Key

I have a Zabbix where I want to monitor my network performance. I have set up 16 IPs on Zabbix (each one from a different /24 inside our network) and I need to monitor specific destinations on the web, like websites, services, and stuff like…
1
vote
1 answer

Zabbix4.2 how to moniter a directory size

I try to add an item like vfs.dir.size["/root/test",,,,,], but it doesn't work. ex. Error
1
vote
1 answer

File system Errors monitoring in Zabbix

In zabbix(linux), how can we monitor the file system health, so that we can check for any file system level errors like the one mentioned below happening in some specific disk partition. EXT4-fs error (device dm-0): mb_free_blocks: double-free of…
LogicIO
  • 111
1
vote
2 answers

yum - Installing a package without updating dependencies

I'm trying to install ZABBIX monitoring software with yum on a server. When I attempt to install the package, yum prompts me to update php to 7.30.0. Installing: OpenIPMI-libs x86_64 2.0.23-2.el7 …
1
vote
1 answer

Selecting between Zabbix Agent, SNMP and other available protocols in Zabbix NMS

I have started using zabbix 3.2 and currently I am monitoring 10 devices , 8 of which are Snmp based and 2 are Agent based. Currently both type of devices are showing basic data like CPU, Memory etc. Performance wise I do not see much difference now…
gadhvi
  • 167
1
vote
1 answer

Linux bash script for oldest file in a folder + return value if folder is empty

I am using SUSE Linux Enterprise Server 11 (x86_64) I need to find a folders oldest file and print it out in unixtime. I did get the job done with this one liner: find $1 -maxdepth 1 -type f | xargs -i stat -c "%Y" '{}' | sort | head -n 1 (the $1…
knob
  • 13
0
votes
2 answers

How to add a trigger in zabbix that inform me that other triggers are set to unknow?

I am recently trying to add a trigger in zabbix that inform me that other triggers are set to unknow. When there is a trigger set to uknown then this trigger will print a issue in "Last 100 issues". Do anybody know how i can do this?
1
2 3 4