Mercurial > servermonitor
annotate ServerMonitor/Properties/Settings.settings @ 4:3142e52cbe69
Lots more progress
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sun, 10 Feb 2019 20:51:26 -0500 |
parents | 3e1a2131f897 |
children | c1dffaac66fa |
rev | line source |
---|---|
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
1 <?xml version='1.0' encoding='utf-8'?> |
4 | 2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ServerMonitorApp.Properties" GeneratedClassName="Settings"> |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
3 <Profiles /> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
4 <Settings> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
5 <Setting Name="ConfirmDeleteCheck" Type="System.Boolean" Scope="User"> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
6 <Value Profile="(Default)">True</Value> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
7 </Setting> |
4 | 8 <Setting Name="ErrorAction" Type="ServerMonitorApp.FailAction" Scope="User"> |
9 <Value Profile="(Default)">FlashTaskbar</Value> | |
10 </Setting> | |
11 <Setting Name="WarningAction" Type="ServerMonitorApp.FailAction" Scope="User"> | |
12 <Value Profile="(Default)">NotificationBalloon</Value> | |
13 </Setting> | |
14 <Setting Name="InformationAction" Type="ServerMonitorApp.FailAction" Scope="User"> | |
15 <Value Profile="(Default)">NotificationBalloon</Value> | |
16 </Setting> | |
17 <Setting Name="MaxCheckId" Type="System.Int32" Scope="User"> | |
18 <Value Profile="(Default)">0</Value> | |
19 </Setting> | |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
20 </Settings> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
21 </SettingsFile> |