Hello!
Maybe someone can help me.
I have installed Zabbix 2.4.3 6 months ago, everything worked perfect until today's morning. I started receive tons of alerts from only one type of triggers - "server went down" and I'm receiving it from each server that has this trigger configured. When I'm looking on screens or graphs - all data receiving normally without any problems. And I really don't know what's going on.
So, technical information:
Trigger #1: "Server is down - Linuxes":
Trigger #2: "Server is down - Windowses":
I'm using sendEmail for sending messages. Media type: sendemail, via script. Script located at ..../alertscripts directory, it works.
Can someone help me with this?
Maybe someone can help me.
I have installed Zabbix 2.4.3 6 months ago, everything worked perfect until today's morning. I started receive tons of alerts from only one type of triggers - "server went down" and I'm receiving it from each server that has this trigger configured. When I'm looking on screens or graphs - all data receiving normally without any problems. And I really don't know what's going on.
So, technical information:
Trigger #1: "Server is down - Linuxes":
Code:
{AWS ubuntu servers:system.cpu.util[].nodata(60)}=1 and {AWS ubuntu servers:vfs.fs.size[/, free].nodata(60)}=1 and {AWS ubuntu servers:vm.memory.size[available].nodata(60)}=1
Code:
{AWS Windows Servers:perf_counter[\Processor(_Total)\% Processor Time,15].nodata(60)}=1 and {AWS Windows Servers:perf_counter[\LogicalDisk(C:)\Disk Transfers/sec,15].nodata(60)}=1 and {AWS Windows Servers:perf_counter[\LogicalDisk(C:)\% Free Space,15].nodata(60)}=1 and {AWS Windows Servers:perf_counter[\LogicalDisk(C:)\Free Megabytes,15].nodata(60)}=1 and {AWS Windows Servers:perf_counter[\Memory\Available Bytes,15].nodata(60)}=1
Can someone help me with this?