Manual:The Dude/Device settings: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
Line 48: Line 48:
* '''Dude server''' - If it's another Dude server that could be used as an agent
* '''Dude server''' - If it's another Dude server that could be used as an agent


It also offers you to add a '''Note''', '''Remove the device''', run certain '''Tools''', '''Reprobe''' the device, '''Ack''' it (acknowledge a failure), '''Unack''' (remove the previously set '''Ack'''), '''reboot''' and '''reconnect''' the device.


==== Device specific actions ====
[[File:SS-2010-07-01 16.08.10.png|thumb]]
* '''Ack''' - This button acknowledges that a problem exists, and an administrator is working on it. This will stop any notifications from being sent. The device icon will turn '''Blue'''
* '''Unack''' - This button removes previously set '''Ack''' and reprobes the device, to check if the solution was effective. If the service is still down, the Device icon will again turn Red.
* '''Reprobe''' - Manually run poll for all the services sooner than the Probe Interval.
* '''Note''' - Possibility to add comments about the device
* '''Reconnect''' - For RouterOS devices, it's possible to reconnect to reload settings
* '''Reboot''' - restarts the device physically
<div style="clear:both"></div>
== Polling ==
== Polling ==


Line 65: Line 76:


[[File:SS-2010-07-01 15.54.53.png]]
[[File:SS-2010-07-01 15.54.53.png]]
== Services ==
In this tab it is possible to configure services that should be monitored for this specific device. You can also automatically discover available services.
[[File:192.168.88.1 - Device-2010-07-01 16.00.51.png|600px]]
To add a new service, use the '''add item''' (plus) icon. To discover all services that respond to The Dude, use the  '''Discover button'''.
Each service can have '''specific settings''', which override the '''device settings''', the '''map settings''' and the '''general settings'''.
[[File:Service-2010-07-01 16.11.40.png|600px]]

Revision as of 13:13, 1 July 2010

Adding a new device

To add a new device to The Dude, you can either use the Discovery interface, in which case the device will automatically be added with no settings asked from you, or you can add a device manually, by clicking the Add item button above the Map window.

Once you click the Add Item button, you can then add a new device by clicking anywhere on the Map. The New device window will be opened:

Add Device-2010-07-01 11.18.59.png

Icon-note.png

Note: You can also add new devices in the Devices pane, in this case you will be asked to specify the Map onto which you like to add the device


You will then need to provide the following information:

  • Address - The IP or DNS name of the device you are about to add. Must be reachable from the Dude server
  • Username - Username for using tools such as Winbox (in case it's RouterOS), FTP, Telnet etc.
  • Password - Password for the same
  • Secure mode - Whether to use Secure mode when connecting to a RouterOS device. Uses TLS connection.
  • RouterOS - Whether this device is running RouterOS. Decides whether to show RouterOS specific configuration options. This option also makes sure that the devices can be grouped in Groups, to allow mass upgrades.

After clicking Next you will be asked to select which services you wish to be monitored on the newly created device. It is also possible to scan for services with the Discover button

Add Device-2010-07-01 11.25.23.png

After clicking Finish, the device will show up in the Map window and also in the Devices list. You can now double click it to open it's settings. It's also possible to right-click it and select Settings.

Device settings

192.168.88.1 - Device-2010-06-30 13.40.03.png

General

This window allows you to configure the most important settings of the device:

  • Name - any name, for example Our main E-mail server
  • Addresses - the IP addresses of the device. You can enter one, or use the arrows to add more fields
  • DNS names - DNS names of the device, if any
  • DNS lookup - How to perform automatic DNS lookup if needed
  • DNS lookup interval - How often to check for DNS name changes
  • MAC addresses - MAC address of the device
  • MAC lookup - How to perform MAC address lookup if needed
  • Type - Device type selects what icon to use on the map. Some device (generic) is used by default
  • Parents - Which device if the hierarchical parent of this one, builds reachability dependencies to avoid multiple notifications in case parent device fails (in which case child devices are also unreachable)
  • Custom Fields - Any data can be used in the custom fields, like address, coordinates or contact info
  • Agent - Agent to be used to reach and monitor this particular device. Agents are other Dude servers that have acess to networks the current server can't reach.
  • SNMP profile - SNMP profile to be used for this device. Default selection between SNMP1 and 2, can add SNMPv3 by opening the Edit window.
  • Username and Password - How to access the device from within the Tools menu (Winbox, Telnet, etc)
  • Secure mode - Whether to use TLS secure connection for Winbox
  • RouterOS - Whether to show RouterOS specific menus
  • Dude server - If it's another Dude server that could be used as an agent


Device specific actions

SS-2010-07-01 16.08.10.png
  • Ack - This button acknowledges that a problem exists, and an administrator is working on it. This will stop any notifications from being sent. The device icon will turn Blue
  • Unack - This button removes previously set Ack and reprobes the device, to check if the solution was effective. If the service is still down, the Device icon will again turn Red.
  • Reprobe - Manually run poll for all the services sooner than the Probe Interval.
  • Note - Possibility to add comments about the device
  • Reconnect - For RouterOS devices, it's possible to reconnect to reload settings
  • Reboot - restarts the device physically

Polling

This tab allows you to configure polling times and timeouts specifically for this device. Device specific settings are always overriding general settings and map settings.

192.168.88.1 - Device-2010-07-01 15.49.04.png

  • Enabled - Whether to poll any services on this device
  • Probe interval - How often should the services be polled, in seconds
  • Probe timeout - how much time should pass from start of a specific poll until the service is considered non responsive (timeout). When this state is reached, the device is still Green, but the individual Service will show Timeout and will turn Orange
  • Probe down count - how many times should the poll fail until the service is considered down. When this state is reached, the Device icon will turn Orange, any specified Notifications will be run, and the individual Service will turn Red
  • Use notifications - what action should The Dude take if one of the services reaches Probe down state. Notifications can be chosen from the predefined list, new notifications can be created in the Notifications pane, which is available in the main Menu pane, or in this same window by clicking the ... button.

Example: In this case one service has reached "Probe down" state, as all the required polls ended with timeout. The service has turned red (down) but device icon is Orange, because other services are reachable.

SS-2010-07-01 15.54.53.png

Services

In this tab it is possible to configure services that should be monitored for this specific device. You can also automatically discover available services.

192.168.88.1 - Device-2010-07-01 16.00.51.png

To add a new service, use the add item (plus) icon. To discover all services that respond to The Dude, use the Discover button.

Each service can have specific settings, which override the device settings, the map settings and the general settings.

Service-2010-07-01 16.11.40.png