mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-14 01:41:25 -06:00
Update README.md
Per https://github.com/netbox-community/netbox/releases/v3.5.0 obj. has been updated to object. Revised README to reflect this change.
This commit is contained in:
parent
58d894832e
commit
ddc65a6d58
@ -232,8 +232,8 @@ If you want to automatically create hostgroups then the create permission on hos
|
|||||||
To make the user experience easier you could add a custom link that redirects users to the Zabbix latest data.
|
To make the user experience easier you could add a custom link that redirects users to the Zabbix latest data.
|
||||||
```
|
```
|
||||||
* Name: zabbix_latestData
|
* Name: zabbix_latestData
|
||||||
* Text: {% if obj.cf["zabbix_hostid"] %}Show host in Zabbix{% endif %}
|
* Text: {% if object.cf["zabbix_hostid"] %}Show host in Zabbix{% endif %}
|
||||||
* URL: http://myzabbixserver.local/zabbix.php?action=latest.view&hostids[]={{ obj.cf["zabbix_hostid"] }}
|
* URL: http://myzabbixserver.local/zabbix.php?action=latest.view&hostids[]={{ object.cf["zabbix_hostid"] }}
|
||||||
```
|
```
|
||||||
## Running the script
|
## Running the script
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user