monitoring/conf/esm.config.json

111 lines
2.7 KiB
JSON
Raw Normal View History

2023-02-25 01:09:18 +00:00
{
"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"
}
]
}
}