-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dev.icinga.com #9117] Make features HA-aware #2941
Comments
Updated by mfrosch on 2015-04-20 12:14:28 +00:00 Is this possible? |
Updated by mfrosch on 2015-04-27 08:13:14 +00:00
We think about enabling enable_ha for all useful objects, PerfdataWriter, GraphiteWriter, GelfWriter, OpenTSBWriter This will enable a similar handling like the IDO, only one of the Nodes in a Zone will write Perfdata. And in failover or re-configuration case, another node will do it. In terms of pnp4nagios the user would be required to take care about the file shipping. Please plan it for 2.4, we except just a simple implementation |
Updated by mfriedrich on 2015-04-27 08:25:55 +00:00
|
Updated by mfriedrich on 2015-04-29 06:29:27 +00:00
We will discuss this further next week. We'll take care about time estimates/target versions then. |
Updated by mwaldmueller on 2015-05-07 08:52:40 +00:00 I think enable_ha is necessary, especially for graphite and perfdata. |
Updated by essener61 on 2015-05-07 11:55:55 +00:00 I have the same Problem... Our enviroment is like dirk has decribed. |
Updated by mfriedrich on 2015-06-23 13:30:49 +00:00
|
Updated by mfriedrich on 2016-03-09 10:13:57 +00:00
|
Updated by friesoft on 2016-03-18 10:10:35 +00:00 Any news on this? We are currently setting up an Icinga HA cluster using 3 Nodes. The IDO mysql combined with MariaDB Galera Cluster works great. We now need something similar for a graphite cluster... or is the only option we've got that every instance logs into its own standalone graphite? |
Updated by mfriedrich on 2016-04-07 10:39:57 +00:00
|
Updated by striep on 2016-05-29 15:25:26 +00:00 Hi, we are also eagerly waiting for this feature as we plan to set up a HA cluster for icinga2 also with galera cluster |
Updated by ziaunys on 2016-06-14 23:50:24 +00:00 +1 |
Updated by DG3AZ on 2016-08-16 10:25:34 +00:00 Any news? :-) André |
Any news? :) We would love to use this in combination with the new logstashwriter with an icinga2 cluster |
The LogstashWriter is still undergoing review and has not been merged to release branches. In terms of this feature - please dive into the code and contribute a patch. |
This issue has been migrated from Redmine: https://dev.icinga.com/issues/9117
Created by dgoetz on 2015-04-20 12:13:28 +00:00
Assignee: (none)
Status: New
Target Version: Backlog
Last Update: 2016-08-16 10:25:34 +00:00 (in Redmine)
Some features are already ha aware, I think Perfdata-Writer and perhaps others like Graphite-Writer needs to be aware also.
My environment for example:
Workarounds now:
Best solution would be every host writes its own perfdata for only the executed and not the transferred checks and I collect all perfdata files. (Not sure if I configure now a suffix with the endpoints name to not get a file collision.)
Relations:
The text was updated successfully, but these errors were encountered: