diff options
author | Ilya Mashchenko <ilya@netdata.cloud> | 2024-04-17 17:09:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 17:09:16 +0300 |
commit | 125359dd5c27dab6fa964fe563321f7c2ce7b251 (patch) | |
tree | 6eef47dd9c3d4d57f80aebb16faa6bb4f29c44be /CMakeLists.txt | |
parent | 2121bfe9be6f9c32fb91d6a9a9814b0d37dd8d37 (diff) |
remove python.d/adaptec_raid (#17429)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ebaf2058c2..e53cb3b991 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2515,7 +2515,6 @@ install(FILES src/collectors/python.d.plugin/python.d.conf # conf files install(FILES - src/collectors/python.d.plugin/adaptec_raid/adaptec_raid.conf src/collectors/python.d.plugin/alarms/alarms.conf src/collectors/python.d.plugin/am2320/am2320.conf src/collectors/python.d.plugin/anomalies/anomalies.conf @@ -2565,7 +2564,6 @@ install(FILES # scripts install(FILES - src/collectors/python.d.plugin/adaptec_raid/adaptec_raid.chart.py src/collectors/python.d.plugin/alarms/alarms.chart.py src/collectors/python.d.plugin/am2320/am2320.chart.py src/collectors/python.d.plugin/anomalies/anomalies.chart.py |