summaryrefslogtreecommitdiffstats
path: root/system/openrc/init.d/netdata.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:07:37 +0000
commitb485aab7e71c1625cfc27e0f92c9509f42378458 (patch)
treeae9abe108601079d1679194de237c9a435ae5b55 /system/openrc/init.d/netdata.in
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.45.3+dfsg.upstream/1.45.3+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'system/openrc/init.d/netdata.in')
-rw-r--r--system/openrc/init.d/netdata.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/system/openrc/init.d/netdata.in b/system/openrc/init.d/netdata.in
index 8dede179c..23d1a56cb 100644
--- a/system/openrc/init.d/netdata.in
+++ b/system/openrc/init.d/netdata.in
@@ -6,10 +6,9 @@ NETDATA_PIDFILE="@localstatedir_POST@/run/netdata/netdata.pid"
description="Run the Netdata system monitoring agent."
-extra_started_commands="reload rotate save"
+extra_started_commands="reload rotate"
description_reload="Reload health configuration."
description_rotate="Reopen log files."
-description_save="Force sync of database to disk."
command_prefix="@sbindir_POST@"
command="${command_prefix}/netdata"
@@ -70,10 +69,3 @@ rotate() {
"Failed to reopen Netdata log files" \
SIGHUP
}
-
-save() {
- run_cmd save-database \
- "Saving Netdata database" \
- "Failed to save Netdata database" \
- SIGUSR1
-}