> Problem is placement of the --global clause. Early in the cfgmaker command > works but after the [EMAIL PROTECTED] fails! > > Worth fixing....
This is actually by design, and mentioned in the cfgmaker documentation (although possibly not very clearly). The various cfgmaker options, like --global, only apply to [EMAIL PROTECTED] entries AFTER them in the list. So, the safest way is to make sure all your options come first, and the [EMAIL PROTECTED] list comes last. The reason for this is so that you can give different options and parameters to multiple hosts in the cfgmaker list. However since it is considered best practice to have one cfg file per host you will probably only have one [EMAIL PROTECTED] entry in the list anyway. Steve _______________________________________________ mrtg mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/mrtg
