Page 1 of 1

How to see settings of remote server?

Posted: Fri Aug 18, 2006 10:14 pm
by core
Is there possibility, to remotely view, what modules are loaded by server, it's some config variables (that are not availible with /stats - for example set::network-name or set::hiddenhost-prefix, aliases, etc).

This is because network policy requires, that some additional "security" modules are loaded - i want to write special service-bot that watches connecting servers, and checks if they are configured correctly.

Thanks.

Posted: Sat Aug 19, 2006 9:22 am
by T-rexke
maybe try /os modlist

Posted: Sat Aug 19, 2006 10:11 am
by core
this will print modules loaded by _services_, not by each server

Posted: Sat Aug 19, 2006 10:36 am
by Jobe
Ok most if not all of the /stats values can be used remotly by inclding the server name at the end. For eample "/stats S delta.invictachat.co.uk"

As for the module listing as far as i can see the same applies. For example "/module delta.invictachat.co.uk"

Posted: Sat Aug 19, 2006 3:00 pm
by core
Yes! That it is! Thank you ;)

Posted: Sat Aug 19, 2006 4:59 pm
by White_Magic
u can use wildcards to save u typing each server name,
/stats O serv1*
/module serv2*
/stats K serv3*
etc