Developing my first SNMP plugin

From your two lines of data i cannot see where data should be for two services with different names.
To see what the system sees with your parse function i would do the following.

Insert a print(string_table) at the start of the parse function. Then do a cmk -vvI hostname and look at the output from the print statement. This is the data you can use in your parse function.

2 Likes