{% if delete == true then %}

Edit SNMP Device

Device Deleted

Device with filename "{{file}}" has been removed.

Back to SNMP Configuration
{% else %} {% if mode == "new" then %}

Add New SNMP Device

{% else %}

Edit SNMP Device

Editing device "{{device.label}}" with filename "{{file}}" :

{% end %} {% if userLevel == 1 then %}
Note: Editing this section requires administrator privileges.

{% end %}
Device Label:
Device Serial: {{device.serial}}
Template File:
Host address:
Community:
Version:



{% if saved == true then %} {% if createdNew == true then %} Saved new device with serial {{device.serial}}

{% else %} Changes saved.

{% end %} {% end %} {% if mode == "edit" then %} {% end %}
{% end %}