home tags events about login
one honk maybe more

benjojo posted 23 Jun 2025 18:59 +0000

Computer gore!

Some network device between San Francisco and London is sometimes corrupting packets (in a way that the packet checksum survives), causing my collectd metrics packets to show up with broken hostnames (and often internal metric values...) and also causing fun named files to be made on my metrics server...

I also wonder sometimes if the destination is sometimes corrupted and my metrics packet zoops off somewhere else on the internet

(The right hostname is airmail .benjojo .co.uk)

A listi

benjojo replied 23 Jun 2025 19:20 +0000
in reply to: https://secluded.ch/users/jeroen/statuses/114734288750702079

@jeroen collectd's basic protocol is just UDP "fire and forget", this is useful (collectd will often be the last surviving process on a machine as it's blowing up), but yeah, the basic protocol has no signing and encryption. I have ingress ACL's of course, but that wont help me if something is chewing up the packets

(I have prometheus too, but collectd+RRD has it's own useful charms)