If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
with services[<type>,<state>,<exclude>] I have only a list with services.
The idea is, I discover all (running/stoped/disabled) services on my win server, I create a rule and item prototype and I can see all services and services states (similar snmp interfaces discovery).
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
Comment