Hello,
how can i setup my dude software that check CPU % for my CCR’s and when CPU usages was above %40 send an email to me or execute a file on my local server?
thank you.
You would need a particular probe with notification. Probe is not that hard because the function is already predefined in TheDude as ****
cpu_usage()
. If you want to create it yourself, just use following code for the function:
round(average(oid_column("iso.org.dod.internet.mgmt.mib-2.host.hrDevice.hrProcessorTable.hrProcessorEntry.hrProcessorLoad")))
So all you need to do is compare value with your treshold in probe:

Once you have probe, just assign it to any device you like as a service and enable notifications to this service.
There is predefined email notification but you have to make sure you have all your parameters right, or the email will not be sent.
thank you so much!
do you have any idea how can manage traffic monitor in dude? i want dude monitor my uplink (its a ethernet port or somewhere bonding) and when exceed Xgbps inform me.
do you have any idea?