Skip to content
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

doc(cisco umbrella snmp): quick fix on options #4027

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: network-cisco-umbrella-snmp
title: Cisco Umbrella
title: Cisco Umbrella SNMP
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Expand All @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem';

### Modèles

Le connecteur de supervision **Cisco Umbrella** apporte un modèle d'hôte :
Le connecteur de supervision **Cisco Umbrella SNMP** apporte un modèle d'hôte :

* **Net-Cisco-Umbrella-SNMP-custom**

Expand Down Expand Up @@ -186,7 +186,7 @@ yum install centreon-pack-network-cisco-umbrella-snmp
</TabItem>
</Tabs>

2. Quel que soit le type de la licence (*online* ou *offline*), installez le connecteur **Cisco Umbrella**
2. Quel que soit le type de la licence (*online* ou *offline*), installez le connecteur **Cisco Umbrella SNMP**
depuis l'interface web et le menu **Configuration > Gestionnaire de connecteurs de supervision**.

### Plugin
Expand Down Expand Up @@ -484,10 +484,10 @@ Les options disponibles pour chaque modèle de services sont listées ci-dessous
</TabItem>
<TabItem value="Connectivity" label="Connectivity">

| Option | Description |
|:-------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| --warning-* | Define the conditions to match for the status to be WARNING. (default: '%\{status\} =~ /yellow/'). Can be: 'dns-status', 'localdns-status', 'cloud-status', 'ad-status'. Can use special variables like: %\{status\}, %\{display\} |
| --critical-* | Define the conditions to match for the status to be CRITICAL. (default: %\{status\} =~ /red/). Can be: 'dns-connectivity', 'localdns-connectivity', 'cloud-connectivity', 'ad-connectivity'. Can use special variables like: %\{status\}, %\{display\} |
| Option | Description |
|:-------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| --warning-* | Define the conditions to match for the status to be WARNING. (default: '%\{status\} =~ /yellow/'). Can be: 'dns-status', 'localdns-status', 'cloud-status', 'ad-status'. Can use special variables like: %\{status\}, %\{display\} |
| --critical-* | Define the conditions to match for the status to be CRITICAL. (default: %\{status\} =~ /red/). Can be: 'dns-status', 'localdns-status', 'cloud-status', 'ad-status'. Can use special variables like: %\{status\}, %\{display\} |

</TabItem>
<TabItem value="Cpu" label="Cpu">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: network-cisco-umbrella-snmp
title: Cisco Umbrella
title: Cisco Umbrella SNMP
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Expand All @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem';

### Templates

The Monitoring Connector **Cisco Umbrella** brings a host template:
The Monitoring Connector **Cisco Umbrella SNMP** brings a host template:

* **Net-Cisco-Umbrella-SNMP-custom**

Expand Down Expand Up @@ -187,7 +187,7 @@ yum install centreon-pack-network-cisco-umbrella-snmp
</TabItem>
</Tabs>

2. Whatever the license type (*online* or *offline*), install the **Cisco Umbrella** connector through
2. Whatever the license type (*online* or *offline*), install the **Cisco Umbrella SNMP** connector through
the **Configuration > Monitoring Connector Manager** menu.

### Plugin
Expand Down Expand Up @@ -485,10 +485,10 @@ All available options for each service template are listed below:
</TabItem>
<TabItem value="Connectivity" label="Connectivity">

| Option | Description |
|:-------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| --warning-* | Define the conditions to match for the status to be WARNING. (default: '%\{status\} =~ /yellow/'). Can be: 'dns-status', 'localdns-status', 'cloud-status', 'ad-status'. Can use special variables like: %\{status\}, %\{display\} |
| --critical-* | Define the conditions to match for the status to be CRITICAL. (default: %\{status\} =~ /red/). Can be: 'dns-connectivity', 'localdns-connectivity', 'cloud-connectivity', 'ad-connectivity'. Can use special variables like: %\{status\}, %\{display\} |
| Option | Description |
|:-------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| --warning-* | Define the conditions to match for the status to be WARNING. (default: '%\{status\} =~ /yellow/'). Can be: 'dns-status', 'localdns-status', 'cloud-status', 'ad-status'. Can use special variables like: %\{status\}, %\{display\} |
| --critical-* | Define the conditions to match for the status to be CRITICAL. (default: %\{status\} =~ /red/). Can be: 'dns-status', 'localdns-status', 'cloud-status', 'ad-status'. Can use special variables like: %\{status\}, %\{display\} |

</TabItem>
<TabItem value="Cpu" label="Cpu">
Expand Down