## Support <a id="support"></a>
Check the project website at [icinga.com](https://www.icinga.com) for status updates. Join the
-[community channels](https://www.icinga.com/community/get-involved/) for questions
+[community channels](https://icinga.com/community/) for questions
or ask an Icinga partner for [professional support](https://www.icinga.com/services/support/).
## Contribute <a id="contribute"></a>
Please ensure to have read the [introduction](06-distributed-monitoring.md#distributed-monitoring) at first glance.
If you happen to have further questions, do not hesitate to join the
-[community support channels](https://www.icinga.com/community/get-involved/)
+[community support channels](https://icinga.com/community/)
and ask community members for their experience and best practices.
## Your Configuration <a id="your-configuration"></a>
[Monitoring Basics](03-monitoring-basics.md#monitoring-basics) chapter.
If you have created your own `CheckCommand` definition, please kindly
-[send it upstream](https://www.icinga.com/community/get-involved/).
+[send it upstream](https://icinga.com/community/).
### Plugin API <a id="service-monitoring-plugin-api"></a>
The following examples should give you an idea on how to build your own
distributed monitoring environment. We've seen them all in production
-environments and received feedback from our [community](https://www.icinga.com/community/get-involved/)
+environments and received feedback from our [community](https://icinga.com/community/)
and [partner support](https://www.icinga.com/services/support/) channels:
* Single master with clients.
## Best Practice <a id="distributed-monitoring-best-practice"></a>
We've put together a collection of configuration examples from community feedback.
-If you like to share your tips and tricks with us, please join the [community channels](https://www.icinga.com/community/get-involved/)!
+If you like to share your tips and tricks with us, please join the [community channels](https://icinga.com/community/)!
### Global Zone for Config Sync <a id="distributed-monitoring-global-zone-config-sync"></a>
If you prefer an alternate method, we still recommend leaving all the Icinga 2 features intact (e.g. `icinga2 feature enable api`).
You should also use well known and documented default configuration file locations (e.g. `zones.conf`).
-This will tremendously help when someone is trying to help in the [community channels](https://www.icinga.com/community/get-involved/).
+This will tremendously help when someone is trying to help in the [community channels](https://icinga.com/community/).
### Silent Windows Setup <a id="distributed-monitoring-automation-windows-silent"></a>
yet. Follow the [Icinga Blog](https://www.icinga.com/blog/) for updates on this topic.
If you're looking for puppet manifests, chef cookbooks, ansible recipes, etc. -- we're happy
-to integrate them upstream, so please get in touch with the [Icinga team](https://www.icinga.com/community/get-involved/).
+to integrate them upstream, so please get in touch with the [Icinga team](https://icinga.com/community/).
These tools are currently in development and require feedback and tests:
(gdb) handle SIGPIPE nostop noprint pass
(gdb) r
-If you create a [bug report](https://www.icinga.com/community/get-involved/),
+If you create a [bug report](https://icinga.com/community/),
make sure to attach as much detail as possible.
### GDB Backtrace from Running Process <a id="development-debug-gdb-backtrace-running"></a>
After some feedback Icinga 2 is now running in a enforced domain, but still adds also some rules for other necessary services so no problems should occure at all. But you can help to enhance the policy by testing Icinga 2 running confined by SELinux.
-Please add the following information to [bug reports](https://www.icinga.com/community/get-involved/):
+Please add the following information to [bug reports](https://icinga.com/community/):
* Versions, configuration snippets, etc.
* Output of `semodule -l | grep -e icinga2 -e nagios -e apache`