wwlwpd
wwlwpd
This adds the git info to the environment, `run.properties` via `writeProperties.sh`, `asgs-info`, `show version`, adds a health check, and provides a file called `$SCRIPTDIR/VERSION` that can be updated with a...
If it's not a git repo, `asgs-info` just warns _ASGS is not a git repo._ and the envars exist but are not set (empty). `asgs-info -v` always pulls from `$SCRIPTDIR/VERSION`...
`define config` has been completed and already merged in #835
Just adding a note here from my experience using the monitor. 1. each asgs-mon instance itself should be tied to an `asgs_main.sh` 2. it can guess it (the usual case)...
Another thought after experiencing this for a few days now and monitoring 4 different systems, it'd be nice to get one summary email per notification window (1-3 hours) that had...
Another idea, make a plugin for `asgs-lint`
I am going to peel the monitor off into it's own repo
Hmmm....currently we have, * `PERL-MODULES` - always installed via `cpanm` and fully tested * `PERL-MODULES.notest` - installed via `cpanm --no-test` because some modules have flaky tests (verified) * `PERL-MODULES.wget` -...
Sounds good, for this issue I will create a way to install modules not essential for deployment but are useful because it's handy to use `asgsh` as a development environment...