We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04aa53c commit 2331f2cCopy full SHA for 2331f2c
README.md
@@ -16,7 +16,19 @@ with the current time and restart the rport service if the given threshold is ex
16
17
### Installation & Usage
18
19
-Install from a PowerShell with administrative rights.
+From a PowerShell **with administrative rights**
20
+
21
+If you haven't activated the watchdog integration, do so:
22
23
+```powershell
24
+Set-Location "C:\Program Files\rport"
25
+(Get-Content -path rport.conf -Raw) -replace '#watchdog_integration = false','watchdog_integration = true'|`
26
+ Set-Content -Path rport.conf
27
+restart-service rport
28
+Get-Content .\data\state.json
29
+```
30
31
+Download the watchdog script, test and install.
32
33
```powershell
34
cd "C:\Program Files\rport"
0 commit comments