Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
"line_length": 400,
"code_blocks": false
},
"MD007": { "indent": 4 },
"MD029": { "style": "one" },
"MD046": false
"MD007": {
"indent": 2
},
"MD029": {
"style": "one"
},
"MD046": false,
"MD003": {
"style": "atx"
},
"MD041": false,
"MD025": false
}
30 changes: 2 additions & 28 deletions docs/BROKEN_LINKS_REPORT.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,5 @@
# Broken Links Report

Generated: 2025-11-03T18:02:40.531421Z
Generated: 2025-12-07T16:21:28.859894Z

## index.md

- Link text: `*OSG Dashboards*` β€” href: `https://maddash.aglt2.org external check failed: <urlopen error [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:1032)>)` β€” Check target path or update to correct URL. If external, run script with --check-externals to test HTTP status.

## network-troubleshooting\osg-debugging-document.md

- Link text: `rs@internet2.edu` β€” href: `mailto:rs@internet2.edu (external check failed: <urlopen error unknown url type: mailto>)` β€” Check target path or update to correct URL. If external, run script with --check-externals to test HTTP status.

- Link text: `trouble@es.net` β€” href: `mailto:trouble@es.net (external check failed: <urlopen error unknown url type: mailto>)` β€” Check target path or update to correct URL. If external, run script with --check-externals to test HTTP status.

- Link text: `rs@internet2.edu` β€” href: `mailto:rs@internet2.edu (external check failed: <urlopen error unknown url type: mailto>)` β€” Check target path or update to correct URL. If external, run script with --check-externals to test HTTP status.

- Link text: `trouble@es.net` β€” href: `mailto:trouble@es.net (external check failed: <urlopen error unknown url type: mailto>)` β€” Check target path or update to correct URL. If external, run script with --check-externals to test HTTP status.

- Link text: `noc@nlr.net` β€” href: `mailto:noc@nlr.net (external check failed: <urlopen error unknown url type: mailto>)` β€” Check target path or update to correct URL. If external, run script with --check-externals to test HTTP status.

- Link text: `goc@opensciencegrid.org` β€” href: `mailto:goc@opensciencegrid.org (external check failed: <urlopen error unknown url type: mailto>)` β€” Check target path or update to correct URL. If external, run script with --check-externals to test HTTP status.

## perfsonar\install-testpoint.md

- Link text: `Red Hat Policy Routing` β€” href: `https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_and_managing_networking/assembly_configuring-policy-based-routing_configuring-and-managing-networking (external check failed: HTTP Error 403: Forbidden)` β€” Check target path or update to correct URL. If external, run script with --check-externals to test HTTP status.

## perfsonar\psetf.md

- Link text: `perfSONAR monitoring instance` β€” href: `https://psetf.aglt2.org/etf/check_mk/index.py?start_url=%2Fetf%2Fcheck_mk%2Fdashboard.py (external check failed: HTTP Error 401: Unauthorized)` β€” Check target path or update to correct URL. If external, run script with --check-externals to test HTTP status.

- Link text: `ETF` β€” href: `http://etf.cern.ch/docs/latest/ (external check failed: <urlopen error [Errno 11001] getaddrinfo failed>)` β€” Check target path or update to correct URL. If external, run script with --check-externals to test HTTP status.
No broken local links detected (external links were not checked).
3 changes: 2 additions & 1 deletion docs/features/fail2ban.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ status: draft
tags: [fail2ban, security]
---

When to enable fail2ban: when exposed services accept external credentials (ssh, web admin). Example configuration and a sample jail are provided.
When to enable fail2ban: when exposed services accept external credentials (ssh, web admin). Example configuration and a
sample jail are provided.
3 changes: 2 additions & 1 deletion docs/features/selinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ status: draft
tags: [selinux, security]
---

Short guidance: prefer permissive mode for initial deployment only; then create minimal allow rules and move to enforcing mode.
Short guidance: prefer permissive mode for initial deployment only; then create minimal allow rules and move to
enforcing mode.
Loading
Loading