We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61f02a commit 8f0ad67Copy full SHA for 8f0ad67
osfv_cli/monitoring/zabbix/external_flash_probe/flash_probe.sh
@@ -44,7 +44,7 @@ probe_flash() {
44
while IFS= read -r ip || [ -n "$ip" ]; do
45
if check_snipeit "$ip"; then
46
echo "$ip found in snipeit list_used"
47
- echo "$ip" >> "$output_used"
+# echo "$ip" >> "$output_used"
48
else
49
echo "$ip not found in snipeit list_used, probing flash..."
50
probe_flash "$ip"
0 commit comments