Hello,
I have implemented the Template for Sharp Copiers (template_sharp_printer-c301w_and_mx-2640), which on the whole worked and gave me toner levels etc - nice! However, for one or two devices, where a toner was 'Near End of Life', the 'item' for one of the toner usage items, (e.g. Black Toner Usage) would report the following error:
Value of type "string" is not suitable for value type "Numeric (unsigned)". Value "-3"
And the item would not be available.
I'm a complete novice with template creation etc, but figured this just meant the SNMP information contained data that was not compatible with the expected template item. I then went into Configuration->Templates, and edited the item in the template. The 'Type of information' field for the item was 'Numeric (Unsigned)', so I changed it to 'Numeric (floating)'. This got the item working again, and sure enough '-3' was the figure for the almost out of toner items. This I guess means I can edit the triggers since they are not reporting warnings because I believe they expect '0' not '-3'.
Just putting this out there, will likely see if I can create a new template from the one I'm using with the correction that enable it to work with MX series copiers.
Hope this was useful!
I have implemented the Template for Sharp Copiers (template_sharp_printer-c301w_and_mx-2640), which on the whole worked and gave me toner levels etc - nice! However, for one or two devices, where a toner was 'Near End of Life', the 'item' for one of the toner usage items, (e.g. Black Toner Usage) would report the following error:
Value of type "string" is not suitable for value type "Numeric (unsigned)". Value "-3"
And the item would not be available.
I'm a complete novice with template creation etc, but figured this just meant the SNMP information contained data that was not compatible with the expected template item. I then went into Configuration->Templates, and edited the item in the template. The 'Type of information' field for the item was 'Numeric (Unsigned)', so I changed it to 'Numeric (floating)'. This got the item working again, and sure enough '-3' was the figure for the almost out of toner items. This I guess means I can edit the triggers since they are not reporting warnings because I believe they expect '0' not '-3'.
Just putting this out there, will likely see if I can create a new template from the one I'm using with the correction that enable it to work with MX series copiers.
Hope this was useful!
Comment