lovebeat icon indicating copy to clipboard operation
lovebeat copied to clipboard

Super simple heartbeat and metrics monitoring

Results 5 lovebeat issues
Sort by recently updated
recently updated
newest added

When starting with `-syslog` the loglevel defaults to debug instead of info. Starting a Lovebeat container with docker run -v /dev/log:/dev/log boivie/lovebeat:1.0.3 -syslog yields the following syslog entries: ```plain Jul...

bug

I'm trying to use your (awesome) lovebeat in a nginx/proxy/docker configuration, one major issue is that `dashboard/assets/app.html` is refering to `bundle.js` as `` The trailing slash prevent from using lovebeat...

I use the script from the documentation (located in /var/www/lovebeat.sh): ``` #!/bin/bash echo "Hello World" env ``` And this config file (located in /var/www/lovebeat.sh): ``` [[alarms]] name = "beatstash" pattern...

If all the services in a view has been deleted and the view isn't needed anymore; it would be great to be able to delete the view from the UI.

To deploy in a PaaS like Heroku, using environment variables for port configuration would be super helpful. Usually a PaaS exposes what port the application should bind to as $PORT....