theforeman / foreman-infra

Puppet modules and scripts to manage Foreman project infrastructure
https://theforeman.github.io/foreman-infra
Apache License 2.0
23 stars 51 forks source link

add monitoring #1960

Open evgeni opened 8 months ago

evgeni commented 8 months ago

Architectural question.

Zabbix can run passive agents (Server connects to Agent) and active agents (Agent connects to Server). You have to configure each monitored system to be either passive or active (meh), as it slightly changes how data is transmitted (and requires you to use different templates :roll_eyes:).

The question is, which one do we want?

With these in mind, I think I'd aim at an active setup?

ekohl commented 8 months ago

I would also lean to an active setup.

Another question is where we want to host this. I was leaning to Netways since we have few hosts there so there's a good chance you'll find connectivity issues, but we don't have IPv6 there.

evgeni commented 8 months ago

Another question is where we want to host this. I was leaning to Netways since we have few hosts there so there's a good chance you'll find connectivity issues, but we don't have IPv6 there.

That should be fine as long as our v6 agents have v4 NAT or something.

ekohl commented 8 months ago

I'd also like to monitor HTTP remotely. Mostly for Jenkins & Discourse. If we have IPv6 we can also ensure Jenkins & Foreman are available over that.