Skip to content

Commit

Permalink
newdevice: Added basic os for EricssonLG ES switches (#7289)
Browse files Browse the repository at this point in the history
* added basic os for EricssonLG ES switches

* changed names

* tidied up some more

* renamed test files

* fixed typo

* removed _ from names

* fixed os names

* changes requested by @laf

* fixed unit test for ucp
  • Loading branch information
tslytsly authored and laf committed Sep 25, 2017
1 parent d6ae852 commit c07daa3
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 19 deletions.
12 changes: 12 additions & 0 deletions includes/definitions/elg-ipecs-es.yaml
@@ -0,0 +1,12 @@
os: elg-ipecs-es
text: 'EricssonLG IPECS ES'
type: network
icon: ericsson
group: ericsson
over:
- { graph: device_bits, text: 'Device Traffic' }
- { graph: device_processor, text: 'CPU Usage' }
- { graph: device_mempool, text: 'Memory Usage' }
discovery:
- sysObjectId:
- .1.3.6.1.4.1.572.17389
@@ -1,5 +1,5 @@
os: ipecs
text: 'Ericsson iPECS'
os: elg-ipecs-ucp
text: 'Ericsson LG iPECS UCP'
type: appliance
icon: ericsson
over:
Expand Down
9 changes: 0 additions & 9 deletions includes/definitions/ericsson-es.yaml

This file was deleted.

@@ -1,8 +1,8 @@
<?php
/**
* ericsson-es.inc.php
* elg-ipecs-es.inc.php
*
* LibreNMS os polling module for Ericsson ES
* LibreNMS os polling module for Ericsson iPECS ES
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
@@ -1,8 +1,8 @@
<?php
/**
* ipecs.inc.php
* elg-ipecs-ucp.inc.php
*
* LibreNMS OS poller module for Ericsson iPECS
* LibreNMS OS poller module for Ericsson iPECS UCP
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 2 additions & 0 deletions tests/snmpsim/elg-ipecs-es.snmprec
@@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|ES-2026P Advanced Smart FE POE Switch
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.572.17389.107
File renamed without changes.
2 changes: 0 additions & 2 deletions tests/snmpsim/ericsson-es.snmprec

This file was deleted.

2 changes: 0 additions & 2 deletions tests/snmpsim/ipecs_ucp600.snmprec

This file was deleted.

0 comments on commit c07daa3

Please sign in to comment.