Skip to content

Commit

Permalink
Fixed invalid graph description for network monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mbag authored Apr 3, 2017
2 parents 0a17ff4 + 16d50b3 commit 2316ead
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ansible/roles/esdc-mon/files/templates/t_erigonos.json
Original file line number Diff line number Diff line change
Expand Up @@ -1661,7 +1661,7 @@
"password": "",
"snmpv3_privpassphrase": "",
"snmpv3_privprotocol": "0",
"name": "Incoming errors on $1",
"name": "Incoming errors on {#IFNAME}",
"applications": [
{
"name": "Network interfaces"
Expand Down Expand Up @@ -1704,7 +1704,7 @@
"password": "",
"snmpv3_privpassphrase": "",
"snmpv3_privprotocol": "0",
"name": "Incoming network traffic on $1",
"name": "Incoming network traffic on {#IFNAME}",
"applications": [
{
"name": "Network interfaces"
Expand Down Expand Up @@ -1747,7 +1747,7 @@
"password": "",
"snmpv3_privpassphrase": "",
"snmpv3_privprotocol": "0",
"name": "Incoming packets on $1",
"name": "Incoming packets on {#IFNAME}",
"applications": [
{
"name": "Network interfaces"
Expand Down Expand Up @@ -1790,7 +1790,7 @@
"password": "",
"snmpv3_privpassphrase": "",
"snmpv3_privprotocol": "0",
"name": "Outgoing errors on $1",
"name": "Outgoing errors on {#IFNAME}",
"applications": [
{
"name": "Network interfaces"
Expand Down Expand Up @@ -1833,7 +1833,7 @@
"password": "",
"snmpv3_privpassphrase": "",
"snmpv3_privprotocol": "0",
"name": "Outgoing network traffic on $1",
"name": "Outgoing network traffic on {#IFNAME}",
"applications": [
{
"name": "Network interfaces"
Expand Down Expand Up @@ -1876,7 +1876,7 @@
"password": "",
"snmpv3_privpassphrase": "",
"snmpv3_privprotocol": "0",
"name": "Outgoing packets on $1",
"name": "Outgoing packets on {#IFNAME}",
"applications": [
{
"name": "Network interfaces"
Expand Down
1 change: 1 addition & 0 deletions docs/appliances.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ Changelog
- Fixed exec parameters of default media types - `#29 <https://github.com/erigones/esdc-factory/issues/29>`__
- Fixed FS discovery in t_linux and t_erigonos templates - `#30 <https://github.com/erigones/esdc-factory/issues/30>`__
- Fixed node hard disk discovery and added trigger on SCSI errors into t_solaris_disk - commit `273ad34 <https://github.com/erigones/esdc-factory/commit/273ad34e0c24ab7cb5f2de2f4478534bfa13230e>`__
- Fixed invalid graph description for network monitoring in t_erigonos - `#34 <https://github.com/erigones/esdc-factory/issues/34>`__ - `#112 <https://github.com/erigones/esdc-ce/issues/112>`__

2.5.1
~~~~~
Expand Down

0 comments on commit 2316ead

Please sign in to comment.