Dateien hochladen nach „conf“
This commit is contained in:
parent
873b81e8a1
commit
9ca945aea2
|
@ -0,0 +1 @@
|
|||
deny from all
|
|
@ -0,0 +1,110 @@
|
|||
{
|
||||
"esm": {
|
||||
"version": "1.5",
|
||||
"website": "https://m-viper.de",
|
||||
"check_updates": true,
|
||||
"auto_refresh": 60,
|
||||
"theme": "dark",
|
||||
"custom_title": "Monitoring"
|
||||
},
|
||||
"cpu": {
|
||||
"enable_temperature": true
|
||||
},
|
||||
"disk": {
|
||||
"show_tmpfs": false,
|
||||
"show_filesystem": true
|
||||
},
|
||||
"ping": {
|
||||
"hosts": [
|
||||
"facebook.com",
|
||||
"google.com",
|
||||
"yahoo.com"
|
||||
]
|
||||
},
|
||||
"last_login": {
|
||||
"enable": true,
|
||||
"max": 5
|
||||
},
|
||||
"services": {
|
||||
"show_port": false,
|
||||
"list": [
|
||||
{
|
||||
"name": "Web Server",
|
||||
"host": "localhost",
|
||||
"port": 8443,
|
||||
"protocol": "tcp"
|
||||
},
|
||||
{
|
||||
"name": "Email Server (incoming)",
|
||||
"host": "localhost",
|
||||
"port": 993,
|
||||
"protocol": "tcp"
|
||||
},
|
||||
{
|
||||
"name": "Email Server (outgoing)",
|
||||
"host": "localhost",
|
||||
"port": 465,
|
||||
"protocol": "tcp"
|
||||
},
|
||||
{
|
||||
"name": "FTP Server",
|
||||
"host": "localhost",
|
||||
"port": 21,
|
||||
"protocol": "tcp"
|
||||
},
|
||||
{
|
||||
"name": "Database Server",
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"protocol": "tcp"
|
||||
},
|
||||
{
|
||||
"name": "SSH",
|
||||
"host": "localhost",
|
||||
"port": 22,
|
||||
"protocol": "tcp"
|
||||
}
|
||||
]
|
||||
},
|
||||
"server": {
|
||||
"show_port": false,
|
||||
"list": [
|
||||
{
|
||||
"name": "ovh Server",
|
||||
"host": "188.165.205.198",
|
||||
"port": 22,
|
||||
"protocol": "tcp"
|
||||
},
|
||||
{
|
||||
"name": "Singnaltransmitter Server",
|
||||
"host": "185.230.162.35",
|
||||
"port": 22,
|
||||
"protocol": "tcp"
|
||||
},
|
||||
{
|
||||
"name": "Strato Server 1",
|
||||
"host": "81.169.128.18",
|
||||
"port": 22,
|
||||
"protocol": "tcp"
|
||||
},
|
||||
{
|
||||
"name": "Strato Server 2",
|
||||
"host": "localhost",
|
||||
"port": 22,
|
||||
"protocol": "tcp"
|
||||
},
|
||||
{
|
||||
"name": "NAS",
|
||||
"host": "nas.viper-918.myds.me",
|
||||
"port": 5001,
|
||||
"protocol": "tcp"
|
||||
},
|
||||
{
|
||||
"name": "Home",
|
||||
"host": "rmet37stguxgdoqa.myfritz.net",
|
||||
"port": 200,
|
||||
"protocol": "tcp"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue