move
This commit is contained in:
+55
-9
@@ -3,7 +3,7 @@
|
||||
|
||||
app:
|
||||
name: "IPWatch"
|
||||
version: "1.0.0"
|
||||
version: "1.0.5"
|
||||
debug: true
|
||||
|
||||
network:
|
||||
@@ -23,7 +23,7 @@ subnets:
|
||||
- name: "dhcp"
|
||||
cidr: "10.0.1.0/24"
|
||||
start: "10.0.1.1"
|
||||
end: "10.0.1locations.255"
|
||||
end: "10.0.1.255"
|
||||
description: "DHCP"
|
||||
- name: "iot"
|
||||
cidr: "10.0.2.0/24"
|
||||
@@ -49,25 +49,66 @@ ports:
|
||||
- "22" # SSH
|
||||
- "80" # HTTP
|
||||
- "443" # HTTPS
|
||||
- "445" # SAMBA
|
||||
- "1880" #nodered
|
||||
- "3000"
|
||||
- "3389" # RDP
|
||||
- "8080" # HTTP alternatif
|
||||
- "8081" # HTTP alternatif
|
||||
- "3306" # MySQL
|
||||
- "3552" #arcane
|
||||
- "5432" # PostgreSQL
|
||||
- "8006"
|
||||
- "6053"
|
||||
- "8266"
|
||||
- "9000"
|
||||
|
||||
# Mapping port -> protocole pour générer des liens cliquables
|
||||
protocols:
|
||||
22: "ssh"
|
||||
80: "http"
|
||||
443: "https"
|
||||
445: "smb"
|
||||
1880: "http"
|
||||
3000: "http"
|
||||
3306: "mysql"
|
||||
3389: "rdp"
|
||||
3552: "http"
|
||||
5432: "postgresql"
|
||||
6053: "http"
|
||||
8006: "https"
|
||||
8080: "http"
|
||||
8081: "http"
|
||||
8266: "http"
|
||||
9000: "http"
|
||||
|
||||
locations:
|
||||
- "Bureau"
|
||||
- "Salon"
|
||||
- "Comble"
|
||||
- "Bureau RdC"
|
||||
- "Garage"
|
||||
- "Exterieur"
|
||||
- "SdB"
|
||||
- ""
|
||||
|
||||
# la localisation est herité de l'host il faudrait adapter config en consequence
|
||||
# Hosts avec localisation associée
|
||||
hosts:
|
||||
- "physique"
|
||||
- "elitedesk"
|
||||
- "m710Q"
|
||||
- "HP Proliant"
|
||||
- "pve MSI"
|
||||
- "HP Proxmox"
|
||||
- name: "physique"
|
||||
location: ""
|
||||
- name: "elitedesk"
|
||||
location: "Comble"
|
||||
- name: "m710Q"
|
||||
location: "Bureau RdC"
|
||||
- name: "HP Proliant"
|
||||
location: "Bureau RdC"
|
||||
- name: "pve MSI"
|
||||
location: "Bureau RdC"
|
||||
- name: "HP Proxmox"
|
||||
location: "Bureau"
|
||||
- name: "IoT"
|
||||
location: ""
|
||||
|
||||
|
||||
|
||||
history:
|
||||
@@ -77,6 +118,11 @@ ui:
|
||||
offline_transparency: 0.5 # Transparence des IPs offline
|
||||
show_mac: true
|
||||
show_vendor: true
|
||||
cell_size: 30 # Taille des cellules IP en pixels (30, 35, 40...)
|
||||
font_size: 12 # Taille de la police dans les cellules en pixels
|
||||
cell_gap: 2.5 # Espacement entre les cellules en pixels
|
||||
details_font_size: 13 # Taille de la police dans le volet détails en pixels
|
||||
details_spacing: 2 # Espacement entre les champs du volet détails en pixels
|
||||
|
||||
colors:
|
||||
free: "#75715E" # IP libre (gris Monokai)
|
||||
|
||||
Reference in New Issue
Block a user