Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auto-tx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vamp
auto-tx
Commits
b05baaa0
Commit
b05baaa0
authored
6 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Minor docstring adaptations
parent
b1f2f8ee
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ATxService/Email.cs
+6
-5
6 additions, 5 deletions
ATxService/Email.cs
with
6 additions
and
5 deletions
ATxService/Email.cs
+
6
−
5
View file @
b05baaa0
...
...
@@ -101,8 +101,8 @@ namespace ATxService
/// <summary>
/// Send a notification about low drive space to the admin if the time since the last
/// notification has elapsed the configured delta.
In that case also
a summary
of the
/// grace location status
is added to the report
.
/// notification has elapsed the configured delta.
The report will also contain
a summary
///
of the
grace location status.
/// </summary>
/// <param name="spaceDetails">String describing the drives being low on space.</param>
private
void
SendLowSpaceMail
(
string
spaceDetails
)
{
...
...
@@ -207,9 +207,10 @@ namespace ATxService
/// <summary>
/// Send a report on expired folders in the grace location if applicable.
///
/// Create a summary of expired folders and send it to the admin address
/// if the configured GraceNotificationDelta has passed since the last email.
///
/// A summary of expired folders is created and sent to the admin address if the configured
/// GraceNotificationDelta has passed since the last email. The report will also contain a
/// summary of free disk space for all configured drives.
/// </summary>
/// <param name="threshold">The number of days used as expiration threshold.</param>
/// <returns>The summary report, empty if no expired folders exist.</returns>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment