]> arthur.barton.de Git - netdata.git/blobdiff - CMakeLists.txt
haproxy plugin: 2 more alarm added (backend status, last_collected)
[netdata.git] / CMakeLists.txt
index eb56d2a0c9b69baca77a5c71f27c0beeac764d7d..49ae6b0c88d6711250c27b134a32871ad3a7645a 100755 (executable)
@@ -94,7 +94,14 @@ set(NETDATA_SOURCE_FILES
         src/web_client.h
         src/web_server.c
         src/web_server.h
-        src/socket.c src/socket.h)
+        src/socket.c src/socket.h
+        src/registry_url.c
+        src/registry_url.h
+        src/registry_internals.h
+        src/registry_person.c
+        src/registry_person.h
+        src/registry_machine.c
+        src/registry_machine.h src/registry_internals.c src/registry_init.c src/registry_db.c src/registry_log.c src/proc_uptime.c src/sys_devices_system_edac_mc.c)
 
 set(APPS_PLUGIN_SOURCE_FILES
         src/appconfig.c