* Got scan-filesystem to the point where it now collects the data it needs. No processing done yet though. Also reworked the SQL schema for the agent to record more data.

* Created Storage->parse_df that, shock!, parses 'df' output. Finished the long-ago started ->parse_lsblk as well.
* Created the shell of System->parse_lshw(), but there's no plans to finish it any time soon.

Signed-off-by: Digimer <digimer@alteeve.ca>
main
Digimer 4 years ago
parent 53d654fd9d
commit 254ad5323c
  1. 2
      Anvil/Tools/System.pm

@ -36,8 +36,6 @@ my $THIS_FILE = "System.pm";
# maintenance_mode
# manage_authorized_keys
# manage_firewall
# parse_df
# parse_lsblk
# parse_lshw
# read_ssh_config
# reload_daemon

Loading…
Cancel
Save