* feat(zabbix): rework * finish web * add some server vars * add agent * volume web * lots of rework * adjust persistence * identation * lint * fix few things * update common.yaml * lint * one more * lets begin one by one * fix typo * fix some potential empty value * fix java port * fix some more emty values * fix some ints in configmap and rename to frontend * Add a lower default * adjust some probes and fix configmap * add 2 hostpaths to zabbix agent * some more configmap fixes * increase some sizes * add probes * hmm * whops * disable this env * one more * remove passive and active servers * move somethings * test different user * enable java * enable snmp * enable webservice * add services and volumes * add javagw webservice and snmp questions * add agent questions and remove some that don't apply * add webui questions * add some server questions * add server questions * remove todos * rename to zabbix. as it;s not only the server
31 lines
445 B
Plaintext
31 lines
445 B
Plaintext
# Patterns to ignore when building packages.
|
|
# This supports shell glob matching, relative path matching, and
|
|
# negation (prefixed with !). Only one pattern per line.
|
|
.DS_Store
|
|
# Common VCS dirs
|
|
.git/
|
|
.gitignore
|
|
.bzr/
|
|
.bzrignore
|
|
.hg/
|
|
.hgignore
|
|
.svn/
|
|
# Common backup files
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*~
|
|
# Various IDEs
|
|
.project
|
|
.idea/
|
|
*.tmproj
|
|
.vscode/
|
|
# OWNERS file for Kubernetes
|
|
OWNERS
|
|
# helm-docs templates
|
|
*.gotmpl
|
|
# docs folder
|
|
/docs
|
|
# icon
|
|
icon.png
|