diff options
author | rebortg <github@ghlr.de> | 2024-09-30 22:31:16 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2024-10-03 21:23:23 +0200 |
commit | 1749c3a99b88c8376b505d0d776cc9b4d5f167cd (patch) | |
tree | 2dcd6a8f92a1f2af721081dfe4b92f32c559ac09 /src/conf_mode | |
parent | a0c15a159e54cb1b6abba7a0a6a0a793a53915d0 (diff) | |
download | vyos-1x-1749c3a99b88c8376b505d0d776cc9b4d5f167cd.tar.gz vyos-1x-1749c3a99b88c8376b505d0d776cc9b4d5f167cd.zip |
T973: remove irrelevant standard values
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-x | src/conf_mode/service_monitoring_node-exporter.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/conf_mode/service_monitoring_node-exporter.py b/src/conf_mode/service_monitoring_node-exporter.py index e8d7c15b4..db34bb5d0 100755 --- a/src/conf_mode/service_monitoring_node-exporter.py +++ b/src/conf_mode/service_monitoring_node-exporter.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2021-2024 VyOS maintainers and contributors +# Copyright (C) 2024 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as @@ -89,9 +89,6 @@ def apply(config_data): call(f'systemctl {systemd_action} {systemd_service}') - # Telegraf include custom rsyslog config changes - call('systemctl reload-or-restart rsyslog') - if __name__ == '__main__': try: |