You need to separate the values with a space. So, instead of: |PING=0;LOSS=0;RTA=100
you'll do: |PING=0 LOSS=0 RTA=100 Then all you need to do is make sure your datapoints are named exactly like the values you are returning (case sensitive). -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=15449#15449 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
