On Thu, 11 Oct 2007, board.divers wrote:

> Hello,
>
> I would like to know if It's possible to stop MON to listen on udp and tcp.
>
> I've tried to comment some part on the code ( listen(SERVER,OCONNECT) by
> example) but all my tests have ended with my CPU at 100% ...

you can't do that, but if you don't want external things talking to it from the
network you can tell it to bind to only 127.0.0.1. look at the "serverbind" and
"trapbind" settings in the man page.

_______________________________________________
mon mailing list
mon@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to