Hi!
I've got Zabbix 6.0.4 on CentOs stream release 8.
I've configured snmp trap receiver exactly as in manual:
https://www.zabbix.com/documentation...types/snmptrap
I use /var/lib/zabbix/snmptraps/snmptraps.log file like a ZABBIX_TRAPS_FILE...
Search Result
Collapse
5 results in 0.0022 seconds.
Keywords
Members
Tags
-
Zabbix traps via bash script don't work
-
When running a script from Zabbix GUI Zabbix returns "Unsupported key"
Hi guys,
So I've been trying to run a script I created on the Debian 12 machine hosting the Zabbix (ver 7.0.3) When using the test prompt in my Zabbix item I get "Unsupported key" returning, I am using the system. Run key. The script is named.sh and calls a python script which... -
bash command to disable host monitoring
Hi there,
We have a powershell script which turns OFF and ON VMs (Azure automation runbook) according some different schedules, and we need to disable/enable Zabbix monitoring for a host before it gets shut down and enable once script turns it on. The script gets VMs as variables.
...Last edited by ZabbixUser2020; 29-01-2020, 14:16. -
External scripts not working post upgrade
Hi All,
I just upgraded to 3.0.13, and it seems all of my external scripts broken.
I had this configurations.
under '/etc/zabbix/externalscripts' and '/usr/local/share/zabbix/externalscripts' i had some scripts which are basically shell script wrappers intern calls expect... -
Zabbix api: Script to get host with ONLY one or less templates
Hello.
Zabbix API is a great thing to do certain tasks automatically trough scripts.
Currently I have to do a very simple thing: Get all the hosts from a group which contain only one or less templates and direct those hosts into a text file.
This is needed...