Skip to content

Commit

Permalink
Merge pull request #694 from NAICNO/larstha-330-hostnames
Browse files Browse the repository at this point in the history
Fix #330 - remove misleading comments
  • Loading branch information
lars-t-hansen authored Nov 21, 2024
2 parents d10d8b7 + c0a3667 commit a671c5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions code/naicreport/hostnames/hostnames.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
//
// The output is a json array of strings, lexicographically sorted.
//
// NOTE: Clients should no longer use the output from this, but instead go directly to sonalyze and
// run eg `sonalyze node -remote ... -cluster ... -auth-file ... -from 14d -newest -fmt csv,host` to
// get an unsorted list of host names, one per line (or ask for JSON and get the "host" field from
// each object of the resulting array).
//
// End-user options:
//
// -remote url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ $naicreport_dir/naicreport at-a-glance \
-tag "$tag" \
> $report_dir/$abbrev-at-a-glance.json

# $naicreport_dir/naicreport hostnames \
# -report-dir $report_dir \
# > $report_dir/$abbrev-hostnames.json

$naicreport_dir/naicreport hostnames \
-sonalyze $naicreport_dir/sonalyze \
$data_source \
Expand Down

0 comments on commit a671c5b

Please sign in to comment.