Update docs: fix counts, add reference tables, document Zabbix API

- Fix table count (29→35) and view count (23→26) in QUICK_REFERENCE.md
- Fix pc_dnc_config → dncconfig in DualPath PCs SQL example
- Add 8 additional reference/lookup tables to documentation
- Document Zabbix API URL and token in CLAUDE.md
- Add Gitea section placeholder

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2025-12-11 17:14:56 -05:00
parent d1a93979f2
commit eda9cd2208
2 changed files with 27 additions and 3 deletions

View File

@@ -150,6 +150,19 @@ PCs are in the machines table, identified by:
|------|---------|
| `printerlookup.asp?ip=x.x.x.x` | Zabbix printer lookup by IP/FQDN |
### Zabbix API
- **URL:** `http://10.48.130.113:8080/api_jsonrpc.php`
- **Token:** `9e60b0544ec77131d94825eaa2f3f1645335539361fd33644aeb8326697aa48d`
- **Config File:** `includes/zabbix.asp`
- **Used For:** Printer supply levels, host monitoring
### Gitea (Version Control)
- **URL:** `http://localhost:3000`
- **API Token:** *(add token here if needed)*
- **Repo:** `cproudlock/shopdb`
## Quick Reference
### Start Dev Environment