{{ t('Configuration Wizard: Gude Sensors') }}
{{ t('Host Information') }}
{{ t('Configure SNMP for Gude Sensors Monitoring') }}

{{ t('SNMP Server Settings') }}

@if (post.snmpVersion === '3') {
@if (post.securityLevel === '1') { {{ t('Communication with authentication and privacy. The protocols used for Authentication are MD5 and SHA and for Privacy, DES (Data Encryption Standard) and AES (Advanced Encryption Standard).') }} } @if (post.securityLevel === '2') { {{ t('Communication with authentication and without privacy. The protocols used for Authentication are MD5 and SHA (Secure Hash Algorithm).') }} } @if (post.securityLevel === '3') { {{ t('Communication without authentication and privacy.') }} }
} @if (post.snmpVersion === '3') {
} @if (post.snmpVersion === '3') {
} @if (post.snmpVersion === '3') {
} @if (post.snmpVersion === '3') {
} @if (post.snmpVersion === '3') {
} @if (post.snmpVersion !== '3') {
}

{{ t('Gude Sensors Services') }}

{{ t('To avoiding duplicate service configuration, the existing services with the same name will be automatically deselected') }}
@if (data) { {{ t('Discovering Gude Sensors Services') }} }
{{ t('Scan this device and locate all of the sensors that reside on the device. Only possible with valid SNMP configuration') }}
    @for (sensor of post.sensorServices; track sensor) {
      @if (!sensor.servicecommandargumentvalues.length) { @if (hasName(sensor.name)) {
      } } @else { @if (hasName(sensor.name)) {
      @for ( commandArgument of sensor.servicecommandargumentvalues; track $index) {
      {{ commandArgument.commandargument.human_name }}
      }
      } }
    }