cf-node-bootstrap/lib/skel/.bashrc.d
pyr0ball d72d8fb89c fix: clean up top-processes display, collapse noisy interfaces, fix failed-login count
- get_top_processes: use 'comm' instead of 'args' so the actual binary
  name is shown instead of a path truncated before reaching it; also
  exclude the ps invocation itself, which was always appearing with an
  inflated %cpu artifact from its own brief runtime.
- Network Information: interfaces matching grouped_adapter_patterns
  (Docker br-*/veth*/docker0 by default) are now tallied into a single
  summary line instead of printed individually. On a host running many
  containers this cut the section from 100+ lines to a handful.
- get_security_info: failed-login count used `journalctl -u sshd`, but
  the systemd unit is named ssh.service on Debian/Ubuntu, so the query
  silently matched zero entries there. Filter by `_COMM=sshd` instead,
  which matches the actual binary name regardless of unit naming, and
  add /var/log/secure as a fallback alongside /var/log/auth.log.
2026-07-17 20:23:38 -07:00
..
01-aliases.bashrc updated to PRbL 1.7.3, added new aliases 2024-09-22 13:59:56 -07:00
02-mediatools.bashrc chore: repoint PRbL submodule to Circuit-Forge fork, add mediatools 2026-07-17 11:48:38 -07:00
11-quickinfo.bashrc fix: clean up top-processes display, collapse noisy interfaces, fix failed-login count 2026-07-17 20:23:38 -07:00
11-quickinfo.settings prep for optimization refactor 2023-03-09 13:31:23 -08:00