summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-06-29 08:58:40 -0400
committerGitHub <noreply@github.com>2023-06-29 08:58:40 -0400
commit9e58153a5a0577970ca185b8d65f031703001157 (patch)
tree4de2782365191c36ef2b518ec32f52127f67ee65 /netdata.spec.in
parentc62dcb2a9bd8ca6ec0c483bb3506c733d96648c6 (diff)
Add configuration file for netdata-updater.sh. (#15149)
* Add config file for netdata-updater script. Currently only has an option to control maximal delay when adding random jitter while updating. Longer-term, this will be used to support a number of other configuration options without requiring the user to handle special arguments for the script. * Better handle jitter config option. * Fix DEB package builds. * Properly mark updater config as conffile in RPM spec file. * Switch to a proper config file in the repo. * Add documentation about the new config file.
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index ec7db7b120..c1630f1a53 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -495,6 +495,7 @@ rm -rf "${RPM_BUILD_ROOT}"
%files
%doc README.md
%config(noreplace) %{_sysconfdir}/%{name}/netdata.conf
+%config(noreplace) %{_sysconfdir}/%{name}/netdata-updater.conf
%attr(0755,root,netdata) %{_sysconfdir}/%{name}/edit-config
%attr(0644,root,netdata) %{_sysconfdir}/%{name}/.install-type
%dir %{_sysconfdir}/%{name}/health.d