this post was submitted on 02 Aug 2023
1551 points (97.0% liked)

Programmer Humor

19655 readers
945 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago

Had to get some metrics out of an old Cisco box that weren't available through SNMP, and the only solution I could come up with was to periodically SSH some commands and regex the results.

That required way too much shell-foo and the SSH daemon would just randomly refuse/drop connections.

If only there was some kind of standard metric API that every other modern software supports out of the box...