Difference between revisions of "Template:ServerData"

From ISoft Wiki
Jump to navigationJump to search
m
Line 4: Line 4:
*server_name - The human-readable names of the server.  Include aliases
*server_name - The human-readable names of the server.  Include aliases
*server_os - The operating system of the current box
*server_os - The operating system of the current box
*server_is_vm - Yes/No.  Shows if the machine is a virtualized server
*server_network - The addresses/dns entries of the server.  Include whether it is internal or external
*server_network - The addresses/dns entries of the server.  Include whether it is internal or external
*server_services - An enumerated list of the services provided by the server
*server_services - An enumerated list of the services provided by the server
Line 16: Line 17:
{{#if: {{{server_os}}} | OS: {{{server_os}}}
{{#if: {{{server_os}}} | OS: {{{server_os}}}
  | }}
  | }}
Virtual Machine: {{{server_is_vm|No}}}


{{#if: {{{server_network}}} | ==Network==
{{#if: {{{server_network}}} | ==Network==

Revision as of 15:32, 21 July 2011

Usage

All fields support multiple line entries:

  • server_name - The human-readable names of the server. Include aliases
  • server_os - The operating system of the current box
  • server_is_vm - Yes/No. Shows if the machine is a virtualized server
  • server_network - The addresses/dns entries of the server. Include whether it is internal or external
  • server_services - An enumerated list of the services provided by the server
  • server_login_details - Information about how to log into this server (LDAP, Kerberos, AD, server-specific...)
  • server_notes - Miscellaneous notes about what this server does


Names and Aliases

{{{server_name}}}

Setup

OS: {{{server_os}}} Virtual Machine: No

Network

{{{server_network}}}

Provided Services

{{{server_services}}}

Login

{{{server_login_details}}}

Notes

{{{server_notes}}}