File tree Expand file tree Collapse file tree 6 files changed +159
-266
lines changed
Expand file tree Collapse file tree 6 files changed +159
-266
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ def component_files(mode):
7171 # misc
7272 Label ("misc/config/config-guestos.sh" ): "/opt/ic/bin/config.sh" ,
7373 Label ("misc/logging.sh" ): "/opt/ic/bin/logging.sh" ,
74- Label ("misc/metrics.sh" ): "/opt/ic/bin/metrics.sh" ,
7574 Label ("misc/chrony/chrony.conf" ): "/etc/chrony/chrony.conf" ,
7675 Label ("misc/chrony/chrony-var.service" ): "/etc/systemd/system/chrony-var.service" ,
7776 Label ("misc/vsock/10-vhost-vsock.rules" ): "/etc/udev/rules.d/10-vhost-vsock.rules" ,
@@ -89,6 +88,7 @@ def component_files(mode):
8988 Label ("guestos/guest-upgrade-client/guest-upgrade-client.service" ): "/etc/systemd/system/guest-upgrade-client.service" ,
9089
9190 # monitoring
91+ Label ("monitoring/metrics.sh" ): "/opt/ic/bin/metrics.sh" ,
9292 Label ("monitoring/guestos/ipv4-connectivity-check/ipv4-connectivity-check.sh" ): "/opt/ic/bin/ipv4-connectivity-check.sh" ,
9393 Label ("monitoring/guestos/ipv4-connectivity-check/ipv4-connectivity-check.service" ): "/etc/systemd/system/ipv4-connectivity-check.service" ,
9494 Label ("monitoring/guestos/ipv4-connectivity-check/ipv4-connectivity-check.timer" ): "/etc/systemd/system/ipv4-connectivity-check.timer" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ component_files = {
3434 # misc
3535 Label ("misc/config/config-hostos.sh" ): "/opt/ic/bin/config.sh" ,
3636 Label ("misc/logging.sh" ): "/opt/ic/bin/logging.sh" ,
37- Label ("misc/metrics.sh" ): "/opt/ic/bin/metrics.sh" ,
3837 Label ("misc/output-wrapper.sh" ): "/opt/ic/bin/output-wrapper.sh" ,
3938 Label ("misc/vsock/vsock-agent.service" ): "/etc/systemd/system/vsock-agent.service" ,
4039 Label ("misc/vsock/10-vhost-vsock.rules" ): "/etc/udev/rules.d/10-vhost-vsock.rules" ,
@@ -51,6 +50,7 @@ component_files = {
5150 Label ("misc/systemd-user/user@.service" ): "/etc/systemd/system/user@.service" ,
5251
5352 # monitoring
53+ Label ("monitoring/metrics.sh" ): "/opt/ic/bin/metrics.sh" ,
5454 Label ("monitoring/hostos/monitor-guestos.sh" ): "/opt/ic/bin/monitor-guestos.sh" ,
5555 Label ("monitoring/hostos/monitor-guestos.service" ): "/etc/systemd/system/monitor-guestos.service" ,
5656 Label ("monitoring/hostos/monitor-guestos.timer" ): "/etc/systemd/system/monitor-guestos.timer" ,
You can’t perform that action at this time.
0 commit comments