I would like to either do WMI or SNMP monitoring for a whole group of Windows File Servers. Autodiscover will find too many random devices. Is there an easy way to add a whole group of Windows Servers without tediously adding them one at a time along with all desired sensors?
Easily add Group of Windows Servers
Votes:
0
9 Replies
Votes:
0
Hi,
you might as mentioned above use the Auto Discovery Feature but in addition to Device Templates. With them you just create one server with all sensors you need and the others can be auto discovered using the same sensor set.
Best regards
Votes:
0
But won't the auto discover process scan a whole network and find many other non-server devices in the process? In other words, how do I confine the auto discover search to just servers on the network?
Votes:
0
Hi,
in the Auto Discovery Settings you can specify IP ranges or you can just let scan a set of IP addresses. So you can just provide the IPs of your servers and PRTG will only discover them. Details on the auto discovery can be found here.
Best regards
Votes:
0
I just realized that you can also do an auto-discover search based upon Active Directory OU. This is great. Searching through some of the documentation, I don't see the syntax for the OU name. Could you please advise the format?
Votes:
0
Hi, sure. Please try the following: suppose you have an OU 'X' and an OU 'Y', which is part of X. In this case try using the following:
Y,OU=X
The sequence is important, i.e. the OU that is part of another must be defined further to the left. In the case of 3 OUs, X, Y, Z, this would look as follows:
Z,OU=Y,OU=X
PRTG adds a leading 'OU=' (and supplements the whole with the domain name and the entire LDAP path). This explains the strange syntax and, as such, it works with OUs that are not part of another OU.
Votes:
0
Wow. OK. I will give that a shot. I suggest that you provide some help in the mouse-over help icon.
Votes:
0
I just forwarded your request to our dev team and they will see what they can come up with.
Votes:
0
I am building some templates for auto-discover, and I see you support WMI access to Windows Event Logs. For example, I might want to monitor the System log for Errors. If an error occurs, send an email alert with the actual error message. Is that possible? Or does the WMI only return an error code?
Votes:
0
Yes, this is possible as well. Just create a new notification in Setup | Notifications and add the placeholder %lastmessage to the email template. This will include the last message, which is actually the event log message in the notification.
Then add a Change Trigger with the notification you created before to the sensor on tab Notifications. Now you should receive a notification every time a new message gets written to the event log.
Add comment