Skip to content

Commit 2331f2c

Browse files
committed
Added install snippet
1 parent 04aa53c commit 2331f2c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,19 @@ with the current time and restart the rport service if the given threshold is ex
1616

1717
### Installation & Usage
1818

19-
Install from a PowerShell with administrative rights.
19+
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.
2032

2133
```powershell
2234
cd "C:\Program Files\rport"

0 commit comments

Comments
 (0)