0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 03:02:41 +00:00

Update file names. ()

This commit is contained in:
vkalintiris 2024-09-30 15:48:09 +03:00 committed by GitHub
parent ee2e1e0a88
commit 2f12797f93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 17 additions and 17 deletions

View file

@ -1125,14 +1125,14 @@ endif()
set(INTERNAL_COLLECTORS_FILES
src/collectors/common-contexts/common-contexts.h
src/collectors/common-contexts/disk.io.h
src/collectors/common-contexts/system.io.h
src/collectors/common-contexts/system.interrupts.h
src/collectors/common-contexts/system.processes.h
src/collectors/common-contexts/system.ram.h
src/collectors/common-contexts/mem.swap.h
src/collectors/common-contexts/mem.pgfaults.h
src/collectors/common-contexts/mem.available.h
src/collectors/common-contexts/disk-io.h
src/collectors/common-contexts/system-io.h
src/collectors/common-contexts/system-interrupts.h
src/collectors/common-contexts/system-processes.h
src/collectors/common-contexts/system-ram.h
src/collectors/common-contexts/mem-swap.h
src/collectors/common-contexts/mem-pgfaults.h
src/collectors/common-contexts/mem-available.h
)
set(PLUGINSD_PLUGIN_FILES

View file

@ -18,14 +18,14 @@
typedef void (*instance_labels_cb_t)(RRDSET *st, void *data);
#include "system.io.h"
#include "system.ram.h"
#include "system.interrupts.h"
#include "system.processes.h"
#include "system.ipc.h"
#include "mem.swap.h"
#include "mem.pgfaults.h"
#include "mem.available.h"
#include "disk.io.h"
#include "system-io.h"
#include "system-ram.h"
#include "system-interrupts.h"
#include "system-processes.h"
#include "system-ipc.h"
#include "mem-swap.h"
#include "mem-pgfaults.h"
#include "mem-available.h"
#include "disk-io.h"
#endif //NETDATA_COMMON_CONTEXTS_H