Replace # with - in Zabbix host names (Zabbix 7.x compatibility)
Zabbix 7.x rejects '#' in host names. Changed hostname format from 'yodeck#<id>' to 'yodeck-<id>' (e.g. yodeck-54239). Updated SNMP col 1 value and docs for consistency. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -54,7 +54,7 @@ Web UI
|
||||
```
|
||||
|
||||
**SNMP OID structure** — `ENTERPRISE_OID.1.1.<column>.<yodeck_id>`:
|
||||
- col 1 `STRING` hostname (`yodeck#<id>`)
|
||||
- col 1 `STRING` hostname (`yodeck-<id>`)
|
||||
- col 2 `STRING` display name
|
||||
- col 3 `INTEGER` online (0/1)
|
||||
- col 4 `STRING` last_seen (ISO-8601)
|
||||
|
||||
Reference in New Issue
Block a user