Service threshold parameters for custom SNMP-Based agent

Hello,

i was able to develop a working SNMP based agent for fortigates that queries different SNMP branches and returns the OID values.

For some of these I have thresholds that I have set in the script as default, but I would also like for my users to change those thresholds as needed for each device via the GUI.

So via GUI I would be to click on change parameters on a specific device and edit warning or critical thresholds for this particular device…

Is this possible?

From what I have seen on the Exchange it seems like it was:

This guy implemented it under ~local/share/check_mk/web/plugins/wato.

Which is deprecated now…

Thanks in advance

For general advice on SNMP check plug-ins:

Regarding thresholds and so on, read the article on agent based check plug-ins:

Thanks for the tips, I reviewed the SNMP based check plugin various times, but overlooked the agent based one since it was not what i was looking for.

In this case, as you stated, the thresholds and therefor the rulesets are actually explained in that KB…

BR