Hi Alexey,

On 2022-09-17 15 h 44, Alexey Vazhnov wrote:
I've tested Smokeping 2.8.2 in `Devuan GNU/Linux 5 (daedalus/ceres)` (based on 
Debian testing 12 bookworm), it works
without errors.

How to:

I created a .deb package in `Debian GNU/Linux 11 (bullseye)` by commands like 
these:

```
sudo apt-get -V --no-install-recommends install devscripts git-buildpackage 
equivs
gbp clone 'https://salsa.debian.org/debian/smokeping.git'
cd ./smokeping
mk-build-deps --install --root-cmd sudo --remove
git status
# Remove new untracked files:
rm smokeping-build-deps_2.8.2-1_amd64.buildinfo 
smokeping-build-deps_2.8.2-1_amd64.changes
gbp buildpackage
```

>
> No `libobject-result-perl` installed, but Smokeping works!

Very nice, thanks for the test!  also TIL mk-build-deps :)

and installed `smokeping_2.8.2-1_all.deb` together with Nginx, I took 
configuration from
https://gitlab.com/vazhnov/smokeping_nginx

ah, we don't have an example configuration for nginx in the package, which is a shame. maybe we should add one from there if it works directly with debian? the best.conf file looks like a good example candidate. what do you think?

Reply via email to