Hello,
So I have this formula "count(//icmpping[,,,,4000],7d,,"0")" which works wonders on a host, does exactly what I want it to do.
Now I have another host where I put all my calculated items that apply to a group.
I am trying to do this
count(last_foreach(/*/icmpping[,,,,4000],7d,,"0"?[group="HOST GROUP HERE"]))
But it is not working.
This however does
count(last_foreach(/*/icmpping[,,,,4000]?[group="HOST GROUP HERE"]))
What I am trying to do is the total count across every host in my group that that item key has returned a value of 0 in 7 days instead of 1.
Is there any way to do it I am a bit lost here.
So I have this formula "count(//icmpping[,,,,4000],7d,,"0")" which works wonders on a host, does exactly what I want it to do.
Now I have another host where I put all my calculated items that apply to a group.
I am trying to do this
count(last_foreach(/*/icmpping[,,,,4000],7d,,"0"?[group="HOST GROUP HERE"]))
But it is not working.
This however does
count(last_foreach(/*/icmpping[,,,,4000]?[group="HOST GROUP HERE"]))
What I am trying to do is the total count across every host in my group that that item key has returned a value of 0 in 7 days instead of 1.
Is there any way to do it I am a bit lost here.
Comment