marcopaz / is-service-up

Monitor the status of all your cloud services in one page
Apache License 2.0
166 stars 26 forks source link

added harvest and debug to statuspage base #21

Closed benroeder closed 7 years ago

marcopaz commented 7 years ago

Thank you for the PR. Please let's try to keep all the service icons at fixed size 100x100 and using as few kb as possible, ideally each icon should be smaller than 10kb. You could use convert and run convert -format png -resize 100 -extent 100x100 -gravity center -background transparent -quality 70 <source-image> <dest-image> on the images, it should be enough.

benroeder commented 7 years ago

This should be better