Vorlage:ServerInfoBox: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | < | + | <!-- The following is part of the template --> |
{| style="border: 1px solid; width:25em; float: right; font-size: 90%;" | {| style="border: 1px solid; width:25em; float: right; font-size: 90%;" | ||
|- | |- | ||
− | |colspan="2" style="text-align: center;"| '''[[hostname::{{{ | + | |colspan="2" style="text-align: center;"| '''[[hostname::{{{hostname}}}]]''' |
|- | |- | ||
! [[Property:Ipv4Address | IPv4-Adresse]] | ! [[Property:Ipv4Address | IPv4-Adresse]] | ||
Zeile 9: | Zeile 9: | ||
! [[Property:Ipv6Address | IPv6-Adresse]] | ! [[Property:Ipv6Address | IPv6-Adresse]] | ||
| [[mainIpv6Address::{{{mainIpv6Address}}}]] | | [[mainIpv6Address::{{{mainIpv6Address}}}]] | ||
+ | |- | ||
+ | ! [[Property:Ipv4Networks | IPv4-Netzwerke]] | ||
+ | | [[ipv4Networks::{{{ipv4Networks}}}]] | ||
+ | |- | ||
+ | ! [[Property:Ipv6Networks | IPv6-Netzwerke]] | ||
+ | | [[ipv6Networks::{{{ipv6Networks}}}]] | ||
|- | |- | ||
! [[Property:hoster | Hoster]] | ! [[Property:hoster | Hoster]] | ||
Zeile 15: | Zeile 21: | ||
! [[Attribut:Location | Standort]] | ! [[Attribut:Location | Standort]] | ||
| [[location::{{{location}}}]] | | [[location::{{{location}}}]] | ||
+ | |- | ||
+ | ! [[Property:serverRole | Server-Rolle]] | ||
+ | | [[serverRole::{{{serverRole}}}]] | ||
|- | |- | ||
! [[Property:serverType | Server-Typ]] | ! [[Property:serverType | Server-Typ]] | ||
| [[serverType::{{{serverType}}}]] | | [[serverType::{{{serverType}}}]] | ||
+ | |- | ||
+ | ! [[Property:hostedOn | Host-Server]] (wenn Server-Typ = VM) | ||
+ | | [[hostedOn::{{{hostedOn}}}]] | ||
|- | |- | ||
! [[Property:RAM | RAM]] | ! [[Property:RAM | RAM]] | ||
Zeile 30: | Zeile 42: | ||
! [[Property:trafficIncluded | Inkl.-Traffic]] | ! [[Property:trafficIncluded | Inkl.-Traffic]] | ||
| [[trafficIncluded::{{{trafficIncluded}}}]] TB | | [[trafficIncluded::{{{trafficIncluded}}}]] TB | ||
+ | |- | ||
+ | ! Puppet-Konfiguration | ||
+ | | https://git.ffnw.de/ffnw-puppet/puppet-environments/blob/production/data/nodes/{{{hostname}}}.yaml | ||
|- | |- | ||
! Puppet-Monitoring | ! Puppet-Monitoring | ||
Zeile 40: | Zeile 55: | ||
| [[serverOwner::{{{serverOwner}}}]] | | [[serverOwner::{{{serverOwner}}}]] | ||
|} | |} | ||
− | |||
<includeonly> [[Kategorie:Server]]</includeonly> | <includeonly> [[Kategorie:Server]]</includeonly> | ||
− | <noinclude> [[Kategorie:Vorlagen]] </noinclude> | + | <!--The following is NOT part of the template --> |
+ | <noinclude> | ||
+ | __NOTOC__ | ||
+ | == Beschreibung == | ||
+ | Diese Vorlage wird zur Verwaltung von Servern genutzt. Ein Server ist ein dedizierter oder vortualisierter Computer in einem Rechenzentrum. Server werden als Unterseiten von [[Administration/Server]] angelegt. Die Wikiseite eines Servers enthält alle Informationen, die ein Administrator im Wartungsfall benötigt um den Server zu administrieren. | ||
+ | |||
+ | == Kopiervorlage == | ||
+ | <pre> | ||
+ | {{ServerInfoBox | ||
+ | |hostname= <!-- The FQDN of the server --> | ||
+ | |mainIpv4Address= <!-- Main IPv4-Address --> | ||
+ | |mainIpv6Address= <!-- Main IPv6-Address --> | ||
+ | |ipv4Networks= <!-- All important IPv4-Networks on this server --> | ||
+ | |ipv6Networks= <!-- All important IPv6-Networks on this server --> | ||
+ | |hoster= <!-- Name of the hosting provider --> | ||
+ | |location= <!-- Location of the datacenter --> | ||
+ | |serverRole= <!-- What does this server mainly do? KVM-Host/Application-Server/Supernode --> | ||
+ | |serverType= <!-- Dedicated/VM --> | ||
+ | |hostedOn= <!-- If serverType is "VM" then paste the Wikipage of the KVM-Host here --> | ||
+ | |RAM= <!-- Size of RAM in MB --> | ||
+ | |cpuCores= <!-- Number of CPU-Cores --> | ||
+ | |diskSize= <!-- Disk-Size in GB --> | ||
+ | |trafficIncluded= <!-- Traffic included in TB --> | ||
+ | |serverOwner= <!-- Name of the Server-Owner --> | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | == Ersteller == | ||
+ | Diese Vorlage wurde von [[Benutzer:Floh1111|Floh1111]] erstellt. | ||
+ | |||
+ | == Bezüge == | ||
+ | Keine | ||
+ | |||
+ | == Verbreitung == | ||
+ | {{Vorlage:Vorlagennutzung}} | ||
+ | |||
+ | [[Kategorie:Vorlagen]] | ||
+ | </noinclude> |
Aktuelle Version vom 6. März 2019, 20:59 Uhr
{{{hostname}}} | |
IPv4-Adresse | {{{mainIpv4Address}}} |
---|---|
IPv6-Adresse | {{{mainIpv6Address}}} |
IPv4-Netzwerke | {{{ipv4Networks}}} |
IPv6-Netzwerke | {{{ipv6Networks}}} |
Hoster | {{{hoster}}} |
Standort | {{{location}}} |
Server-Rolle | {{{serverRole}}} |
Server-Typ | {{{serverType}}} |
Host-Server (wenn Server-Typ = VM) | {{{hostedOn}}} |
RAM | {{{RAM}}} MB |
CPU-Cores | {{{cpuCores}}} |
Festplattengröße | {{{diskSize}}} GB |
Inkl.-Traffic | {{{trafficIncluded}}} TB |
Puppet-Konfiguration | https://git.ffnw.de/ffnw-puppet/puppet-environments/blob/production/data/nodes/{{{hostname}}}.yaml |
Puppet-Monitoring | http://puppet.ffnw.de/node/{{{hostname}}} |
Icinga-Monitoring | http://icinga.ffnw.de/icingaweb2/monitoring/host/show?host={{{hostname}}} |
Server-Inhaber | {{{serverOwner}}} |
Beschreibung
Diese Vorlage wird zur Verwaltung von Servern genutzt. Ein Server ist ein dedizierter oder vortualisierter Computer in einem Rechenzentrum. Server werden als Unterseiten von Administration/Server angelegt. Die Wikiseite eines Servers enthält alle Informationen, die ein Administrator im Wartungsfall benötigt um den Server zu administrieren.
Kopiervorlage
{{ServerInfoBox |hostname= <!-- The FQDN of the server --> |mainIpv4Address= <!-- Main IPv4-Address --> |mainIpv6Address= <!-- Main IPv6-Address --> |ipv4Networks= <!-- All important IPv4-Networks on this server --> |ipv6Networks= <!-- All important IPv6-Networks on this server --> |hoster= <!-- Name of the hosting provider --> |location= <!-- Location of the datacenter --> |serverRole= <!-- What does this server mainly do? KVM-Host/Application-Server/Supernode --> |serverType= <!-- Dedicated/VM --> |hostedOn= <!-- If serverType is "VM" then paste the Wikipage of the KVM-Host here --> |RAM= <!-- Size of RAM in MB --> |cpuCores= <!-- Number of CPU-Cores --> |diskSize= <!-- Disk-Size in GB --> |trafficIncluded= <!-- Traffic included in TB --> |serverOwner= <!-- Name of the Server-Owner --> }}
Ersteller
Diese Vorlage wurde von Floh1111 erstellt.
Bezüge
Keine