I would configure an object like this:
object localhost {
ip "127.0.0.1";
desc "localhost";
type ping;
};
then make all the other objects say
object foo {
ip "foo";
type foo;
dep "localhost";
};
that will achieve the desired result.
- jared
On Thu, Oct 11, 2001 at 03:55:05PM -0500, David Bauman wrote:
> Greetings,
>
> Just getting sysmond installed. Getting these errors though.
>
> object my.server.name has no relationship. It will not be monitored.
>
>
> Im pretty sure this is happening because I have setup no dependencies,
> however I dont want any dependencies for certain reasons. Any way to turn
> this feature off?
>
> Thanks,
>
> db
-- Jared Mauch | pgp key available via finger from jared@puck.nether.net clue++; | http://puck.nether.net/~jared/ My statements are only mine.
This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:14:07 EDT