I'm trying to generate a weekly report from my Zabbix Server and send it to my e-mail, at first it was sending the e-mail but when I opened the attachment it showed as "404 File Not Found", and after 2-3 weeks since the last test whenever I try to do a Report test...
Search Result
Collapse
5 results in 0.0019 seconds.
Keywords
Members
Tags
-
I'm getting an error about dashboard.print when trying to generate a Report
Hello guys,
I'm trying to generate a weekly report from my Zabbix Server and send it to my e-mail, at first it was sending the e-mail but when I opened the attachment it showed as "404 File Not Found", and after 2-3 weeks since the last test whenever I try to do a Report test... -
Testing LLD Macro value
Hi.
Is there a way of testing an LLD macro value?
When the discovery rule runs, and as a result puts a value to a LLD Macro - is there a way to see what is the current value of a Macro, without creating an item and a trigger?
Thank you. -
Offline method to test your SNMP traps Item prepossessing, triggers and actions
Hi,
This is a simple method.
You need to modify code according to your zabbix platform and snmp trapping.
I am using 3.4 appliance.
write a Script file
#!/bin/bash
ratT="$(date +'%Y%m%d.%H%M%S')"
ratip="$1"... -
Route to blank page on Test LDAP Authentication
In trying to set up LDAP authentication for some of our users, I have noticed a problem with the "Test" option. With all details filled in (including relevant binding details for our Active Directory), a blank page is produced with no discernible response to the Test command (although the... -
Zabbix trigger test
Добрый день!
Использую триггер с проверкой текущего времени:
01:00 - 08:00 - если нет ответа от сервера 2 минуты - сработка;
08:00 - 01:00 - если нет ответа от сервера 3 минуты - сработка.
сам триггер:
...Code:({TEST:agent.ping.nodata(120)}=1&{TEST:agent.ping.time(0Last edited by Steel_Rat; 25-11-2011, 14:21.