Vorlage:ServerInfoBox: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(10 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;"| '''[[ | + | |colspan="2" style="text-align: center;"| '''[[hostname::{{{hostname}}}]]''' |
|- | |- | ||
− | ! [[Property:Ipv4Address | | + | ! [[Property:Ipv4Address | IPv4-Adresse]] |
− | | [[ | + | | [[mainIpv4Address::{{{mainIpv4Address}}}]] |
|- | |- | ||
− | ! [[Property:Ipv6Address | | + | ! [[Property:Ipv6Address | IPv6-Adresse]] |
− | | [[ | + | | [[mainIpv6Address::{{{mainIpv6Address}}}]] |
|- | |- | ||
− | ! [[Property: | + | ! [[Property:Ipv4Networks | IPv4-Netzwerke]] |
− | | [[ | + | | [[ipv4Networks::{{{ipv4Networks}}}]] |
|- | |- | ||
− | ! [[ | + | ! [[Property:Ipv6Networks | IPv6-Netzwerke]] |
− | | [[ | + | | [[ipv6Networks::{{{ipv6Networks}}}]] |
|- | |- | ||
− | ! [[Property:serverType | serverType]] | + | ! [[Property:hoster | Hoster]] |
− | | [[Server-Typ::{{{ | + | | [[hoster::{{{hoster}}}]] |
+ | |- | ||
+ | ! [[Attribut:Location | Standort]] | ||
+ | | [[location::{{{location}}}]] | ||
+ | |- | ||
+ | ! [[Property:serverRole | Server-Rolle]] | ||
+ | | [[serverRole::{{{serverRole}}}]] | ||
+ | |- | ||
+ | ! [[Property:serverType | Server-Typ]] | ||
+ | | [[serverType::{{{serverType}}}]] | ||
+ | |- | ||
+ | ! [[Property:hostedOn | Host-Server]] (wenn Server-Typ = VM) | ||
+ | | [[hostedOn::{{{hostedOn}}}]] | ||
|- | |- | ||
! [[Property:RAM | RAM]] | ! [[Property:RAM | RAM]] | ||
| [[RAM::{{{RAM}}}]] MB | | [[RAM::{{{RAM}}}]] MB | ||
|- | |- | ||
− | ! [[Property:cpuCores | cpuCores]] | + | ! [[Property:cpuCores | CPU-Cores]] |
− | | [[ | + | | [[cpuCores::{{{cpuCores}}}]] |
+ | |- | ||
+ | ! [[Property:diskSize | Festplattengröße]] | ||
+ | | [[diskSize::{{{diskSize}}}]] GB | ||
|- | |- | ||
− | ! [[Property: | + | ! [[Property:trafficIncluded | Inkl.-Traffic]] |
− | | [[ | + | | [[trafficIncluded::{{{trafficIncluded}}}]] TB |
|- | |- | ||
− | ! | + | ! Puppet-Konfiguration |
− | | | + | | https://git.ffnw.de/ffnw-puppet/puppet-environments/blob/production/data/nodes/{{{hostname}}}.yaml |
|- | |- | ||
! Puppet-Monitoring | ! Puppet-Monitoring | ||
Zeile 37: | Zeile 52: | ||
| http://icinga.ffnw.de/icingaweb2/monitoring/host/show?host={{{hostname}}} | | http://icinga.ffnw.de/icingaweb2/monitoring/host/show?host={{{hostname}}} | ||
|- | |- | ||
− | ! [[Property:serverOwner | | + | ! [[Property:serverOwner | Server-Inhaber]] |
− | | [[ | + | | [[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