mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-02-18 18:17:51 -05:00
Docs: Account Redis' trademark policy
See https://redis.io/legal/trademark-policy/
This commit is contained in:
parent
d4fcb48f0c
commit
70ced42454
6 changed files with 25 additions and 11 deletions
|
|
@ -7,13 +7,13 @@
|
|||
Icinga DB is a set of components for publishing, synchronizing and
|
||||
visualizing monitoring data in the Icinga ecosystem, consisting of:
|
||||
|
||||
* Icinga DB Web which connects to both a Redis server and a database to view and work with
|
||||
* Icinga DB Web which connects to both a Redis®[\*](doc/TRADEMARKS.md#redis) server and a database to view and work with
|
||||
most up-to-date monitoring data
|
||||
* Icinga 2 with its [Icinga DB feature](https://icinga.com/docs/icinga-2/latest/doc/14-features/#icinga-db) enabled,
|
||||
responsible for publishing the data to the Redis server, i.e. configuration and its runtime updates, check results, state changes,
|
||||
downtimes, acknowledgements, notifications, and other events such as flapping
|
||||
responsible for publishing the data to the Redis® server, i.e. configuration and its runtime updates, check results,
|
||||
state changes, downtimes, acknowledgements, notifications, and other events such as flapping
|
||||
* And the [Icinga DB daemon](https://icinga.com/docs/icinga-db),
|
||||
which synchronizes the data between the Redis server and the database
|
||||
which synchronizes the data between the Redis® server and the database
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -3,12 +3,13 @@
|
|||
Icinga DB is a set of components for publishing, synchronizing and
|
||||
visualizing monitoring data in the Icinga ecosystem, consisting of:
|
||||
|
||||
* Icinga DB Web which connects to both a Redis server and a database to view and work with monitoring data
|
||||
* Icinga DB Web which connects to both a Redis®[\*](TRADEMARKS.md#redis) server and
|
||||
a database to view and work with monitoring data
|
||||
* Icinga 2 with its [Icinga DB feature](https://icinga.com/docs/icinga-2/latest/14-features/#icinga-db) enabled,
|
||||
responsible for publishing monitoring configuration, check results,
|
||||
states changes and history items to the Redis server
|
||||
states changes and history items to the Redis® server
|
||||
* And the [Icinga DB daemon](https://icinga.com/docs/icinga-db/latest/01-About/),
|
||||
which synchronizes monitoring data between the Redis server and the database
|
||||
which synchronizes monitoring data between the Redis® server and the database
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -15,17 +15,17 @@ Connection configuration for the database to which Icinga DB synchronizes monito
|
|||
2. Configure the resource you just created as the database connection for the Icinga DB Web module using the
|
||||
`Configuration → Modules → icingadb → Database` menu.
|
||||
|
||||
## Redis Configuration
|
||||
## Redis® Configuration
|
||||
|
||||
Connection configuration for the Redis server where Icinga 2 writes check results.
|
||||
Connection configuration for the Redis® server where Icinga 2 writes check results.
|
||||
This data is used to display the latest state information in Icinga DB Web.
|
||||
|
||||
1. Configure the connection to the Redis server through the `Configuration → Modules → icingadb → Redis` menu.
|
||||
1. Configure the connection to the Redis® server through the `Configuration → Modules → icingadb → Redis` menu.
|
||||
|
||||
!!! info
|
||||
|
||||
If you are running a high-availability Icinga 2 setup,
|
||||
also configure the secondary master's Redis connection details.
|
||||
also configure the secondary master's Redis® connection details.
|
||||
Icinga DB Web then uses this connection if the primary one is not available.
|
||||
|
||||
## Command Transport Configuration
|
||||
|
|
|
|||
13
doc/TRADEMARKS.md
Normal file
13
doc/TRADEMARKS.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Third-party Trademarks
|
||||
|
||||
All trademarks, logos, and brand names are the property of their respective owners.
|
||||
Any mention of company, product, or service names in our documentations, product descriptions,
|
||||
or websites is solely for identification purposes. The use of these names, trademarks,
|
||||
and brands does not imply endorsement. This document acknowledges trademarks of companies and products,
|
||||
which are the property of their respective owners, whether registered or unregistered.
|
||||
|
||||
## Redis®
|
||||
|
||||
Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd.
|
||||
Any use by Icinga GmbH is for referential purposes only and does not indicate any sponsorship,
|
||||
endorsement or affiliation between Redis and Icinga GmbH.
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 550 KiB After Width: | Height: | Size: 444 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 520 KiB After Width: | Height: | Size: 415 KiB |
Loading…
Reference in a new issue