unioslo / zabbix-auto-config

MIT License
3 stars 6 forks source link

Define how prefixes work/are used #51

Open paalbra opened 1 year ago

paalbra commented 1 year ago

After merging https://github.com/unioslo/zabbix-auto-config/pull/49 the concept of prefixes are more complex. They're no longer just "text before some other text", but the PR includes the concept of a separator.

It's probably useful to say something about prefixes in the readme.

There should also be a single way to use a prefix. I.e. prefixes shouldn't both contain the separator some times and other times not contain the separator (this might not be a problem in the current code base).