I have a problem with my zabbix server that a certain trigger causes the load to go up to ~5 while when just disabling this trigger the load drops to <0.5 again.
The expression is:
{Template OS Linux:vfs.fs.size[{#FSNAME},free].last(#0)}<1073741824 & {Template OS Linux:vfs.fs.size[{#FSNAME},pfree].last(#0)}<10
It's part of the filesystem discovery rule and there is a total of 347 triggers created.
The whole system becomes unusable when this trigger is enabled. The system is at ~70% user time with this trigger, so it's not io that's causing the load.
Any suggestions why this specific trigger might cause such problems?
Thanks in advance,
welkin
The expression is:
{Template OS Linux:vfs.fs.size[{#FSNAME},free].last(#0)}<1073741824 & {Template OS Linux:vfs.fs.size[{#FSNAME},pfree].last(#0)}<10
It's part of the filesystem discovery rule and there is a total of 347 triggers created.
The whole system becomes unusable when this trigger is enabled. The system is at ~70% user time with this trigger, so it's not io that's causing the load.
Any suggestions why this specific trigger might cause such problems?
Thanks in advance,
welkin
Comment