Manual:The Dude/Probes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 19: | Line 19: | ||
[[File:SS-2010-07-08 13.02.38.png]] | [[File:SS-2010-07-08 13.02.38.png]] | ||
== Recommended resources == | |||
* [http://forum.mikrotik.com/viewtopic.php?f=8&t=12402 MikroTik Forum probe thread] has some very good examples and discussion | |||
[[Category:Dude]] | [[Category:Dude]] |
Latest revision as of 11:03, 25 November 2010
The Probes pane shows the available methods of checking for device services. Probes are used when discovering new devices and when polling existing devices.
There is a wide choice of predefined Probes, and you can also add new ones. Double-click an existing Probe to see how it was set up, or to adjust it's settings.
Adding new probes
There are several probe types, they are:
- DNS - Sends DNS resolve request with specified name to resolve, and optionally checks if response matches the specified IP addresses (at least one of them)
- Function - Performs custom functions to decide if service is up. If the device is up, can graph data of another function
- ICMP - Sends ICMP echo requests (pings) of specified packet size and TTL. Can try a number of times, and specify retry interval.
- Logic - Logic probe invokes other probes and performs logic operations based on results
- Random - Randomly decides if service is up, or not. Can specify up chance. Useful for testing.
- SNMP - Will query specified OID and service will be up, if a response is received and result of comparison is a logical true
- TCP - Generic TCP probe, can be used for various protocols. Can send and wait for specific responses
- UDP - Generic UDP probe, can be used for various protocols. Can send and wait for specific responses
Recommended resources
- MikroTik Forum probe thread has some very good examples and discussion