Mercurial > servermonitor
annotate ServerMonitor/Properties/Settings.settings @ 6:c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
- Add option to trim log files.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Fri, 01 Mar 2019 21:38:22 -0500 |
parents | 3142e52cbe69 |
children | 052aa62cb42a |
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> | |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
20 <Setting Name="KeepLogDays" Type="System.Int32" Scope="User"> |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
21 <Value Profile="(Default)">30</Value> |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
22 </Setting> |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
23 </Settings> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
24 </SettingsFile> |