config.ini.std
This file is used to create the initial local config.ini when infx is installed.
Make changes to the local config.ini file, not this one.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
;config.ini ; ;infx wide settings ;override these in either: ; instance specific config.ini ; host specific sub-${host}.ini ; ;DO NOT EDIT THIS FILE ; EDIT THE COPY IN ; /infx/local/etc/config.ini ; ;instance management params [infxenv] ;set/override environment settings [env] ;set vars for use in template output etc [template] [] ;define command line alias [include sub-infx-cli.ini] ;backup and restore to disk with ontape [include sub-infx-ontape.ini] ;[include sub-infx-onbar.ini] ;status monitor settings [include sub-infx-alert.ini] [include sub-infx-ignore.ini] ;include host specific config [include sub-${host}.ini] |