Page 1 of 1

Unknown & Unhandled services.

Posted: Thu Apr 28, 2011 12:29 pm
by mccollege
Hi,

Is there any way to filter? services that are currently "unknown" so they don't show up under "unhandled" in the Server Status Summary?

We're monitoring some switches, and ports that don't have clients connected show up as "unknown" which creates a lot of noise in "unhandled" column.


Thanks,

Re: Unknown & Unhandled services.

Posted: Thu Apr 28, 2011 1:32 pm
by mguthrie
If you "acknowledge" the service problem, it will be removed from the unhandled list.

Re: Unknown & Unhandled services.

Posted: Thu Apr 28, 2011 2:10 pm
by mccollege
Yeah, I know that.
There are over 100 "unknown" status ports on this host.

Is there a way to mass "acknowledge" all services on a host?

Thanks,

Re: Unknown & Unhandled services.

Posted: Fri Apr 29, 2011 1:42 pm
by rdedon
Unfortunately there is not an clean way to do this without some impact. One method though is to schedule the host for downtime (maybe during offpeak), the downside being that any problematic services under this host will also be here.

Re: Unknown & Unhandled services.

Posted: Fri Apr 29, 2011 4:06 pm
by mccollege
Alright,

Well, maybe there is a different resolution to my problem.
I'm using the "Network Switch/ Router" wizard to add a switch. Now in the past ( I thought only a couple of versions ago ) I thought it was only importing ports that were active (ie: has something connected to it ) at the time, is this correct?
Now when I add a switch it's adding ALL of the ports, which really is ideal, but ports that don't have something connected to it give an status as "unknown" with an error of "/var/lib/mrtg/host_port.rrd does not exist."

So maybe the issue I need to resolve is this. Any ideas?

Thanks,

Re: Unknown & Unhandled services.

Posted: Fri Apr 29, 2011 4:19 pm
by mguthrie
Well, maybe there is a different resolution to my problem.
I'm using the "Network Switch/ Router" wizard to add a switch. Now in the past ( I thought only a couple of versions ago ) I thought it was only importing ports that were active (ie: has something connected to it ) at the time, is this correct?
yes, this is correct.
Now when I add a switch it's adding ALL of the ports, which really is ideal, but ports that don't have something connected to it give an status as "unknown" with an error of "/var/lib/mrtg/host_port.rrd does not exist."

So maybe the issue I need to resolve is this. Any ideas?
I haven't ever hunted down why the rrd file doesn't get created for this service, it gets into the messing with mrtg and cfgmaker, which I'm less familiar with. However, a temporary workaround it to run a 'touch host_port.rrd' in that directory and the 'unknown' state goes away. At some point we need to track down why the file isn't being made in the first place, but it could simply be because of a lack of performance data...

Re: Unknown & Unhandled services.

Posted: Mon May 09, 2011 10:32 am
by mccollege
Touching the files resolved the problem, FYI.

Thanks.

Re: Unknown & Unhandled services.

Posted: Mon May 09, 2011 11:25 am
by mguthrie
Thanks for the heads up!