promgen
promgen copied to clipboard
Promgen is a configuration file generator for Prometheus
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. Release notes Sourced from actions/checkout's releases. v4.1.2 We are investigating the following issue with this release and have rolled-back the v4 tag to point...
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.4 to 4.0.5. Release notes Sourced from actions/deploy-pages's releases. v4.0.5 Changelog On API error, the error message will surface the API request ID @TooManyBees (#324) Bump the...
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. Release notes Sourced from docker/login-action's releases. v3.1.0 build(deps): bump @babel/traverse from 7.17.3 to 7.23.2 in docker/login-action#618 build(deps): bump @docker/actions-toolkit from 0.12.0 to 0.18.0 in...
Some context for this is that the docker Promgen image connects to a MySQL database on the host. I had earlier experienced an issue re: ``` # docker exec -it...
Pulling both the 0.59.0 and 0.60.0. images and running them both resulted in errors: Issues are not present on any versions below from my experience, however I did find some...
This PR shows the build pipeline for [Primevue](https://primevue.org/) Before try to use the new components, we need to import them first in `promgen-gen/main.js` Then run `make primevue` command. After the...
It takes more than 30 seconds to load. Looks like it only happens in main page and login page. `/url`, `/rule`, `/service` pages are ok. ```sh docker compose up -d...
Is there a version that runs on raspberry pi?
Hello,I am currently running PromGen using the Release-v0.56.0 version of the code. Ran a promgen web application using the following command. `docker run --rm --network host -v ~/.config/promgen:/etc/promgen/ line/promgen:local-v0.56.0` Ran...
This commit adds a new "Test" button next to the one for registering a notifier, so the user can use it to test if the notifier they are about to...