Skip to content

Commit 8f0ad67

Browse files
committed
osfv_cli/monitoring/zabbix: script cleanup
Signed-off-by: Dawid Lesiak <[email protected]>
1 parent e61f02a commit 8f0ad67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osfv_cli/monitoring/zabbix/external_flash_probe/flash_probe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ probe_flash() {
4444
while IFS= read -r ip || [ -n "$ip" ]; do
4545
if check_snipeit "$ip"; then
4646
echo "$ip found in snipeit list_used"
47-
echo "$ip" >> "$output_used"
47+
# echo "$ip" >> "$output_used"
4848
else
4949
echo "$ip not found in snipeit list_used, probing flash..."
5050
probe_flash "$ip"

0 commit comments

Comments
 (0)