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"?>
<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">
<!-- HostAlias: friendly name to be used for this machine in mails -->
<HostAlias>Confocal Microscope 2</HostAlias>
......@@ -75,4 +75,4 @@
admin notification before sending the next one -->
<AdminNotificationDelta>60</AdminNotificationDelta>
<AdminEmailAdress>admin@mydomain.xy</AdminEmailAdress>
</XmlConfiguration>
\ No newline at end of file
</ServiceConfig>
\ No newline at end of file
<?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>
<LastStorageNotification>0001-01-01T00:00:00</LastStorageNotification>
<LastAdminNotification>0001-01-01T00:00:00</LastAdminNotification>
......@@ -10,4 +10,4 @@
<FilecopyFinished>true</FilecopyFinished>
<CleanShutdown>true</CleanShutdown>
<CurrentTransferSize>0</CurrentTransferSize>
</XmlStatus>
\ No newline at end of file
</ServiceStatus>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment