Page History
...
There are several ways to create a hosts file. The simplest option is to use a text editor to create the file, and then type the required entries. If you have a large number of systems to add, you can copy and paste each entry, and simply modify the appropriate fields. The sample host file attached to this article contains example entries that you can use as a template for your host file.
If you have a list of all your systems in a spreadsheet, you can save the list as a text file or a comma separated values (.csv) file, and then write a script to manipulate the text or .csv file into the proper format.
...
The following table describes the fields used in the hosts file. The fields required to add a system will vary depending on the type of system being added. For example, to add an agent system, you only need to include the Host Name, Type, and Port fields (see see Managing Your Infrastructureyour infrastructure for more information). An
The following table is an example of a properly-formatted hosts file is attached to this article (see below).
Name | Description |
---|---|
Host Name | The name Name or IP address of the system to add to Uptime Infrastructure MonitorUIM. |
Display Name | The name for Name of the system that will you want to appear in the Uptime Infrastructure Monitor UIM UI. |
Description | Optional. A short description of the system (optional field). |
Type | The System type of system, which can be is one of the following items:
|
Service Group | The name Optional. Name of the Uptime Infrastructure Monitor UIM service group (which enables you to simultaneously apply common service checks to hosts that you are monitoring) to which you want to add the system (optional field). |
Port | The port number that you will use Port number used to connect to the system (leave . Leave this field blank to use the default port for the type of system that you are adding). |
Community | If you are adding a Net-SNMP system to Uptime Infrastructure Monitor, specify the read community (, which acts like a user ID or password) , that gives you access to the system. Valid options are:
|
Username | If you are adding a Net-SNMP or Novell Norvell NRM system to Uptime Infrastructure MonitorUIM, specify the user name required to access the system. |
Password | If you are adding a Net-SNMP or Novell Norvell NRM system to Uptime Infrastructure MonitorUIM, specify the password required to access the \nsystemsystem. |
Group | The name of the entity group (, which is a set of systems that have been are combined in a meaningful way) to which you want to add this system (optional field). |
SSL | Optional. For agent systems, use this field to specify if Uptime Infrastructure Monitor will securely communicate whether UIM securely communicates with an agent installed on the system using SSL. Valid options are include true and false (optional field). |
Authenticatio n Authentication Method | For Net-SNMP systems, use this field to determine how encrypted information traveling between the Net-SNMP \ninstance and Uptime Infrastructure Monitor will be instance and UIM is authenticated. Valid options are:
|
Privacy Password | For Net-SNMP systems, this is the password that will be used to encrypt information traveling between the Net-SNMP \ninstance and Uptime Infrastructure Monitorinstance and UIM. |
Privacy Type | For Net-SNMP systems, this explains how information traveling between Uptime Infrastructure Monitor UIM and the Net-SNMP instance \nis is encrypted. Valid options are:
|
Pingable | For virtual nodes, use this field to specify if Uptime Infrastructure Monitor whether UIM can contact the virtual node using the icmp ping utility. Valid options are true and false. |
...
- Copy the hosts file to the scripts folder in the directory where you installed the Uptime Infrastructure Monitor UIM monitoring station. \n For example, if you installed the monitoring station in the default location, copy the hosts \nfile file to the following folder:
Code Block language sql Windows Installation: C:/Program Files/uptime software/uptime/scripts Linux Installation: /usr/local/uptime/scripts/
- At the command line, navigate to the scripts folder.
- Enter the following command:
WhereCode Block language sql addsystem <path_and_filename>
...
- <path_and_filename> is the name of the text file that contains the list of systems that you want to add to
...
- UIM along with its full path.
The systems listed in the file are added to
...
- UIM unless:
...
- UIM cannot connect to the system.
- The system does not exist in your environment.
- The system
...
- is already
...
- added to
...
- UIM.