Hello again, this forum is my new favourite place it would seem...
I have a number of Windows servers being discovered and templates applied. One of these servers has a disk attached to it that always remains ~95% full, therefore is always alerting. No matter how I try and change the threshold, I'm hitting a wall.
1. I don't want to change the template applied because that would change it for the entire environment
2. I have tried cloning the triggers but from what I can tell, this still refers to a value set by the template
3. Creating an entirely new trigger seems like a lot of work and I'm guessing is still going to look at the value set by the template
What I'm wondering is, is there a quick way of changing the threshold via the Expression? Can one add something that would equate to "+5%" in the correct place to modify the end result of the Expression?
Example:
I'm loving Zabbix but crikey, some of these seemingly small tasks are time vampires. Glad I'm not having to invoice a client for this stuff.
I have a number of Windows servers being discovered and templates applied. One of these servers has a disk attached to it that always remains ~95% full, therefore is always alerting. No matter how I try and change the threshold, I'm hitting a wall.
1. I don't want to change the template applied because that would change it for the entire environment
2. I have tried cloning the triggers but from what I can tell, this still refers to a value set by the template
3. Creating an entirely new trigger seems like a lot of work and I'm guessing is still going to look at the value set by the template
What I'm wondering is, is there a quick way of changing the threshold via the Expression? Can one add something that would equate to "+5%" in the correct place to modify the end result of the Expression?
Example:
Code:
({$VFS.FS.PUSED.MAX.CRIT:"{#FSNAME}"}+number)
Comment