forked from SkylineCommunications/dataminer-docs-connectors
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'SkylineCommunications:main' into main
- Loading branch information
Showing
34 changed files
with
1,542 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
uid: Connector_help_Advantech_ADAM6050_SNMP | ||
--- | ||
|
||
# Advantech ADAM6050 SNMP | ||
|
||
The Advantech ADAM6050 SNMP connector enables monitoring and management of digital and analog inputs and outputs from Advantech ADAM6050 devices. By leveraging SNMP, the connector provides real-time data access, facilitating efficient monitoring and control within the DataMiner platform. | ||
|
||
## About | ||
|
||
### Version Info | ||
|
||
| Range | Features | Based on | System Impact | | ||
|--------------------|-----------------|----------|---------------| | ||
| 1.0.0.x [SLC Main] | Initial version | - | - | | ||
|
||
### Product Info | ||
|
||
| Range | Supported Firmware | | ||
|-------------|---------------------| | ||
| 1.0.0.x | - | | ||
|
||
### System Info | ||
|
||
| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components | | ||
|-------------|-----------------|---------------------|-------------------|----------------------| | ||
| 1.0.0.x | No | Yes | - | - | | ||
|
||
## Configuration | ||
|
||
### Connections | ||
|
||
#### SNMP Connection | ||
|
||
This connector uses an SNMP connection to communicate with the Advantech ADAM6050 device. During element creation, configure the following SNMP settings: | ||
|
||
- **IP address/host**: The polling IP or URL of the destination. | ||
- **IP port**: The IP port of the destination. | ||
- **Get community string**: Community string for reading device values (default: *public*). | ||
- **Set community string**: Community string for writing values to the device (default: *private*). | ||
|
||
### Web Interface | ||
|
||
The web interface is accessible when the client machine has network access to the device. | ||
|
||
## How to use | ||
|
||
When an element has been created with this connector, you will be able to monitor and control input and output values for the Advantech ADAM6050 device in real time. The connector will retrieve device data over SNMP and display it in DataMiner, allowing you to manage device statuses effectively. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
uid: Connector_help_Asentria_SiteBoss_360 | ||
--- | ||
|
||
# Asentria SiteBoss 360 | ||
|
||
This connector allows you to monitor general parameters (e.g. system uptime, location, tech support details, etc.) as well as input and output interfaces such as contacts, relays, sensors, and analog inputs. | ||
|
||
## About | ||
|
||
### Version Info | ||
|
||
| Range | Features | Based on | System Impact | | ||
|--------------------|-----------------------------------|----------|---------------| | ||
| 1.0.0.x [SLC Main] | - SNMP monitoring<br>- SNMP traps | - | - | | ||
|
||
### Product Info | ||
|
||
| Range | Supported Firmware | | ||
|---------|--------------------| | ||
| 1.0.0.x | - | | ||
|
||
### System Info | ||
|
||
| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components | | ||
|---------|-----------------|---------------------|-------------------|---------------------| | ||
| 1.0.0.x | No | Yes | - | - | | ||
|
||
## Configuration | ||
|
||
### Connections | ||
|
||
#### SNMP Connection | ||
|
||
This connector uses a Simple Network Management Protocol (SNMP) connection and requires the following input during element creation: | ||
|
||
SNMP CONNECTION: | ||
|
||
- **IP address/host**: The polling IP or URL of the destination. | ||
- **IP port**: The IP port of the destination (default: *161*). | ||
- **Bus address**: The bus address of the device. | ||
|
||
SNMP Settings: | ||
|
||
- **Get community string**: The community string used when reading values from the device (default: *public*). | ||
- **Set community string**: The community string used when setting values on the device (default: *private*). | ||
|
||
## How to use | ||
|
||
The connector is divided in three main parts: | ||
|
||
- A single **General** page with standard device information. | ||
- Several pages with information regarding data traffic: **Interface**, **Ports**, and **Ethernet**. | ||
- The specific device functions, such as the **power**, **battery**, and **event sensor** information | ||
|
||
All tables are polled over SNMP. | ||
|
||
For event sensor information, information is updated whenever traps are received to ensure accurate alarm monitoring. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
uid: Connector_help_Icinga_2 | ||
uid: Connector_help_Icinga_Icinga_2 | ||
--- | ||
|
||
# Icinga 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.