config file incompatibility

Jeff Weisberg jaw+arguslist at tcp4me.com
Mon Jan 15 21:45:06 EST 2007



I changed a bunch of parameters which previously
were not inheritable to now be inheritable.

if your config file depended on them not being
inherited, you may need to adjust your config.



Q: but jeff, how do I know which parameters have changed?

A: using the new argus code, you can run
	argusd -DS version

  if you replace the word version, with the version
  you are currently using, argus will spit out a
  list of new and changed parameters.

  a few of the more important params which have changed
  are: overridable, sendnotify, messageup/dn, depends


Q: but jeff, my config depended on the non-inheritance
   of a certain parameter, how can I change my config?
   what can I do?

A: using the new argus code, you can now say
	parameter!: value

  adding the ! will prevent this value from being inherited.
  and, yes, you can specify both 'param' and 'param!' 
  and have one value inherited and one not.

  Group "foo" {
    sendnotify!:  yes   # this group will send notifies
    sendnotify:   no    # children will not
    [...]




More information about the Arguslist mailing list