mirror of
https://github.com/netdata/netdata.git
synced 2025-04-17 03:02:41 +00:00
Update file names. (#18638)
This commit is contained in:
parent
ee2e1e0a88
commit
2f12797f93
11 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue