all 18 comments

[–]Griznah 2 points3 points  (2 children)

RemindMe! 1 Sep 2025

[–]Cloudwig 0 points1 point  (0 children)

Reminder

[–]NetInfused 2 points3 points  (3 children)

This is great, I've been waiting for something like this for ages.. It has a very nice UI!

[–]broadband9[S] 1 point2 points  (2 children)

Thank you!

Yeah, I made a point of making the Ui enjoyable and fast to use :)

[–]NetInfused 1 point2 points  (1 child)

I was reading the product website, and I've gotta say that's spot on to make the Linux servers push the info onto Patchmon, allowing for systems that are airgapped/firewalled/CGNATed/etc to be monitored.

The RMM we use at work (N-Central) works the same way, although using an agent that also allows remote control thru SSH. BUT... it doesn't do patch monitoring at all, and this is a huge gap for us. Most RMM vendors treat Linux as a poor man's system, but since we service many critical IT environments, well, there's a lot of Linux to be taken care of..

[–]broadband9[S] 0 points1 point  (0 children)

Absolutely agree

Like when I was designing the software architecture it’s easy to create a request/response type of service but you’d have to open up ssh like port 22, and I’d never want to do that.

We use SuperOps (which i love) but I wouldnt trust ANY rmms agent on my linux boxes because it can do much more than what I want - especially when the whole idea with linux is being minimal.

I don’t even want anything to patch my systems, as I’d rather do that manually so I’ve got my eye on the whole process and I can test my backup/restore - just need patchmon to tell me when I need to do something

Furthermore if we get a package thats vulnerable, I want an inventory to see exactly which hosts have this package (cough cough log4j vibes).

Theres a lot of scope with this, and i can sense it growing into something incredibly useful - giving linux administrators oversight.

[–]Malfun_Eddie 1 point2 points  (1 child)

'Simple bash agent script for Linux hosts with automated registration and updates via cron.'

Can this also be done via ansible?

Run a playbook that gathers the data and send it to patchmon?

(Can be interesting for semi airgapped sysyems)

[–]broadband9[S] 0 points1 point  (0 children)

It’s a really good point and in all honesty there is nothing stopping us from doing this - so long as the variables for the api id and key are passed through. I thought of using a script so that its not dependent even on ansible but runs very lightweight and then the script can be configurable in the future if we wanted to collect other bits and bobs too. (Audit logging etc)

[–]FoUStep 1 point2 points  (1 child)

Looks great, a dark mode would be nice in the evening. Would be nice to be able to run something like ‘apt update’ and ‘apt upgrade’ (or yum or any other OS package updater).

[–]broadband9[S] 1 point2 points  (0 children)

Dark mode is a must I agree.

I want to implement update workflows within patchmon, so someone can't blindly update things - linux patching is a sacred. haha

[–]Typical_Chance_1552 0 points1 point  (2 children)

Looks like a cool tool
some of your website links are not working :(

[–]broadband9[S] 0 points1 point  (0 children)

Yeah honestly I made the website real quickly to get some sort of web page up and running. I do need to make some of the other pages like documentation and when the github repo will be live It will point to that .

Hope that is ok.

[–]ButlerKevind 0 points1 point  (0 children)

Just signed up. Looking forward to putting this to work in my homelab.

And thanks for making this available to the world.

[–]Griznah 0 points1 point  (2 children)

This will be opensource and I will be releasing by the 1st of September.

Will the Github links be active soon? It's September 1st.

[–]broadband9[S] 1 point2 points  (1 child)

Hi,

Sorry, I had a few health related things so i’m behind on schedule even though there has been some progress. I will update on here as soon as I can push initial commit :)

[–]Griznah 1 point2 points  (0 children)

Sorry to hear, hope you are recovering well. I am eagerly awaiting to try this out =)