Community discussions

MikroTik App

Search found 5 matches

by mzilewicz
Sun Nov 21, 2010 8:06 pm
Forum: The Dude
Topic: printer toner probe & function
Replies: 8
Views: 8027

Re: printer toner probe & function

Thanks chrisd for all of your help. I have actually solved this in a different way. I am going to post what I have here in case anyone else runs into the same issue. FUNCTION: <?xml version="1.0" ?> <dude version="3.6"> <Function> <sys-type>57</sys-type> <sys-id>42554</sys-id> <s...
by mzilewicz
Sat Nov 06, 2010 6:45 pm
Forum: The Dude
Topic: printer toner probe & function
Replies: 8
Views: 8027

Re: printer toner probe & function

Hi chrisd13, I made the change you specified. Do you know how I would have to set up the probe? If you take a look at my first post you will see how I have the probe set up now. It looks like I need to state somewhere in the probe that if the value pulled from SNMP is "-1" to still conside...
by mzilewicz
Thu Nov 04, 2010 7:26 pm
Forum: The Dude
Topic: printer toner probe & function
Replies: 8
Views: 8027

Re: printer toner probe & function

So, it looks like I can do this if I modify my function with an "if" statement. It looks like if I put something like this (from the link below): <code>if(oid("1.3.6.1.2.1.2.2.1.16.7"),round(rate(oid("1.3.6.1.2.1.2.2.1.16.7")*8)),-1)\0d\0a</code> I am telling it to look...
by mzilewicz
Thu Nov 04, 2010 4:12 pm
Forum: The Dude
Topic: printer toner probe & function
Replies: 8
Views: 8027

Re: printer toner probe & function

Thanks gsandul. I will check into this.
by mzilewicz
Wed Nov 03, 2010 4:34 pm
Forum: The Dude
Topic: printer toner probe & function
Replies: 8
Views: 8027

printer toner probe & function

Hello. I have created some probes in Dude to monitor toner levels on our printer copiers. I followed a tutorial on the forums that was posted a while back. The probes and function for pulling the SNMP values for toner levels are working great. I am able to see the toner remaining in a percenatge for...