Hi all,
i got a problem with the way how i can let zabbix report certain data to us when a trigger is set.
For instance, i would like zabbix to report to me when computer_A has equaled or passed a predefined numbe rof processes.
In the email being sent to me i not only want to see the processes message but i also want to see some more info about the affected system.
So i have set-up the following in Zabbix:
There are to many processen running on: {HOSTNAME} with {IPADDRESS}
More info about {HOSTNAME}:
Total on C: {vfs.fs.size[c:,total].last(0)}
Free on C: {vfs.fs.size[c:,free].last(0)}
Free memory: {vm.memory.size[free].last(0)}
CPU Load: {system.cpu.load[,avg1].last(0)}
The message i receive is this:
There are to many processen running on: {HOSTNAME} with {IPADDRESS}
More info about {HOSTNAME}:
Total on C:
Free on C:
Free memory:
CPU Load:
As you can see it gives out nothing. Am i doing something wrong here?
Once i got a message about the total space on c: but that was in B, can you also tell me how to get that in GB? is that something like: ({vfs.fs.size[c:,total].last(0)}/1024)
Thx, wmo
i got a problem with the way how i can let zabbix report certain data to us when a trigger is set.
For instance, i would like zabbix to report to me when computer_A has equaled or passed a predefined numbe rof processes.
In the email being sent to me i not only want to see the processes message but i also want to see some more info about the affected system.
So i have set-up the following in Zabbix:
There are to many processen running on: {HOSTNAME} with {IPADDRESS}
More info about {HOSTNAME}:
Total on C: {vfs.fs.size[c:,total].last(0)}
Free on C: {vfs.fs.size[c:,free].last(0)}
Free memory: {vm.memory.size[free].last(0)}
CPU Load: {system.cpu.load[,avg1].last(0)}
The message i receive is this:
There are to many processen running on: {HOSTNAME} with {IPADDRESS}
More info about {HOSTNAME}:
Total on C:
Free on C:
Free memory:
CPU Load:
As you can see it gives out nothing. Am i doing something wrong here?
Once i got a message about the total space on c: but that was in B, can you also tell me how to get that in GB? is that something like: ({vfs.fs.size[c:,total].last(0)}/1024)
Thx, wmo
Comment