You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/vucm/snmp-eaton-ups/README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Eaton UPS Standalone UCM (SNMP)
1
+
# Eaton UPS Standalone UCM (SNMP)
2
2
3
3
This example describes the implementation of the [Standalone UCM](https://handbook.enapter.com/software/virtual_ucm/) concept using the opensource [Enapter python-sdk](https://github.com/Enapter/python-sdk) for monitoring Eaton UPS using SNMP protocol.
4
4
@@ -16,7 +16,7 @@ SNMP Port: 161
16
16
17
17
It is recommended to run this UCM using Docker and Docker Compose. This will ensure that environment is correct.
18
18
19
-
The UPS must be reachable from the computer where the Docker Container will be running. You can check availability and settings with `snmpget` command on Linux or Mac:
19
+
The UPS must be reachable from the computer where the Docker Container will be running. You can check availability and settings with `snmpget` command on Linux or Mac:
20
20
21
21
```bash
22
22
user@pc snmp-eaton-ups % snmpget -v1 -c public 192.168.192.192:161 1.3.6.1.2.1.33.1.1.1.0
@@ -33,7 +33,7 @@ More information you can find on [this page](https://developers.enapter.com/docs
33
33
34
34
## Step 2. Upload Blueprint into the Cloud
35
35
36
-
The general case [Enapter Blueprint](https://marketplace.enapter.com/about) consists of two files - declaration in YAML format (manifest.yaml) and logic written in Lua. Howerver for this case the logic is written in Python as Lua implementation doesn't have SNMP integration.
36
+
The general case [Enapter Blueprint](https://marketplace.enapter.com/about) consists of two files - declaration in YAML format (manifest.yaml) and logic written in Lua. Howerver for this case the logic is written in Python as Lua implementation doesn't have SNMP integration.
37
37
38
38
But for both cases we need to tell Enapter Cloud which telemetry we are going to send and store and how to name it.
39
39
@@ -60,21 +60,21 @@ Set environment variables according to your configuration settings. With dummy s
0 commit comments