Ask HN: What do use for private service monitoring?
3 points
2 days ago
| 5 comments
| HN
What do you use for private service monitoring in your organization, and how did you configure it initially?
runjake
1 day ago
[-]
> What do you use for private service monitoring in your organization

Xymon and custom script tests. It's old and ugly, but it's very reliable, flexible, and easy to use. I've tried a number of different solutions, such as Nagios and others, but kept coming back to Xymon.

> how did you configure it initially

~30 years ago, with lots of upkeep and cleanups.

reply
uaas
1 day ago
[-]
Seems like you’re looking for a glorified ping/prober? There’s blackbox_exporter for Prometheus that works great.
reply
stop50
2 days ago
[-]
I used a lot of nagios descedants like icinga and checkmk. but at the moment i like the prometheus+grafana stack more.
reply
Squeeeez
2 days ago
[-]
What do you mean by a "private" service?

And what kind of monitoring?

reply
vednig
2 days ago
[-]
services that are on an internal network and not accessible publicly, hence would require giving the tool access to the network to have continuous availability checks
reply
SoberPingu
2 days ago
[-]
Uptime kuma
reply