feat: add custom_fields support #201

Merged
cyrinux merged 1 commit from feat/cle/upstream_add_custom_fields_support into 176-netbox-2.9 2022-02-22 17:48:05 +01:00
cyrinux commented 2022-02-16 13:47:35 +01:00 (Migrated from github.com)

Hi,

This option add the support of custom fields.

$ netbox_agent -du --device.custom_fields="last_run=$(date),last_run_ts=$(date +'%s')"

obviously, custom_fields need to be create manually in netbox admin

Hi, This option add the support of custom fields. ```bash $ netbox_agent -du --device.custom_fields="last_run=$(date),last_run_ts=$(date +'%s')" ``` obviously, custom_fields need to be create manually in netbox admin
Sign in to join this conversation.
No description provided.