Mul File Specification - Adjust : Différence entre versions

[version en cours de rédaction][version en cours de rédaction]
(Page créée avec « {{Tuto Details |Description=<translate>Specification of the Adjust.mul file.</translate> |Categories=Administration, Maintenance, Software, Specification |Tags=Adjust.mul... »)
 
 
(Une révision intermédiaire par le même utilisateur non affichée)
Ligne 4 : Ligne 4 :
 
|Tags=Adjust.mul
 
|Tags=Adjust.mul
 
}}
 
}}
<translate>= Specification =
+
<translate>=Specification=
The Adjust.mul file  contains information relating to
+
The Adjust file  contains a log of adjustments made by operators or engineers. This allows diagnostics of who changed what, when and by how much
<br />
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|+
 
|+
!
+
!No
!
+
!Name
!
+
!Format
!
+
!Notes
 
|-
 
|-
|
+
|1
|
+
|Event Date and Time
|
+
|yyy-mm-dd hh:mm:mm
|
+
|Timestamp of when a parameter adjustment took place
 
|-
 
|-
|
+
|2
|
+
|Connection Type
|
+
|String
|
+
|Name of parameter changed
 
|-
 
|-
|
+
|3
|
+
|Destination
|
+
|String
|
+
|New Value after the change
|}</translate>
+
|}
 +
 
 +
=Sample=
 +
<syntaxhighlight lang="text">
 +
2022-01-27 13:31:53,emailConnectType,4
 +
2022-01-27 13:32:43,emailConnectType,2
 +
2022-01-27 13:52:02,productionRecipients,fredb@stuga.co.uk
 +
2022-01-27 13:52:15,emailConnectType,4
 +
2022-01-31 16:18:17,emailConnectType,2
 +
2022-01-31 16:24:20,emailConnectType,0
 +
 
 +
</syntaxhighlight></translate>
 
{{PageLang
 
{{PageLang
 +
|Language=en
 
|SourceLanguage=none
 
|SourceLanguage=none
 
|IsTranslation=0
 
|IsTranslation=0
|Language=en
 
 
}}
 
}}
 
{{AddComments}}
 
{{AddComments}}

Version actuelle datée du 22 juin 2022 à 17:26

Auteur avatarGareth Green | Dernière modification 22/06/2022 par Gareth Green en cours de rédaction

Pas encore d'image

Specification of the Adjust.mul file.

Specification

The Adjust file contains a log of adjustments made by operators or engineers. This allows diagnostics of who changed what, when and by how much

No Name Format Notes
1 Event Date and Time yyy-mm-dd hh:mm:mm Timestamp of when a parameter adjustment took place
2 Connection Type String Name of parameter changed
3 Destination String New Value after the change

Sample

2022-01-27 13:31:53,emailConnectType,4
2022-01-27 13:32:43,emailConnectType,2
2022-01-27 13:52:02,productionRecipients,fredb@stuga.co.uk
2022-01-27 13:52:15,emailConnectType,4
2022-01-31 16:18:17,emailConnectType,2
2022-01-31 16:24:20,emailConnectType,0

Commentaires

Draft