Skip to content
Snippets Groups Projects
Commit db8b9f91 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Update XML example files to recent renamings.

parent 11945e83
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<XmlConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <ServiceConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"> xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!-- HostAlias: friendly name to be used for this machine in mails --> <!-- HostAlias: friendly name to be used for this machine in mails -->
<HostAlias>Confocal Microscope 2</HostAlias> <HostAlias>Confocal Microscope 2</HostAlias>
...@@ -75,4 +75,4 @@ ...@@ -75,4 +75,4 @@
admin notification before sending the next one --> admin notification before sending the next one -->
<AdminNotificationDelta>60</AdminNotificationDelta> <AdminNotificationDelta>60</AdminNotificationDelta>
<AdminEmailAdress>admin@mydomain.xy</AdminEmailAdress> <AdminEmailAdress>admin@mydomain.xy</AdminEmailAdress>
</XmlConfiguration> </ServiceConfig>
\ No newline at end of file \ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<XmlStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ServiceStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<LastStatusUpdate>0001-01-01T00:00:00</LastStatusUpdate> <LastStatusUpdate>0001-01-01T00:00:00</LastStatusUpdate>
<LastStorageNotification>0001-01-01T00:00:00</LastStorageNotification> <LastStorageNotification>0001-01-01T00:00:00</LastStorageNotification>
<LastAdminNotification>0001-01-01T00:00:00</LastAdminNotification> <LastAdminNotification>0001-01-01T00:00:00</LastAdminNotification>
...@@ -10,4 +10,4 @@ ...@@ -10,4 +10,4 @@
<FilecopyFinished>true</FilecopyFinished> <FilecopyFinished>true</FilecopyFinished>
<CleanShutdown>true</CleanShutdown> <CleanShutdown>true</CleanShutdown>
<CurrentTransferSize>0</CurrentTransferSize> <CurrentTransferSize>0</CurrentTransferSize>
</XmlStatus> </ServiceStatus>
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment