Ajout de la variable ZBX_SERVER_IP

This commit is contained in:
Daniel Berteaud 2012-08-29 15:53:49 +02:00
parent 7c52d7b8ef
commit 4cf5746a1f

View File

@ -5,6 +5,7 @@
<variable name="IPASSERELLE_IP" value="{$InternalInterface{'IPAddress'}}" />
<variable name="BACKUP_SERVER_IP" value="{$wpkg{'BackupServer'} || $InternalInterface{'IPAddress'}}" />
<variable name='BACKUP_USER' value="{$wpkg{'BackupUser'} || 'backup'}" />
<variable name='ZBX_SERVER_IP' value="{$wpkg{'ZabbixServer'} || $InternalInterface{'IPAddress'}}" />
<variable name="IPASSERELLE_HOME_URL" value="http://auth.%IPASSERELLE_DOMAIN%" />
<variable name="TOOLS" value="\\%IPASSERELLE_IP%\tools" />
<variable name="WPKGLOGS" value="\\%IPASSERELLE_IP%\wpkglogs" />