# Exemple de widget Glance — Découverte réseau SentinelMesh # À intégrer dans votre glance.yml - type: custom-api title: Réseau local cache: 30s url: http://sentinelmesh:8080/api/v1/widgets/network template: | {{ range .sections }}

{{ .name }} — {{ .cidr }}

{{ range .items }}
{{ .hostname }} {{ .ip }} {{ .state }}
{{ end }}
{{ end }}