Hi everyone and thanks in advance to everybody will answer my question, that is:
the Systemd by Zabbix agent 2 template contains the following trigger: Systemd by Zabbix agent 2: {#UNIT.NAME}: Service is not running.
If for instance the chrony service will be down the problem...
Search Result
Collapse
5 results in 0.0029 seconds.
Keywords
Members
Tags
-
Restart service automatically
-
Using default Macro in items keys
Hi,
in the doc there is the default macros available : https://www.zabbix.com/documentation...ed_by_location
Why can't i call them in items key like :
i tryied {HOST.NAME} / {HOST.DNS} / {HOSTNAME}...Code:icmpping[{HOST.NAME}] -
Reboot a Linux server without zabbix
I installed zabbix server 2.0.5 in linux server. I would like to reboot my linux server with graphical user interface. Can i do that ??
Thanks -
Running arbitrary commands in escalation?
Hi. I want to execute an arbitrary command as part of escalations.
What i want to do is specifically, if the nodata() based trigger fires, first it tries to restart the agent on the remote host, before trying to contact anyone. It'd probably be a remote ssh command.
Since... -
How to execute a command as a part of an item?
I need to be able to kick off a process/command on a monitored host using zabbix, but it looks like zabbix only lets you do this using external checks which only kicks off a script on the server not on the host. I have seen that zabbix allows for you to kick execute a command on the host in a step,...