I have a LibreNMS server that I just recently set up. Most of the configs are set up to their default configuration. When trying to discover devices on my network, it is only able to detect switches and printers. I want to be able to auto-discover Windows hosts as well. Is there any special configuring that I need to do to get this to work?
I could only get my windows boxes autodiscovered via arp, I only use librenms to monitor my 13 home devices so I enabled arp discovery despite having read several times it’s not encouraged, though I’ve not gleaned why.
If you need to enable snmp on recent w10 (1803 and higher iirc) type Add-WindowsCapability -Online -Name "SNMP.Client~~~~0.0.1.0" in powershell. For whatever reason the snmp service isn’t in Add Programs & Features anymore. After installing you can configure it in services.msc
Yep, we avoid encouraging ARP cause it would be a lot of work for a LibreNMS machine in a bigger enterprise network, resulting in infinite discovery time or so