https://github.com/vshn/icingaweb2-module-customvars
https://github.com/vshn/icingaweb2-module-customvars
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vshn/icingaweb2-module-customvars
- Owner: vshn
- License: bsd-3-clause
- Created: 2018-03-01T14:08:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:31:29.000Z (over 1 year ago)
- Last Synced: 2025-01-29T01:46:19.861Z (5 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# icingaweb2-module-customvars
This icingaweb2 module shows some custom host variables.
## Details
For this module to work, the host hash 'customvars' must be present.
Inside the 'customvars' hash, the module searches for a key 'icingaweb\_customvars', which must contain a comma-separated
list of variable names to be shown. Those keys and their corresponding values are shown as a table in the host view of
icingaweb2.## Packaging instructions
1. Add a tag to source repository to create a release
1. Download .tar.gz from source repository
1. $ gbp import-orig ../downloaded-from-source-repository.tar.gz, enter version number
1. $ dch -v X.Y.Z-1
1. $ dch -r -D xenial
1. $ git commit debian/changelog
1. $ gbp buildpackage
1. Test the package
1. $ gbp buildpackage -S --git-tag
1. $ git push --all
1. $ git push --tags
1. $ cd ..
1. $ dput ppa:vshn/icinga icingaweb2-module-customvars\_0.1.0-1\_source.changes