Всем привет.
Ситуация следующая, есть шаблон для активных агентов заббикс. В нём есть элемент данных с ключом log[/var/log/auth.log,publickey]. К нему прикреплен триггер {host-name:log[/var/log/auth.log,publickey].nodata(30)}=0....
Search Result
Collapse
8 results in 0.0021 seconds.
Keywords
Members
Tags
-
Перестал срабатывать триггер
-
Send Heartbeats from multiple services in a server
In my server , I have n number of services running in my server. I want to send heartbeat from each services. If no heartbeat received from any of the server means, I need to send notification. Please reply me how to do it.
I used nodata() function in triggers. It send notification only... -
Tigger Tags = regexp?
Hi Zabbix Guru's
I am trying to Tag windows server event logs for account logins which has been working well, i have a template, item and trigger all set up and is pulling the log and triggering when it should,
what i would like to do now is tag the triggered event with... -
Regexp trigger for system.run not keeping state
I have a script that runs as an active check on the agents that will either return 'OK' or 'ERROR - .....'.
The problem is although the trigger fails on each run with the same result, it seems to be resetting and creating a new event. The check is every 60s so I have an event every 60s... -
No trigger emails using zext_msmtp.sh
Hello Everyone,
I am relatively new to the Zabbix administration scene, but a veteran power user. I have set up a fully functioning Zabbix server running version 2.4, and have everything ticking over nicely. I might mention this is on a machine running Ubuntu 14.04.
My... -
Disable host from an action
Hi everybody !
I am using a Zabbix server to monitor my network. There is a lot of printers and computers, so I do a lot of pings from my server (I don't have time or permissions to install zabbix agent on each machine). Even if I do pings with large gaps my server is often overloaded.And... -
Disable host from an action
Hi everyone !
I installed a Zabbix server on my network and now I am monitoring a lot of hosts. I just wanted to know if they are alive, so I use a lot of pings to do it. Most of my host are printers and computers, so they are shuted down at the end of the day. During nigths and week-ends the... -
Items and triggers for active checks
I already tested, the active checks are working fine, for example I configured already the following item
log["/var/log/messages","SEND FAX","UTF-8",200]
and the corresponding trigger:
{fax_server:log["/var/log/messages","SEND FAX","UTF-8",200].nodata(300)}=0...