@cryptotaxi247 / netdata-1 / commits / b8d936387

fix icons for db integrations (#15621)

Hugo Valente committed Jul 28, 2023 at 13:32 UTC b8d9363875d112545bb9a0963494d3e8415bad68
2 files changed +3 -3
collectors/python.d.plugin/memcached/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ meta:
8 link: https://memcached.org/
9 categories:
10 - data-collection.database-servers
11 - icon_filename: "memcached.png"
11 + icon_filename: "memcached.svg"
12 related_resources:
13 integrations:
14 list: []
collectors/python.d.plugin/oracledb/metadata.yaml
+2 -2
@@ -3,11 +3,11 @@ meta:
3 plugin_name: python.d.plugin
4 module_name: oracledb
5 monitored_instance:
6 - name: OracleDB
6 + name: Oracle DB
7 link: "https://docs.oracle.com/en/database/oracle/oracle-database/"
8 categories:
9 - data-collection.database-servers
10 - icon_filename: "oracle.jpeg"
10 + icon_filename: "oracle.svg"
11 related_resources:
12 integrations:
13 list: []