I did read that bit about the DH-1984 key exchange, which implies there is some sort or encryption being used, but didn't find any info regarding the actual encryption protocol. Now that I know what to search for I can find the documentation that states the RC4-drop3072 protocol. So, thanks for the ...
I've been experimenting with The Dude v7.15.3 on CHR. I note that The Dude client no longer has a "secure" radio button. It seems unlikely that connection security has been removed and more likely that the insecure option is no longer available. I have not been able to locate any conclusiv...
I never did get an answer to the question about the SNMP traffic with Dude agents. It seems that Mikrotik are not planning to provide this info (either they don't know, or they don't care about Dude user base). I am now retired and no longer in a position to do the following testing, but I think it ...
Mike - if you have not already figured this out: With the .Dashboard map open, Right-Click on empty space and select add sub-map. Then select the existing map that you want.
Have you tried device_property("Name") to return the device name?
I'm running version 4b3 on a Windows server and am using device_property("CustomField1") and device_property("CustomField2") to extract device information for use as parameters for some function probes.
You'd be better off to write a function probe to get the solution you want rather than the auto-created probes that just do the value compare as in your example. Look in the Probes thread there are heaps of examples about how to do this.
FYI - the following is the execute part of a probe that I wrote a few years ago: execute("link-test.bat",concatenate(device_property("FirstAddress")," ", device_property("CustomField2")),"c:\\snmpget") "link-test.bat" is the batch script to...
Not that I have ever known of. Dude discovery just builds a layer 3 view of what it discovers from memory (I did it once, then deleted the results as it was of no use to me). I discovered my network by starting with the switch I was connected to and mapping things out by using lldp neighbor informat...
Yes "execute on server" is definitely a working function. This is the reason that we have not been able to upgrade beyond 4b3 as since that version there is no longer a Windows server option for Dude. The syntax for the command is extremely unforgiving and there is not much help available ...
Just putting this out there without any real knowledge of RouterOS, just a bit of experimentation a while ago. I assume that the devices that move between VLANs will still have the same MAC and will be contactable by your router, so the router will have an arp entry for these devices. Can you put a ...
I've never had much success with Autodiscovery :( It just seems to give you a heap of data that isn't really related in any sort of clever way. My preference has always to manually add devices one at a time and learn how they interconnect manually. A very slow way to build a monitoring system but yo...
Salut Adrien, I'm not sure what version of Dude you are running but I run ver 4b3 on Windows Server OS. This version has an "Execute on Server" notification capability, which means that you can write a Windows script to do whatever you want when a probe goes into error. Since 4b3 Dude will...
The Dude already supports multiple IP addresses per device (well 4b3 does anyway). https://drive.google.com/file/d/0B8nO44wKEKSwS3JReGQ0elpUQnhyQVJFRUhnZ1J3YXdFbzE4/view?usp=sharing There is no built-in method to probe the second,third,fourth,etc addresses but I have written a probe that pings the s...
As long as the router has an OID that can be queried to determine the temperature - you can do this. Check out the Probes thread - there are details of how to build custom probes to generate alerts.
Change the polling times in the global settings. There is a button up in the top left somewhere that says "settings" - go to the "polling" tab. This is the default polling settings for every device. You can over-ride those settings at the device level or at the service level.
Firstly - make sure that you have the SNMP set up correctly on both switches and Dude. Confirm this by double-clicking on the switch object in Dude and open the SNMP tab, then look on the Interfaces sub-tab and see that all the interfaces on your switch are listed. Then, right-click on a blank part ...
I am in the same situation as @ChiMaster. My organisation is aware that The Dude is a critical tool for us and it is no longer being supported. We "may" have a project next year to move to an alternative and the first stage will be to investigate possible alternatives. If/When the time com...
On your network maps you can set up dependencies between devices. If a device is down then dependent devices are not monitored and therefore to not generate alerts while that "upstream device" is down. On the map, up top on the right, change from links to dependencies, to set up and to vie...
You can remove the notification at the device level. Then open the device settings, select the services tab, edit the ping service and set up the notification for that service.
If you have a notification set up, you also need to look at the notification triggers in the "On Status" window on the Advanced Tab of the "Notification". There are 5 different statuses: OK, Unknown, Unstable, Acked, Down. A notification will be sent only on the state changes tha...
Sorry - don't know how to set a default start page - apart from what I described above. Note that I am using Dude 4b3 running on a Win 2012 server - so could be different to what you see if you are running a later version on Mikrotik ROS
Probably not exactly what you are wanting to do, but I had a similar issue where I have aggregated links (ie. 2 or more ethernet connections between switches that are bonded as a single virtual ethernet interface) and want I to know if one of the individual links is down. I could not figure out how ...
What you are describing is how we use Dude in my organisation. A number of different "full" access accounts that can manage the monitoring of various systems that they have responsibility for and a couple of "read only" accounts that most people that just need to see what is goin...
Yes. Almost anything is possible with The Dude. To do what you are asking, first - create a CPU probe (using an SNMP function) that shows an error state when CPU utilisation is greater than 90% (see the Probes thread for help on creating various probes). Name the probe something meaningful like CPU-...
After Version 4 beta 3 Mikrotik stopped developing The Dude server for Windows OS. They only provide the server package for Mikrotik Router OS. Though The Dude client is still supported on Windows OS. I was investigating changing from our 4b3 installation on Win Server 2012 to the latest Router OS v...
Thanks peson. I had to add the username and password to the router object on The Dude map. I also checked the Router OS and Dude Server boxes (not sure if this is required - more experimentation needed). Now the object appearance shows the values that I expect from the ros_command function. https://...
To determine if the problem is with the function or the probe, try the following: Right-click the device icon and select appearance. In the Label section put [Cisco_SG_CPU_a()] The device icon should then show the CPU % as part of the device label. If it doesn't, then there is probably something wro...
OK - I finally got some time to get back onto this.... I have downloaded and set up CHR 6.39.2 but still no luck with this ros_command function. :( Here is what I've done: My (very basic) CHR setup [admin@MikroTik] > /ip address print Flags: X - disabled, I - invalid, D - dynamic # ADDRESS NETWORK I...
I found this in the "Probes Thread" topic Function Name: NC Code: ros_command("/routing ospf neighbor print count") I am just using a test setup on my laptop at this stage so don't have any ospf routes to test with but have added the following line to the appearance of the the CH...
Post by BlackVS » 25 Oct 2017 17:40 Starting from 6.2 ROS supports passing arguments to custom functions: https://wiki.mikrotik.com/wiki/Manual:S ... #Functions Also global variables can be used to pass parameters. I think what you are referring to here is ROS functions - Not Dude functions. If I'm...
I'm also keen to be able to pass parameters into a function that I have written. It seems that this should be possible as many of the built-in functions can accept input parameters. Just that this capability is not exposed (or not documented) for user functions.
I'm trying to write some probes using the ros_command function on Dude 6.40.3 but cant get it to work. I've tried a few different commands as the parameter for the function but never see anything as a return value. Has anyone used this function successfully? If so could they please post a working ex...
I have been using The Dude for 7-8 years and have not figured out a way to do this yet. But - it would be a useful thing to have. To now I have always had to plan the monitoring map layouts so there is no more than 2 layers.
May be worthy of a feature request?
In addition to more granular user permissions, as requested by @ffrauter, could the users be authenticated using Active Directory, LDAP or RADIUS rather than just locally defined users in The Dude?
I've hit a bit of a roadblock with trying to make the ros_command function work. Not sure if this is a Dude issue or a Router OS issue but figured I'd continue this thread as it relates directly to migrating to the latest Dude. I am trying to write a probe that will read the contents of a file on th...
I have set up The Dude server on CHR in VirtualBox on my laptop and using a Win7 Virtualbox VM to run The Dude client. Most features/functions I need are still there and work as previously (from the rudimentary testing that I have done so far). However - the "execute" function no longer ex...
Thanks for the info. What you've suggested seems like a no risk way to see what we can do to get out of our situation. Excuse my ignorance, but what is CHR? Where can I download it?
The organisation I work for has a fairly heavy reliance on The Dude but we are currently running 4b3 on a Windows 2012 virtual server. In fact we run multiple Dude instances (some are agents) but all on W2K12. Some of the probes, functions and alerts that we have developed over the years use the &qu...
I have not tried this but a possible workaround for the issue of The Dude not being able to accept a host name as an SMTP server may be: 1. Put in 127.0.0.1 as the IP address of the SMTP server 2. Set up an SMTP server on the same machine that is running The Dude server (hMailServer is an opensource...
OK - a NAT setup. Not a situation I have in my system. I can see why you need a Dude agent to monitor remote subnets. Windows Dude server can also act as an agent, but could be costly in licensing of Windows servers and hardware as well. Sorry - no simple answers from me.
The Dude uses SNMP (mainly) to probe the devices that you have configured for monitoring. The protocols that are used by The Dude are all supported byTCP/IP (in my experience anyway) and, so are rotable. Therefore Dude can monitor devices on any subnet so long as there is a route to that subnet from...
Here is a screenshot of the config of the RDP tool in my Dude setup. I use the /admin switch to connect to the console connection rather than a user session. Perhaps you are missing the /v option to specify the server that you want to connect to? Anyway - here is mine and it works fine.
The size of the background shape is determined by the size of what it contains. In the example you have shown I would reduce the font size of the text to make the containing shape smaller.
Tony, firstly - welcome. I'd advise against using autodiscovery, in my experience it doesn't give you anything of great value, just a logical interconnection of devices by subnets. I've always had my monitoring set up along physical interconnection lines. Makes more sense to me that way. The only wa...
I have an NTP probe set up to test that my Cisco routers which are providing NTP reference time to the rest of my network are in sync with the external NTP reference. Not sure if this is what you are trying to achieve, but here is how my probe is set up. If the router loses sync with the external NT...
We had problems with our Dude setup a while ago. One of the symptoms was maps not saving (intermittently), so deleted objects would reappear and newly created objects would not be there next time you restarted the server. Another symptom was history graphs taking a very long time (minutes) to be dis...
I had a play around with Intermapper for a while on a trial licence. It seems to do everything that I am doing with The Dude. Plus it has some other features which would be handy as well. It is almost as intuitive and simple to set up as The Dude. Unfortunately we did not have any budget for a new m...
I would put a Dude agent at each site and use that agent to "proxy" Dude probes and statistics gathering for all other devices at that site. This will keep your firewall rules cleaner I think. So only the Dude Master and the Dude Agents will need to communicate with one-another. This is gu...
The Dude will not pull the maps from a Dude agent onto the central Dude server, though this something that I would have had a great need for in a previous job. I think that this sort of feature would be great in an environment where you are monitoring multiple client's networks but you also want to ...
The graph is showing the response time for the snmp query by the look of it. In your probe definition you need to specify what it is that you want to graph for that probe. Put the OID of the counter that you want to graph in the "value" of the probe. Check the probes thread http://forum.mi...
There is no actual "save button" as far as I am aware. We had similar problems intermittently, where some stuff would revert to a previous version after a Dude server reboot. I worked out that shutting The Dude service down before rebooting the PC fixed the issue. That is - until the datab...
There is a topic on this forum from a year or two back that explains how to do what you want. I think it was related to automatically downloading graphs from The Dude. I have set this up previously (no longer using it) and it worked for me. I think I also posted an item that gave the link to this to...
I have tried a few other monitoring tools but none of them is as simple to set up and maintain as The Dude. Unfortunately your observations also apply to our network and the limitations that The Dude presents. I have tried: Argent (extremely capable and also extremely complex to set up and maintain)...
Payment certainly introduces a whole other layer of complexity to the issue. Mikrotik do not seem to be interested in making a profit from The Dude, otherwise they would have been selling it for years. The problem we all see with it is the lack of development (at the rate we want). I think opening u...
Same issue. I have set my network equipment up so that SNMP v1 has only a READ community and SNMP v3 has both Read and Write access configured. The Dude accesses the SNMP v1 community string. This gives me all the monitoring, alerting and traffic statistics. When I want to make changes to network eq...
Dude will restart at the map you were on when you closed it - if you are a Read/Write user. If you are a Read Only user it will always start up on the same map, no matter which map you were on when you closed it down. If you want a Read Only user to start on a particular page you need to temporarily...
Dude does not have that sort of permissions granularity I am afraid. Just global Read Only or Read-Write. I have requested the sort of granularity you are talking about a couple of times. Maybe in a future release?
Here is my understanding/experience of Dude agents for what it is worth: First you set up the main Dude server, lets say in the head office part of your enterprise network. You create maps of all the things in that part of the network that you want to monitor and in the "General" tab for e...
I use Dude 4b2 and what you are seeing is tha same as what I see. I believe this is the normal behavior. If a probe goes into error it is listed on the device it is associated with and the device goes orange (or red if all probes are in error). You then have to open the device to see the error messa...
Sorry I do not have the answer but have had the same problem. I gave up relying on Web access and only enable it when needed (hardly ever). So the problem is not yours alone. My Dude is 4b2 on Win 2003 R2 server on an ESX system.
This function is not available at this time but I have requested this feature for a future release of The Dude (fingers crossed). At this stage there is just global Read/Write or Read Only
I am certainly happy to share it with you. Let me know where to send it as an email. It is quite large and complex as it does more than just send an SMS. It is the main alerting script that we use. In summary: it will send either an email or SMS to the group responsible for a particular service duri...
I have always added the links between devices manually. I used autodiscover once or twice when I first started using The Dude but only got the devices connecting to a subnet as you have experienced.
I advise you to spend a bit of time planning your map layout. You need to set up a system that is only 2 layers deep otherwise you will not see a "down" device on the third layer from the top layer. Maybe a Top layer showing your backhaul links and submap connectors for each of your tower ...
We have a dial-up modem attached to our Dude server and use SMS-it (Command line SMS application for windows). We have a script that The Dude runs which sends the SMS using the PSTN line. Old-school but it has saved the day when our internet connection is down or we have a problem with our Email sys...
It seems that this is the intended behaviour, though in most cases an automatic UnAck when the device comes back up would make more sense. I have asked for an auto/manual UnAck function per each device be included in a future release of The Dude (lets see how that goes). In my organisation we have a...
If you are running your Dude on Windows 7 then that will be the problem. Telnet is not installed on Windows 7 by default but can be added as a feature. Even when you add Telnet as a feature it still not able to be launched by The Dude. This may be because Telnet is no longer in the directory where T...
The Rmon MIB will let you decode the Rmon counters data but the method that is used to get that data from the switch is still SNMP. If the switch doesn't support the SNMP protocol then you can probably only get the Rmon data using telnet to access the command line interface. It may be possible to ge...
You can set up another Dude server and make it an Agent of your main Dude server. You can then probe your internet stuff using the Dude Agent. This will be the same functionallity as using a Proxy. I am not sure of your architecture but it is probable that you could install the Dude Agent on your ex...
The Dude seems to use inheritance of settings. Settings at the global level are inherited by each map, settings at a Map level are inherited by all of the devices on the map, device level settings are inherited by the probes for that device. If you want all probes for your system to have the same po...
I would try creating the device just using the IP address, then set up a probe that is configured for the particular port that the device has open. DNS, TCP and UDP probe types can have ports specified.
Here http://forum.mikrotik.com/viewtopic.php?f=8&t=12402&start=200#p322042 is the details of a probe that I wrote which uses SNMPGet and The Dude's execute function. It is far more complicated than just getting an OID value but you should be able to hack it down to what you need without too ...
I hase created a probe that I use to do SNMP queries on a device using a particular SNMPv3 context (Dude doesnt support contexts). I have downloaded the SNMP GET command line utility (free for non-commercial use) and written a VB script to use that tool to query the individual OID that I need. I the...
Are you wanting to generate a syslog message when a probe is out of tolerance, or are you trying to get some sort of notification when a particular syslog message is received by The Dude?
Sounds like an email sytem configuration issue. If The Dude can send alert emails to people on your internal network using your internal mail relay then the configuration of The Dude is not really the issue. There could be restrictions on your Email system that only allows certain classes of users t...
This is the drive space probe that I use. If the server is down the return value is "no response" which is a keyword in the alerting script that I use. All of my probes have this feature and it helps prevent "alert spam" and false alarms when timeouts happen. I am not promoting t...
If the device goes blue when the link goes down then it must have been "Acked" at some stage. This is most likely causing the problem as you probably do not have a notification for when it goes from unstable->acked. Either UNack the device/probe or tick the notification for unstable->acked
It is most likely to do with the logic of your probe Error statement. If the device is down then the OID query will not be able to retrieve any value - this will be evaluated as a 0 and may end up making your error statement come out as a TRUE. I always write my probes with an if inside an if statem...
this post http://forum.mikrotik.com/viewtopic.php?f=8&t=53484&p=272178&hilit=cookie#p272178 has details of a curl script that will automatically get graphs and charts from The Dude webpage. Part of the process is auto authentication which (from memory) involves manually authenticating on...
I was wanting to do the same at one stage but could not see any way to customise the interfaces listing that The Dude provides. Looks like nobody else has figured it out either. Probably cannot be done within The Dude. ???
We have created a few different custom device types. Primarily to set the device icon to pictures we have uploaded to our Dude server such as different switch and router types, different radio link types etc. We have also created some custom tools for different device types. When you create a new de...
From the diagram it seems that your Dude server needs to connect to the internet to send the email and it connects to the internet through the router (which is down when the email is being generated). That will not work as there is no path for the email to travel to the internet. Need to send an SMS...
You can set up dependencies between devices so that if the parent device is down the child device doesn't get polled (And you dont get the alerts telling you it is down). Dependencies only seem to apply between devices on the same map though (not between maps). On the map toolbar change the Layer: p...
Regarding the "visual representation" of how things are connected in your network: I am assuming you did a discovery and The Dude shows every device connected to an IP subnet? Discovery - IMHO - does not provide you with a map that shows how your network is set up in any meaningful sort of...
OK. In my previous job I had an idea for the same thing you are talking about. Mind you it was just an idea.... We had a very large distributed network with regional network administrators. Idea was to allow the regional administrators to set up their own network maps and monitoring as they were the...
Most networks have redundant links to provide continued connectivity in case of equipment or cable failures. Failover is generally automatic using STP or LACP protocols and it is difficult to tell if a link has failed without actively looking for it. I have written this probe so that it will provide...
I have had similar issues with different drives being used on different PCs and have solved it for tools that are "stand-alone executables" like PuTTY by: 1. Creating a "tools" share on the Dude server and give everyone (at least all your Dude users anyway) read access 2. Specify...
Welcome to the world of The Dude. You will not be disappointed with what it can do - I see you have already discovered the fantastic potential that it has. I have used a few different monitoring applications (some very expensive, some not so much, some free) but nothing else I have used is as versat...
The Dude can already be set up like what you are asking for. We have a similar setup and have a Dude on each main network segment. The "local" Dude on each segment is set up as an agent and then we have a central Dude server. The Central Dude server is the one that has all the network maps...
Thanks lebowski - I am happy to be shown that the execute function does work. I have tested your example and confirm that I am getting the expected result now. Now - on to the probe I really want....
I am trying to write a probe that uses the execute function and cannot get it to work. My Dude is version 4 Beta 2 running on a Windows 2003 server. I initially wrote the probe I wanted but could not get it to give me any results. I have been fault finding as recommended in other places in this foru...
Correct. It keeps a record of the time that it lost contact (or the particular probe went down). How long it has been down and whether the outage is acive or resolved. You have to do your own calculations to figure out what time the outage was resolved.
I have not used autodiscovery, apart from trying it when I first started using The Dude 5 or 6 years ago. The results that I got with autodiscovery was exactly as described here - everything connected to one IP network cloud. I have always added individual devices and then manually set up links betw...
If you have multiple Dude systems (each with its own maps) and you are monitoring each Dude server from a central Dude then I think you should be able to consolidate all the maps and use the existing Dudes as agents for the central Dude. Can you put together a diagram of your system so people can se...
Richard, We have a setup similar to what you describe (I think). We have our main office and then different network segments that we monitor which are all interconnected through WAN links (not quite as simple or logical as that sounds - is it ever?). We have a Dude server on each network segment whi...
I do not think that either of the things you want to do are possible "natively" in The Dude. There have been previous posts regarding making a link go around another device by creating a static object and using it as an intermediate point on the link, thereby creating a link with a corner ...
The Dude will keep the history of total trafic in/out on each link that you add to a map. The proviso is that you have to specify the link as an SNMP type link (not simple) and you need to have SNMP read access to one of the devices on the end of the link. The data is saved in RRD style so the furth...
Sorry, I do not have an answer to your question but I can tell you that we have had The Dude running for about 3 years on Win2K3 servers (7 of them) without anything like you are experiencing. It is not a Dude/Win2k3 compatability issue. Maybe Dude doesn't like your network driver or some other hard...
The forwarding database cache has a timeout (5 minutes by default on my switches - but can be shorter or longer). It may be that your end devices are not very "chatty" or your switches may have a short fdb timeout. So if an end device has not sent a packet for longer than the timeout its e...
It could be done but may take you a while unless you can do some tricky scripting. Every device you have mapped in The Dude will show you its MAC address. This is found on the device's "General" tab. If you have SNMP read access to your switches then open up the switch settings dialogue, s...
I have not used autodiscover since the first time I played with The Dude for the reasons you are talking about. I have always manually connected devices together to end up with a layer 1/Layer 2 representation of my networks, rather than the Layer 3 representation that The Dude builds through the au...
I have the similar issue with Ack/Unack situation. On a map whith multiple devices, each with multiple services it is necessary to Ack anything that is down. For 2 reasons: 1. so that other members of our team know that someone else is aware of the issue and is working on it. 2. to stop the "do...
1. Capability to specify a "Context" for an SNMP configuration 2. Security groups (AD integrated?) to give none, read only or read/write access to different maps and tools 3. Outages on sub-maps and sub-sub-maps to flow up to the top level 4. Automatic unAck for devices/probes once theu ar...
You sure it was The Dude that automatically connected the switch links? I have a proprietary network monitoring tool produced by the manufacturer of my network equipment which does exactly that. But I have never seen The Dude automatically detect switch interconnections - only what you describe. Con...
I have tried a few things to get this sort of notification working - without success :( I have asked for this type of notification to be included in future releases of The Dude - here's hoping it happens one day. In the end I have redesigned my Dude maps so it is only 2 layers deep. My "main&qu...
My assumption, which seems to be correct, based on experimentation - is that "default" means that the standard inheritance applies. So any settings that you specify explicitly on a service will over-ride the inherited setting from the device. If you explicitly configure a setting on a devi...
I have a network with many switches that have redundant links. Some use Spanning Tree to control the redundant configuration and some use LACP. I have had situations where a redundant link will fail and I do not discover it for some time (and only by chance). I am trying to write a probe that will g...
We have a Dude system with multiple agents distributed through various network segments. My experience is that there is inheritance of settings. The service inherits settings from the device, the device inherits settings from the map it is on and the map inherits settings from the global settings. S...
I suggest making a tool that passes the IP address parameter into a VB script. Make a VB script that does the substitution of the first octet of the IP address and then calls whatever application you need using that address.
Give them Dude clients so that only the one Dude server is querying the devices, then they all connect to the Dude server to get the status of the devices. Or, maybe regularly export the map of what you want to display to a webserver that the techs have access to. Or, use the Dude web interface so t...
A very ingeneous way of creating an escalation method when none exists natively. I had been thinking about ways to do this, as I can imagine that it is something the bosses will want at some stage. I shall spend no more energy on thinking about this issue... thanks for sharing that.
It would be worth your time to have a good read through the "probes" thread in this forum. There are some very good examples of how to set up probes for all sorts of useful things.
I have created a function probe for each disk on my Win2K3 servers. This probe loggs the % of the disk used over time and also alerts you when 95% utilisation is reached. Details are below: Available: if((oid("1.3.6.1.2.1.25.2.3.1.6.3")/oid("1.3.6.1.2.1.25.2.3.1.5.3"))*100>0, 1, ...
I have a very similar requirement to what you are trying to do - my boss wants monthly statistics on our WAN utilisation (8 different sites). I looked at getting the data directly from Dude database and doing something in excel as well, but the data is not easily extracted. I did end up downloading ...
I have had this issue before and in these situations I "wrap" the probe inside a timeout probe: if(string_size(snmp_description())=0,"Timeout",(<the probe you are having issues with>)) This way, if the device is down the snmp_description function will return an empty string (zero...
Select the item (or items) you want to copy. Click the "copy" button (looks like two documents). Once you have copied the device the "paste" button will become active. (looks like a document on a clipboard). Go to the map you want to duplicate the device on and click the "pa...
Click on the"Settings" button on the top left of the main Dude screen. A Server Configuration panel will open. Click on the "..." tab and then select the "Misc" setting. The panel that opens has a "Resolve MAC Address Manufacturer" checkbox. Uncheck this and b...
The default Dude DNS probe tests for DNS resolution of mikrotik You may find that although your own DNS server is fine, there are problems upstream that are causing issues with timeout of the resolution. Try changing the probe to resolve something that your DNS server is authoritative for.
I have had to be very careful with map design to ensure I only have 2 layers of maps. Some maps are very crowded and it would be easier to understand the network if we had sub-sub-maps or sub-sub-sub-maps. Unfortunately the functionality is not there to let a down device on a sub-sub-map show up at ...
Normis, I think the issue of devices staying "Acked" in The Dude has been raised before. Can I suggest that in future development of The Dude, Mikrotik provide the ability to "permanently Ack" or "temporarily Ack". Permanent Acked devices would show green when they are ...
It most certainly is!! You can set up just about any alerting method you want - only limited by your (or others) ingenuity. There are a number of built-in notification methods (email is one of them). One method allows you to run an external script or application which allows you to do all sorts of t...
We have a distributed Dude monitoring system - similar to what you are trying to do but not identical. We have set up different Dude agents in different segments of our network (firewalled from eachother) and use the "local" agent to poll the different segments. Firewall rules allow the Du...
I have also had issues with high CPU utilisation on some Enterasys switches due to The Dude (and have heard of others with different types of gear). This seems to be because of the large amount of info that The Dude gathers frome every device that has SNMP probing turned on (generally a good thing -...
Regarding the Win2008 SNMP config. Have you configured the SNMP service after you installed it? Add a Read-Only community (public) and permit access to it from your Dude server (and whatever other devices you want to be able to query it) within the service configuration. You probably need to restart...
We have a dial-up modem connected to The Dude server that is controlled by a third party application to send SMS alerts when we have issues with network connectivity, email system or internet services. I have written a VB script that is initiated by The Dude notifications which works out which perso...
I am running 4b2 and it has been pretty stable for months. Recently it has stopped recording the history graphs intermittently. When I notice that it has stopped - I reboot The Dude server and it starts recording again, then some time later (days) it stops again. All other functions seem to be worki...
I also have had occasions when troubleshooting high CPU utilisation etc, that I have had to disable The Dude from doing SNMP gets on a particular device, or two. I have done this by opening the "settings" dialog for the device, on the "General" tab go to the SNMP profile listbox ...
Thanks for sharing your work. I have a need to do something similar for a monthly management report and have been doing it with other systems etc and not really getting what I want. I will have a play with this if/when I get time.
I fully agree with ste. We use email notifications for most things but use SMS for email or internet connectivity issues. We use a third-party SMS tool (SMS-IT) and a dial-up modem on a PSTN line. A 3G modem would also be a good way but I think you would need a third-party app to send an SMS using i...
I have not found versions 3 & 4 to be unusable, but there are a few things that don't quite work the way I'd like them to. In most cases I have found ways around these "limitations", however the ACK/UNACK issue described is annoying and I'm still having to manually UNACK things when th...
I had the same issue and have encapsulated the "real" probe test within a test to see if the device is responding to SNMP queries. This has solved my false positives. This is the probe I am using to test if batteries need to be replaced in an APC UPS. First it cheks to see if the UPS will ...
We are doing exactly that with this function probe: AVAILABLE: if((oid("1.3.6.1.2.1.25.2.3.1.6.4")/oid("1.3.6.1.2.1.25.2.3.1.5.4"))*100>0, 1, -1) ERROR: if(oid("1.3.6.1.2.1.25.2.3.1.5.4")>0, if((oid("1.3.6.1.2.1.25.2.3.1.6.4")/oid("1.3.6.1.2.1.25.2.3.1.5....
I have had situations occasionally, when modifying a device or probe, when a particular probe will go down even though the device it is probing is working fine. If I delete the probe from the device and then re-add it everything is oK again ?????? Have you tried that? Also, we run The Dude on a Win2...
We had similar sort of problems when we were monitoring 300-400 devices with a single Dude machine (Win XP - I think). We tried to figure out the problem and couldn't pin it down to CPU, Memory or network throughput. It was a problem that was very intermittent and we could not pin-point what the cau...
We have been running 4b2 for quite a while and are using the following function probe to check for the Windows Print Spooler service successfully on Win 2k3 servers: AVAILABLE: if(array_find(oid_column("1.3.6.1.2.1.25.4.2.1.2"),"spoolsv.exe")>0, 1, -1) ERROR: if(array_find(oid_co...
From the info provided it seems that user permissions are a global setting. So a user will get the same permissions on every map. This has been my experience also. i would like to be able to set up "read only" users that have "Write" access to one or two maps. (Feature request ?)
The workaround I am using to get Read-Only users to start at the top-level map is: Create the new user as an Admin user, log on as that user and navigate to the top level map, log off then log in with my admin user account and change the new user to a Read-Only user.
We have The Dude set up to monitor many different things (services, network equipment and link throughput, etc) and as you say it is a great bit of software. We monitor the internet connectivity a couple of different ways. 1. From our main site we ping our gateway router. 2. From our main site we do...
I downloaded the suggested ODBC driver and can import all but one table into Access or Exel. Unfortunately the table I can't get (objs) seems to be the one that links everything together. All the other tables just have values and ID references . Has anybody had any success with this?
We are currently investigating network issues that have been causing drop-out on our VoIP system for a few months. It looks very much like the default SNMP queries that The Dude does are contributing to (if not the sole cause of) this problem. We have set the default SNMP profile for the core switch...
1. Active Directory or RADIUS integration for The Dude logon 2. Ability to select different permissions for each sub-map, or perhaps each device. To allow delegated management to different parts of the network. 3. More than 2 layers. So you can have the status of a device on a Sub-Sub-Sub-map show t...
Dude 4.0beta2 on Win2K3 R2 server with WinXP clients. I am setting up a Dude status monitor in our IT operations area and would like to be able to control which map is being displayed programatically. Is there a Dude API that I can access? If so could someone point me to where I can get the details ...
The Dude 4.0beta2 on W2K3 R2 server and WinXP clients. Some of the Read Only users of my Dude monitoring system have reported that it always shows the same sub-map each time they launch The Dude client on their workstations and connect to The Dude server. They have checked that they are viewing a di...