update client conf + doc

This commit is contained in:
guillaume 2024-03-30 11:39:58 +01:00
parent 5d89ac6417
commit 6beee1e2ba
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
RemoteIp=10.10.10.3:1666
LocalPassword='Evil@MonitoR-666' LocalPassword='Evil@MonitoR-666'
Crypted=no Crypted=no
Rotation=1 Rotation=1

View File

@ -23,7 +23,7 @@ CheckAllEnd() {
echo ' echo '
<html> <html>
<head> <head>
<title>MoniThor on '${RemoteIp}' </title> <title>MoniThor on '$(hostname)' </title>
<meta http-equiv="refresh" content="1" /> <meta http-equiv="refresh" content="1" />
</head> </head>
<title>MONITHOR</title> <title>MONITHOR</title>

View File

@ -8,7 +8,7 @@ python3 -m http.server ${1} &
echo '<html> echo '<html>
<head> <head>
<title>MoniThor on '${RemoteIp}' </title> <title>MoniThor on '$(hostname)' </title>
<meta http-equiv="refresh" content="1" /> <meta http-equiv="refresh" content="1" />
</head> </head>
<title>MONITHOR</title> <title>MONITHOR</title>