![](https://secure.gravatar.com/avatar/fe6c633b8f4853a584ff10e201d12c2d.jpg?s=120&d=mm&r=g)
hi Brandone
MS I have a Windows 2003 server, virtual, not listed under "Servers" view.
BE What revision of observium are you running? A bug was recently fixed that ... You should be able to force it to pick up by running just the os module: discovery.php -m os -h <hostname>
I have yesterday a time slot for Observium, so I solved this SQL way :
Check the device :
select hostname, * from devices where hostname = "zzzzz";
mmh, type is null ... other devices ?
select hostname, sysname, type from devices where type is NULL;
two windows servers. fix it :
update devices set type = "server" where type is NULL;
thanks for your answer, Sala
Brandon Ewing nicotine@warningg.com Sent by: "observium" observium-bounces@observium.org 22/10/2015 18:27 Please respond to Observium Network Observation System observium@observium.org
To observium@observium.org cc
Subject Re: [Observium] win srv in VM not listed as srv ( rename device, it disappears from "Servers" view )
On Thu, Oct 22, 2015 at 05:06:49PM +0200, Massimo.Sala@asl.bergamo.it wrote:
Hi