@itentialopensource/adapter-solarwinds 0.8.4 → 0.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/metadata.json CHANGED
@@ -19,15 +19,12 @@
19
19
  "Service Assurance"
20
20
  ],
21
21
  "tags": [
22
- "Telemetry",
23
- "Alert Management"
22
+ "Monitoring & Troubleshooting"
24
23
  ],
25
24
  "useCases": [
26
- "Pre & Post check of Alerts & Metrics on device during automations",
27
- "Add, update, manage or remove item to/from Monitoring",
28
- "Place item into and remove item from maintenance mode",
29
- "Create Alert on item when issues arise during Automation",
30
- "Clear alerts for item after Automation to fix issues"
25
+ "Add Device to Monitoring",
26
+ "Automated network data gathering for diagnostics",
27
+ "Verify network connectivity"
31
28
  ],
32
29
  "deprecated": {
33
30
  "isDeprecated": false
@@ -73,4 +70,4 @@
73
70
  "transformationProjects": [],
74
71
  "exampleProjects": []
75
72
  }
76
- }
73
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-solarwinds",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
4
4
  "description": "This adapter integrates with system Solarwinds",
5
5
  "main": "adapter.js",
6
6
  "systemName": "SolarWinds Information Service",
@@ -55,10 +55,10 @@
55
55
  "author": "Itential",
56
56
  "homepage": "https://gitlab.com/itentialopensource/adapters/telemetry-analytics/adapter-solarwinds#readme",
57
57
  "dependencies": {
58
- "@itentialopensource/adapter-utils": "^5.3.8",
58
+ "@itentialopensource/adapter-utils": "^5.3.10",
59
59
  "acorn": "^8.10.0",
60
60
  "ajv": "^8.12.0",
61
- "axios": "^1.6.7",
61
+ "axios": "^1.6.8",
62
62
  "commander": "^11.0.0",
63
63
  "dns-lookup-promise": "^1.0.4",
64
64
  "fs-extra": "^11.1.1",
Binary file
@@ -316,7 +316,7 @@ describe('[unit] SolarWinds Adapter Test', () => {
316
316
  assert.notEqual(null, packageDotJson.dependencies);
317
317
  assert.notEqual('', packageDotJson.dependencies);
318
318
  assert.equal('^8.12.0', packageDotJson.dependencies.ajv);
319
- assert.equal('^1.6.7', packageDotJson.dependencies.axios);
319
+ assert.equal('^1.6.8', packageDotJson.dependencies.axios);
320
320
  assert.equal('^11.0.0', packageDotJson.dependencies.commander);
321
321
  assert.equal('^11.1.1', packageDotJson.dependencies['fs-extra']);
322
322
  assert.equal('^10.3.0', packageDotJson.dependencies.mocha);