I've been doing some additional poking around and it looks like the problem is in the way the data returned by the plugin is being parsed.
The plugin is returning data in the format: Code: label1:value1 label2:value2 label3:value3 With a newline in between each label / value pair. However, the parser is expecting: Code: label1:value1 label2:value2 label3:value3 With spaces in between each label / value pair. Some research shows that the strict Cacti output format is the second one (spaces between pairs). Again, in the past I recall this working with the plugin unmodified. Can anyone tell me if the parser has been changed to be more strict, or am I using the wrong parser type? Thanks.[/quote] -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=39005#39005 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
