You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix SQL syntax error, stale version refs, and prose errors in misc files
Boost.md:
- ALTER TABLE poller_output: remove trailing comma (SQL syntax error; both
ALTER TABLE statements fail on copy-paste)
- "formally known as boost" → "formerly"
- "reduce the the main" → "reduce the main"
- "Console > Utilityes" → "Console > Utilities"
- "would me to modify" → "would be to modify"
Principles-of-Operation.md:
- "principal of operation" → "principles of operation"
- "it self" → "itself"; "how gather data" → "how to gather data"
- "it's command line interface" → "its" (possessive, not contraction)
- "it's Graphs" → "its Graphs"
- "phyical" (×2) → "physical"
- "resiliant" → "resilient"
- "upto" (×3) → "up to"
- "Nuk" → "NUC" (Intel NUC)
- "19th year" → "over two decades" (Cacti dates to 2004)
- "Thought the dozens" → "Through the dozens"
- http://www.RRDtool.org/ → https://www.rrdtool.org/ (×2)
Debugging.md:
- Remove "Miscellaneous" section: references "current cacti 0.8.6h" and
"upcoming cacti 0.9" — obsolete since ~2006; issue was fixed in Cacti 0.9
and the section is misleading for any current install
Requirements.md:
- Remove `table_cache >= 200`: setting was renamed to `table_open_cache`
in MySQL 5.1.3 (2006); the old name has not been valid for 15+ years
- Remove `innodb_file_io_threads >= 16`: removed in MySQL 5.5; superseded
by `innodb_read_io_threads` and `innodb_write_io_threads` which are
already documented separately in this same file
Cacti-SSL-Configuration.md:
- Comment "SSL config for HTTP" → "HTTPS" (the entire point of the section)
- RSA key size: 2048 → 4096 (NIST SP 800-57 recommends 3072+ through 2030;
4096 is conventional for long-lived self-signed CA keys)
- Add note recommending certbot/Let's Encrypt for public-facing servers
Contributing-Translations.md:
- "sigining up" → "signing up"
Standards-Security.md:
- "block the the page" → "block the page"
- "an invalidate variable" → "an invalid variable"
- Add OS command injection paragraph: never pass unsanitized input to
exec()/shell_exec()/system()/passthru()/popen(); use
escapeshellarg()/escapeshellcmd() or the Cacti api_plugin_safe_exec() API
0 commit comments