This is what I have in the item:
grpsum("Canopy_Network","Reg_count","last","0")
Canopy_Network is the group, Reg_count is the key name on the access points that returns a 64bit integer of registered users on each radio using SNMPv2 and I want the last value for each access point in the Canopy_Network added together to get a total user count.
But when I try to add this to the 'Items' list, I get the following error:
Incorrect key format 'key_name[param1,param2,...]'
Could someone shed some light on this and tell me where the heck I've messed up.
grpsum("Canopy_Network","Reg_count","last","0")
Canopy_Network is the group, Reg_count is the key name on the access points that returns a 64bit integer of registered users on each radio using SNMPv2 and I want the last value for each access point in the Canopy_Network added together to get a total user count.
But when I try to add this to the 'Items' list, I get the following error:
Incorrect key format 'key_name[param1,param2,...]'
Could someone shed some light on this and tell me where the heck I've messed up.
Comment