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

Add a note about permissions regarding I/O load monitoring

Refers to #35
parent aea238d5
No related branches found
No related tags found
No related merge requests found
......@@ -353,7 +353,9 @@ namespace ATxService
_phyDisk.LoadBelowLimit += OnLoadBelowLimit;
}
catch (Exception ex) {
Log.Error("Unexpected error initializing PhysicalDisk monitoring: {0}", ex.Message);
Log.Error("Unexpected error initializing PhysicalDisk monitoring: {0}\n" +
"Please make sure the service account is a member of the local" +
"group [Performance Monitor Users]!", ex.Message);
throw;
}
}
......
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