I am trying to create template for our FreeRADIUS installations monitoring. I configured autodiscovery rule to discover all the items from the status. And I would like to keep it that way because FreeRADIUS gives out quite a few statistics items.
And I want to add trigger to check if radiusd is answering the requests. It needs to combine several items. E.g. at very least to check if Accounting-Responses is about equal to Accounting-Requests. But I cannot create the trigger because at the time items for Accounting-Requests and Accounting-Responses do not exist yet.
So how can I create such trigger?
And I want to add trigger to check if radiusd is answering the requests. It needs to combine several items. E.g. at very least to check if Accounting-Responses is about equal to Accounting-Requests. But I cannot create the trigger because at the time items for Accounting-Requests and Accounting-Responses do not exist yet.
So how can I create such trigger?
As you pointed, discovery deals with a single item at once and does not mix them..
Comment