Here is what I am trying to accomplish. Custom vfs.fs.discovery that will return the following on each server:
{#FSNAME} - name of the filesystem
{#FSTYPE} - type of filesystem
{#FSTRIGGER} - value in % that trigger will alert. This value will be pulled in from a file stored locally on a server or return a default. ie 90
So for each filesystem, I will be able to modify what % the trigger gets set off at.
This is what I want my trigger to look like:
{Template_OS_Linux:vfs.fs.size[{#FSNAME},pused].last(0)}>{#FSTRIGGER}
However, after saving I get:
ERROR: Cannot update trigger
* Array
Is this just a bug in zabbix 1.9.1?
{#FSNAME} - name of the filesystem
{#FSTYPE} - type of filesystem
{#FSTRIGGER} - value in % that trigger will alert. This value will be pulled in from a file stored locally on a server or return a default. ie 90
So for each filesystem, I will be able to modify what % the trigger gets set off at.
This is what I want my trigger to look like:
{Template_OS_Linux:vfs.fs.size[{#FSNAME},pused].last(0)}>{#FSTRIGGER}
However, after saving I get:
ERROR: Cannot update trigger
* Array
Is this just a bug in zabbix 1.9.1?
Comment