Skip to content

Commit

Permalink
Add things
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCoderCarl committed Feb 12, 2024
1 parent 3a079e8 commit 719b1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/cio-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
effect: NoSchedule
containers:
- name: cio-daemonset
image: h0d0user/chief_intelligence_officer:v0.3.5
image: h0d0user/chief_intelligence_officer:v0.3.6
env:
- name: SETTINGS_FILE_FOR_DYNACONF
value: "/mnt/settings.toml"
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def ping_requests(hosts: list):
ping_result = ping(host)
if ping_result.is_alive:
if VERBOSE:
logging.info(ping_result)
logging.info("TEST")
else:
logging.info(
f"Host: {ping_result.address} TEST | Average RTT: {ping_result.avg_rtt} ms | Jitter: {ping_result.jitter} ms"
Expand Down

0 comments on commit 719b1fc

Please sign in to comment.