Nagios XI Using The Core Config Manager For Host Management
|
|
- Karen Bennett
- 1 years ago
- Views:
Transcription
1 The Industry Standard in IT Infrastructure Monitoring Purpose This document describes how to manage hosts, host groups and host templates using the Nagios XI Core Config Manager. While monitoring wizards make it easy to set up new hosts in Nagios XI, the Core Config Manager allows for more precise control over host monitoring, notifications, and configurations. Target Audience This document is intended for use by Nagios XI Administrators and assumes the reader has administrator privileges for the Core Config Manager. Core Config Manager Overview Hosts can most easily be setup using the Monitoring Wizard under the main Configure page. However, some administrators may need more customized options, or a greater degree of control over their monitoring setup. The Nagios XI Core Config Manager (CCM) allows for precise control over host monitoring, notifications, and configurations. You can access the CCM from the Configure option on the top menu, and then select the Core Config Manager option under the Advanced Configuration option, or when you hover your mouse on the Configure option on the top menu it will appear as an option. This document will discuss how to do the following items within CCM: Adding hosts Modifying hosts Deleting hosts Copying hosts Displaying host information Managing host groups Using host templates Page 1
2 Adding Hosts To manually add a new host, select the Hosts link located under Monitoring on the left menu of CCM. This will bring up the page, which displays a list of the current hosts being monitored by Nagios XI. Click the Add New button to manually add a new host. The page will open on the Common Settings tab. This tab allows you to define the primary host parameters such as Host Name, Description, Address, and Display name. All fields labeled with an asterisk are required fields. Page 2
3 Use the Manage Parents button to associate parent host(s) for the host. Parents are used to specify network configuration connections. Use the Manage Templates button to associate template(s) to the host. Templates provide a method to push the same host setting to similar hosts. Use the Manage Host Groups button to associate existing host group(s) to the host. Host groups are a way to group similar hosts together. Page 3
4 On the previous screenshot of the Common Settings tab you'll notice that the Active checkbox is checked. If this box is un-checked the host configuration won't be put into production when Apply Configuration is performed. However the settings will remain in CCM until you activate the host object. To define the check command for this host, you select the appropriate command from the Check command drop down list. On the previous screenshot of the Common Settings tab you'll see that check-host-alive is selected. Every command in the Check command drop down list is associated with a set of Nagios Core commands and arguments, which are shown in the Command view field. In this example there are no additional parameters required for the $ARGx$ fields. For more detailed descriptions of Nagios commands see the following documentation: The Check Settings tab allows you to specify the settings for frequency of checks and also the host state. If a problem is detected with a connection, you can specify the details of how the problem is handled. You will notice a lot of options have Skip chosen. This means that the setting is not being directly defined on the host object, this prevents any settings defined in templates from being overwritten. If you look at the previous Manage Templates screenshot you'll see the template xiwizard_genericnetdevice_host is being used, which has these settings applied (as well as that template using another template). Page 4
5 The Alert Settings tab allows you to specify your notification settings. Use the Manage Contacts and Manage Contact Groups buttons to associate your existing contacts and contact groups with this host. The Misc Settings tab is for defining additional host information and can be used for adding notes, icon images, and also for setting Free variable definitions. There are a few important things that you should note about Free variables (custom object variables): Custom variable names must begin with an underscore (_) to prevent name collision with standard variables Custom variable names are case-insensitive Custom variables are inherited from object templates like normal variables Scripts can reference custom variable values with macros and environment variables For additional information about using custom object variables see the following document: Page 5
6 Once you've finished entering information for your new host, click the Save button to return to the page. Click the Apply Configuration button to restart Nagios XI and put the new settings info effect. Nagios XI will verify the settings and display a success message that the host was set up correctly. Modifying Hosts Host can be modified by clicking the Modify icon OR the host name itself from the page. This will bring up the same set of tabbed menus covered in the Adding Hosts section of this tutorial. See the previous section for a detailed walk through of the tabs that control host settings. Deleting / Deactivating Hosts Host can be deleted by selecting the Delete icon from the page. Page 6
7 Multiple hosts can be also be deleted by selecting the desired hosts in the left checkbox column and then selecting Delete from the With checked drop down list. Hosts can be activated or deactivated by clicking on the Yes or No link under the Active column. Deactivating a host is the same as deleting it as far as the monitoring engine is concerned, but this does preserve the host's configuration within Nagios XI if you want to recover it later. You can also deactivate multiple hosts using the With checked drop down list. Important Note: Hosts can only be deleted/deactivated once their dependent services are also deleted/deactivated. To see if a host has dependencies click the Information icon (i) to check for dependencies. This information will be displayed in a pop-up window. In the screenshot to the right you can see this host has multiple services that prevent it from being deleted or de-activated. Page 7
8 To delete a host with dependencies, make sure all of the services assigned to this host are deleted first. To remove dependent services, click the Services link to bring up the Service Management page. Use the Config Name drop down list to bring up all services being used by the selected host. Click the top-left Checkbox, this will select all the services in the list. From the With Checked drop down list select Delete and then click the Go button. Once all dependent services have been deleted, return to the page and use the Delete icon to delete the host. If the host was deleted successfully, Nagios XI will display a success message at the top of the page. Page 8
9 If there are unresolved dependencies, Nagios XI will display an error message in red at the top of the page. Once the host is deleted, be sure to click the Apply Configuration button for the monitoring of the host (and services) to stop. Copying Hosts Copying a host is a quick way to start monitoring a new host, especially if the new host will have similar (if not the same) monitoring settings. To copy a host, click the Copy icon from the page for the host you want to copy. If you wanted to copy multiple hosts, select the desired hosts you want to copy in the left checkbox column and then select Copy from the With checked drop down list. Page 9
10 After a creating a copy, the duplicate host(s) will be assigned a default name that will need to be changed. Host copies are also inactive by default, and will need to be activated for monitoring use. To rename and activate the copied host click the Modify icon. Change the entry for Host Name to a valid name. You will also need to change the address to the address of the new host that will be monitored. To activate the host copy, click the Active checkbox. Once changes are complete click the Save button. Click Apply Configuration to start monitoring the new host. Page 10
11 Managing Host Groups Host Groups allow you to group hosts in a logical manner, making it easier for users to get a quick view of their network infrastructure. They will not have an impact on the notifications or access control, but will make it easier for both your users to grasp what they are looking at and for you as the administrator to quickly pinpoint where problems are occurring. You can define new host groups by selecting the Host Groups menu item (under Monitoring) from the Core Config menu and clicking the + Add New button. You will need to give the new Host group a name and description. You can add hosts or host groups to the newly created host group using the Manage Hosts button and Manage Host Groups buttons. When you are finished click the Save button. Remember to Apply Configuration when you are done making configuration changes. Page 11
12 Using Host Templates Host templates can be created by selecting the Host Templates link from the Core Config menu Templates. This will bring up the Host Template Management page. Many administrators prefer to create their own host templates to specify default values for check commands, notification settings, and contact settings. Templates can also inherit values from other templates, which can be useful for creating universal settings for hosts and services. From the Host Template Management page, you can add, modify, copy, or delete existing templates. Nagios XI comes with an existing selection of host templates that can be used or modified for your monitoring needs. The Host Template Management page uses the same layout and menu system as the page. See the above section on Adding Hosts for details on navigating the user interface. Important Note: Templates can inherit values from other parent templates. If a template has a parent template assigned via the Manage Templates button, it will inherit that template's settings. Be careful when modifying the generic templates, as these are the main parent templates and this may affect many of the other templates that inherit values from it. Page 12
13 Bulk Modifications Tool When you need to update a configuration setting for multiple hosts you can use the Bulk Modifications Tool, which is located under the Tools menu. This allows you to make a change like adding a contact to a selection of hosts, instead of manually editing each host. The Bulk Modifications Tool is available when you have the Nagios XI Enterprise License. If you are not licensed for the Enterprise Edition you can enable a 60 day trial which allows you to use all the features of the Bulk Modifications Tool. Finishing Up This completes our tutorial of how to use the Core Config Manager to manage hosts within Nagios XI. If you still have questions about how to maintain hosts or for any other support related questions please visit the Nagios Support Forums at: Page 13
This document is intended for use by Nagios Administrators that want to use Slack for notifications.
Purpose This document describes how integrate the Slack messaging platform with. This integration will allow to send notifications to Slack channels, enabling teams to see the health of their devices monitored
How to Configure And Text Notifications
Purpose This document describes how to configure and manage notifications within. Notifications can be Emails or Text Messages (SMS) sent to users when Hosts and Services change states, this keeps users
Understanding Notification Variables
Purpose This document describes the variables available for use when customizing Nagios XI notification messages. Understanding the different notification variables available will allow users greater ability
How To Monitor Apache Cassandra Distributed Databases
Purpose This document describes how to configure to monitor Apache Cassandra distributed database implementations in order to ensure that data, as well as the hardware housing it, is operating properly.
This documentation explains features that are located in the Dashboards menu, this is located on the top navigation bar.
Purpose This document describes how to use queries and filters to drill down to see the exact information you are looking for using Dashboards. Target Audience This document is intended for use by administrators
In addition to this document, Nagios administrators should be familiar with the following documentation: Nagios XI Users and Contacts
Purpose This document describes how to configure to support multi-tenancy to allow multiple users or clients to share access to a single instance. This ensures those specific users have access only to
Host and Service Status pages provide a Network Traffic Analysis tab
Integrating Nagios With Nagios XI And Nagios Core Purpose This document describes how to integrate Nagios with your Nagios XI and Nagios Core installs. Target Audience This document is intended for use
Understanding Notification Escalations
Purpose This document describes how to set up host and service escalations in. Escalations are triggered when a configurable amount of notifications have been sent out for a given host or service problem.
Nagios XI Host and Service Details Overview
The Industry Standard in IT Infrastructure Monitoring Purpose This document explains how to utilize the different features of the Nagios XI interface to view detail information about hosts and services.
Purpose. Target Audience. Prerequisites. What Is An Event Handler? Nagios XI. Introduction to Event Handlers
Purpose This document describes how to use event handlers in to take predefined actions when the hosts or services you are monitoring change state. Event handlers are used to automate processes taken when
Nagios XI Monitoring Windows Event Logs With NagEventLog
The Industry Standard in IT Infrastructure Monitoring Purpose This document describes how to monitor Windows event logs using Nagios XI and the NagEventLog addon. Target Audience This document is intended
This document covers how to manage fused servers in Nagios Fusion.
Purpose This document covers how to manage fused servers in. Target Audience This document is intended for use by Nagios Administrators who wish to manage multiple instances of Nagios XI, Nagios Core or
Imagine. Create. Discover. User Manual. TopLine Results Corporation
Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation
Business Process Management Guide
Business Process Management Guide This guide explains how to configure and manage workflow rules and processes. Contents BPM Options Business Process Manager o Create Alert Template o Alert Templates o
A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme)
Table of Contents A Quick Introduction to the Genesis Framework for WordPress Introduction to the Genesis Framework... 5 1.1 What's a Framework?... 5 1.2 What's a Child Theme?... 5 1.3 Theme Files... 5
Understanding And Using Custom Queries
Purpose This document describes how to use the full flexibility of Nagios to get the most out of your network flow data. Target Audience Network admins performing forensic analysis on a network's flow
Netvibes A field guide for missions, posts and IRCs
Netvibes A field guide for missions, posts and IRCs 7/2/2012 U.S. Department of State International Information Programs Office of Innovative Engagement Table of Contents Introduction... 3 Setting up your
Simplified User Rights
Simplified User Rights Simplified User Rights SmartRoom now has new simplified user rights. This new functionality will allow for every SmartRoom Manager to be able to setup their own permissions for documents,
ILTA HAND 6A. Implementing and Using. Windows Server In the Legal Environment
ILTA 2013 - HAND 6A Implementing and Using Windows Server 2012 In the Legal Environment Table of Contents Purpose of This Lab... 3 Lab Environment... 3 Presenter... 3 Exercise 1 Getting Familiar with Windows
The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer
Learning Targets: Students will be introduced to industry recognized game development software Students will learn how to navigate within the software Students will learn the basics on how to use Construct
Configuring a Global Service Profile (GSP) in UCS (Unified Computing System) Central and troubleshooting alerts along the way
Configuring a Global Service Profile (GSP) in UCS (Unified Computing System) Central and troubleshooting alerts along the way Contents Introduction Prerequisites Requirements Components Used Background
DISA Enterprise Portal Service User FAQ. Collaboration Services. Site Creation. Add a Web Part to a Page
DISA Enterprise Portal Service User FAQ Collaboration Services DISA's Collaboration Services is the DoD's Organizational Web Presence solution. Leverage DISA's Collaboration Services to create pages of
FLX UC 1000/1500 Registering with Cisco Unified Communications Manager
FLX UC 1000/1500 Registering with Cisco Unified Communications Manager The purpose of this document is to describe how to register a Revolabs FLX UC 1000/1500 conference phone with a Cisco Unified Call
SharePoint 2010 Tutorial
SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create
Altaro Hyper-V Backup User Guide
Altaro Hyper-V Backup User Guide 1 / 144 Table of contents Introducing Altaro Hyper-V Backup... 4 Different Editions... 5 Getting Started... 6 System requirements... 6 Supported Backup Destinations...
This document is intended for use by Nagios Administrators that want to monitor SNMP devices using an SNMP Walk to discover it's available objects.
Purpose This document describes how to use the SNMP Walk Wizard, it briefly explains SNMP and how to reference a MIB file or OID. SNMP is the acronym for Simple Network Management Protocol. An SNMP Walk
USER GUIDE DATACOM JIRA ISSUES MANAGEMENT TUESDAY, 22 APRIL Version 1.1.0
USER GUIDE DATACOM JIRA ISSUES MANAGEMENT TUESDAY, 22 APRIL 2014 Version 1.1.0 Contents 1 INTRODUCTION... 3 2 KEY CONCEPTS TO UNDERSTAND... 4 2.1 Assigning vs. Progressing an Issue... 5 2.2 Workflow...
Table of Contents. VMware AirWatch: Technology Partner Integration
Table of Contents Lab Overview - HOL-1857-08-UEM - Workspace ONE UEM - Technology Partner Integration... 2 Lab Guidance... 3 Module 1 - F5 Integration with Workspace ONE UEM (30 min)... 9 Introduction...
VMware AirWatch: Directory and Certificate Authority
Table of Contents Lab Overview - HOL-1857-06-UEM - VMware AirWatch: Directory and Certificate Authority Integration... 2 Lab Guidance... 3 Module 1 - Advanced AirWatch Configuration, AD Integration/Certificates
Purpose. Target Audience. Install SNMP On The Remote Linux Machine. Nagios XI. Monitoring Linux Using SNMP
Purpose This document describes how to monitor Linux machines with using SNMP. SNMP is an agentless method of monitoring network devices and servers, and is often preferable to installing dedicated agents
What's New for CCH ProSystem fx Engagement Version 7.5 and CCH ProSystem fx Knowledge Coach 2.5
What's New for CCH ProSystem fx Engagement Version 7.5 and CCH ProSystem fx Knowledge Coach 2.5 Every year, Wolters Kluwer looks to provide new and enhanced productivity features that will make your entire
This document is intended for use by Nagios XI Administrators who wish to monitor JMX applications.
Monitoring JMX With Purpose This document will cover how to monitor Java application servers using the check_jmx plugin within, in order for users to be notified when java applications are not functioning
How To Use The Actions Component
Purpose This document describes how to configure the Actions Component within. This includes the custom URLs, linux shell/script, macro, and PHP code evaluation portions of the component. The Actions Component
Purpose. Target Audience. Windows Machine Requirements. Windows Server Core (No Desktop) Nagios XI. Monitoring Windows Using WMI
Purpose This document describes how to monitor Windows machines with Nagios XI using Windows Management Instrumentation (WMI). WMI allows for agentless monitoring of Windows machines which without having
MESA Database User Guide
MESA Database User Guide Table of Contents Introduction... 5 Login Screen... 5 Dashboard... 6 My Profile... 7 School Management... 8 Search for a School... 8 Add a School to Your Center... 8 Remove a School
3. Installing the desktop part on a computer
Remote Desktop for Mobiles For iphone and ipod Touch Getting Started Guide RDM+ : Remote Desktop for Mobiles consists of two components: the desktop part and the web service running on your iphone or ipod
CollabNet TeamForge 5.3 Evaluator s Guide
CollabNet TeamForge 5.3 Evaluator s Guide Thank you for evaluating CollabNet TeamForge 5.3. This Evaluator s Guide will help you experience the key features of CollabNet TeamForge by walking you through
Using SSL/TLS with Active Directory / LDAP
Purpose This document describes how to install the required certificate on the for use with LDAP or Active Directory (AD) Integration in. This process is required if your LDAP / AD server has a self signed
Folder Poll General User s Guide
Document version 11 Product Release version 3.0 Folder Poll General User s Guide MyAssays Ltd. 2016 www.myassays.com Contents Trademarks... 4 Copyright... 4 Additional Software Licensing Notices... 5 Online
SPSS Tutorial - How to Perform an Offline License Activation on a Windows Computer
SPSS Tutorial - How to Perform an Offline License Activation on a Windows Computer Only Computers That DO NOT Have an Internet Connection Need to Do This If the computer you want to activate SPSS on does
Inteset Secure Lockdown ver. 2.0 Internet Explorer Edition (8-11)
Inteset Secure Lockdown ver. 2.0 Internet Explorer Edition (8-11) for Windows User Guide Contents User Guide...1 Welcome...3 System Requirements...4 Use with Tablets and Touch Devices...4 Installation...5
Genesys Pulse. Known Issues and Recommendations
Genesys Pulse Known Issues and Recommendations 5/2/2018 Known Issues and Recommendations Genesys Pulse The Known Issues and Recommendations section is a cumulative list for all 8.5.x releases of Genesys
Repstor affinity. Installation and Configuration Guide
Repstor affinity Installation and Configuration Guide Document Version 3.6.8 November 2017 Contents 1. INTRODUCTION TO REPSTOR AFFINITY 3 ADVANTAGES OF REPSTOR AFFINITY... 3 2. REPSTOR AFFINITY INSTALLATION
JIRA 5.2 Essentials. Patrick Li. Chapter No. 4 "Field Management"
JIRA 5.2 Essentials Patrick Li Chapter No. 4 "Field Management" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.4 "Field Management" A
Table of Contents HOL-1757-MBL-6
Table of Contents Lab Overview - - VMware AirWatch: Technology Partner Integration... 2 Lab Guidance... 3 Module 1 - F5 Integration with AirWatch (30 min)... 8 Getting Started... 9 F5 BigIP Configuration...
Using Eclipse for Java. Using Eclipse for Java 1 / 1
Using Eclipse for Java Using Eclipse for Java 1 / 1 Using Eclipse IDE for Java Development Download the latest version of Eclipse (Eclipse for Java Developers or the Standard version) from the website:
Backing Up And Restoring Your Nagios XI System
Backing Up And Restoring Your System Purpose This document describes how to backup a installation and restore a installation from a previously made backup. Backups are an important aspect of administration
DiskBoss DATA MANAGEMENT
DiskBoss DATA MANAGEMENT Disk Change Monitor Version 9.3 May 2018 www.diskboss.com info@flexense.com 1 1 Product Overview DiskBoss is an automated, policy-based data management solution allowing one to
Section 1 Click Instructions Talking Points
Section 1 Click Instructions Talking Points 1. This tutorial will cover Split testing with ClickDimensions Email Sends. You must have already created your Email Send and added recipients. If you haven't,
ms-help://ms.technet.2004apr.1033/ad/tnoffline/prodtechnol/ad/windows2000/howto/mapcerts.htm
Page 1 of 8 Active Directory Step-by-Step Guide to Mapping Certificates to User Accounts Introduction The Windows 2000 operating system provides a rich administrative model for managing user accounts.
Confluence User Training Guide
Confluence User Training Guide Below is a short overview of wikis and Confluence and a basic user training guide for completing common tasks in Confluence. This document outlines the basic features that
Section Editor Quick Start. Schoolwires Academic Portal Version 4.0
Schoolwires Academic Portal Version 4.0 TABLE OF CONTENTS The Basics about Your Schoolwires Website...1 Website Navigation Elements...1 Prior to Signing In...1 After Signing In...2 Channel bar...2 Site
S-Drive User Guide v1.27
S-Drive User Guide v1.27 Important Note This user guide contains detailed information about S-Drive usage. Refer to the S-Drive Installation Guide and S-Drive Advanced Configuration Guide for more information
PowerPoint Introduction. Video: Slide Basics. Understanding slides and slide layouts. Slide Basics
PowerPoint 2013 Slide Basics Introduction PowerPoint presentations are made up of a series of slides. Slides contain the information you will present to your audience. This might include text, pictures,
Basic Reports & Dashboards
Basic Reports & Dashboards Arizona Board of Regents, 2012 updated 06.01.2012 v.1.10 For information and permission to use our PDF manuals, please contact uitsworkshopteam@list.arizona.edu PDFs available
VWR Protocole Builder Software User manual Summary
VWR Protocole Builder Software User manual Summary 1. Introduction... 2 1.1. What is VWR Protocole Builder Software?... 2 1.2. Passwords and User information... 2 1.3. Forgotten password... 2 2. Home screen...
How to Set Up Outlook Express for Railwells
Internet Explorer Home > Using Internet Explorer > E-mail and Newsgroup Reader How to Set Up Outlook Express for Railwells email For help call Peter Bowen 01749-671448 Before you can use Outlook Express
Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder.
Performer to DP2 Hot Folder Reference Manual Rev. 07.11.05 Install Files: There is only one file involved with installing the Performer to DP2 Hot Folder. The installer file is named PP2DP2_1.x.x.EXE.
Parallels Toolbox User's Guide
Parallels Toolbox User's Guide Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International GmbH. All rights
DiskPulse DISK CHANGE MONITOR
DiskPulse DISK CHANGE MONITOR User Manual Version 10.5 Feb 2018 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product
Adobe Reader (AR) and Internet Explorer (IE) Browser Settings. Adobe Reader and Internet Explorer Browser settings
Adobe Reader and Internet Explorer Browser settings Table of Contents 1. INTERNET EXPLORER (IE) BROWSER SETTINGS... 2 1.1 Locating the menu bar... 2 1.2 Clearing cache... 2 1.3 Allow pop-ups from *.cap.org...
Sage Intelligence: Copying, Pasting and Renaming Reports 3. Sage Intelligence: Creating and Linking a Report 5
Table of Contents Sage Intelligence: Copying, Pasting and Renaming Reports 3 Sage Intelligence: Creating and Linking a Report 5 Bulk Import of Sage Intelligence Reports 7 Converting an Excel 2003 template
INTViewer Tutorial Cube Tutorial
INTViewer Tutorial Cube Tutorial This tutorial shows how to use INTViewer to display a seismic cube stored in a Seismic file. Windows created will include INLINE, XLINE, Time Slice and an arbitrary traverse,
BitLocker to Go: Encryption for personal USB
BitLocker to Go: Encryption for personal USB [Windows 10] Encryption is an effective method of protecting data stored on portable USB devices such as flash drives and external hard drives. Encryption encodes
Authenticating and Importing Users with AD and LDAP
Purpose This document describes how to integrate with Active Directory (AD) or Lightweight Directory Access Protocol (LDAP). This allows user authentication and validation through the interface. This is
Creating Interactive PDF Forms
Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department
Creating a Survey on Google Drive
Creating a Survey on Google Drive It's easy to create a survey instrument on Google Drive (formerly called Google Docs). It has some distinct advantages over other free web-based survey services, such
These instructions cover how to install and use pre-compiled binaries to monitor AIX 5.3 using NRPE.
Purpose This document describes how to monitor AIX servers using or Nagios Core. The instructions were contributed by Joshua Whitaker, who successfully configured to monitor AIX 5.3 servers, thanks Joshua!
Installation and Configuration Guide
Sysgem SysMan Utilities (Professional Edition) Installation and Configuration Guide By Sysgem AG Sysgem is a trademark of Sysgem AG. Other brands and products are registered trademarks of their respective
Outlook Quick Start Guide
Getting Started Outlook 2013 Quick Start Guide File Tab: Click to access actions like Print, Save As, etc. Also to set Outlook Options. Quick Access Toolbar: Add your mostused tool buttons to this customizable
User Guide Release 6.5.1, v. 1.0
User Guide Release 6.5.1, v. 1.0 Introduction The set-top box is your gateway to Skitter TV s interactive television services including TV Guide Favorite Channels DVR Parental Controls Caller ID This manual
ISF Getting Started. Table of Contents
ISF Getting Started Table of Contents Overview of Getting Started... 2 ISF Application Conventions & Navigation... 3 How to Log In... 9 How to Log Out... 12 User Profile Page... 13 Overview of ISF Security
User Documentation. Administrator Manual.
User Documentation Administrator Manual Proposal Software 1140 US Highway 287, Suite 400-102 Broomfield, CO 80020 USA Tel: 203.604.6597 www.proposalsoftware.com Table of Contents Open the WebPro Viewer...
GreenFolders User Manual
GreenFolders User Manual Welcome! Welcome to GreenFolders the Electronic Records Management Solution. GreenFolders allows you to store and retrieve files with many easy-to-use features for working with
InterPSS OpenCIM User s Guide Software Release 1.2.1
InterPSS OpenCIM User s Guide Software Release 1.2.1 March, 2010 i Important Information USE OF INTERPSS SOFTWARE AND THIS DOCUMENT IS SUBJECT TO THE TERMS AND CONDITIONS OF A LICENSE AGREEMENT FOUND IN
Gallaudet University Community Set up Instructions: First step: Setting up Your Account via the Bb Connect Portal website
Gallaudet University Community Set up Instructions: First step: Setting up Your Account via the Bb Connect Portal website The Bb Connect portal allows you to add or modify the ways in which you want Gallaudet
Using ATI Catalyst Control Center to Configure Desktops & Displays
Using ATI Catalyst Control Center to Configure Desktops & Displays The following general instructions apply using CCC to configure displays. The ATI Catalyst Control Center (CCC) Desktops & Displays manager
How to Mail Merge PDF Documents
How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents using AutoMailMerge plug-in for Adobe Acrobat Table of Contents What is a mail merge?...2 What do I need to start?...2
MONITOR YOUR ENTIRE IT INFRASTRUCTURE WITH NAGIOS XI
PRESENTED BY THE BEGINNER S GUIDE TO NAGIOS XI // 2 MONITOR YOUR ENTIRE IT INFRASTRUCTURE WITH NAGIOS XI Nagios XI is the most powerful IT infrastructure monitoring solution on the market. Nagios XI extends
User Guide. Web Intelligence Rich Client. Business Objects 4.1
User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...
TRIM Document Queue Instructions
TRIM Document Queue Instructions Document Queues allow TRIM/Records Online users to process large numbers of documents, using templates with predefined, rule based values. To begin, create a folder to
IBM Clinical Development
IBM Clinical Development New User Help Effective: 26 January 2018 Copyright IBM corporation. 2017. IBM Clinical Development 2 TOPICS > > > Click the green icon to jump to the section or use the PDF page
EPRI Software Development 2016 Guide for Testing Your Software. Software Quality Assurance (SQA)
EPRI Software Development 2016 Guide for Testing Your Software Software Quality Assurance (SQA) Usability Testing Sections Installation and Un-Installation Software Documentation Test Cases or Tutorial
Desktop invoicing software app for small business
Desktop invoicing software app for small business Uniform Software LTD https://www.invoicingtemplate.com/ 1 1. Quick Start - Create Your First Invoice To see a quick start movie, visit InvoicingTemplate.com.
Managing the CaseMap Admin Console User Guide
Managing the CaseMap Admin Console User Guide CaseMap Server, Version 2.3 Accessing the CaseMap Admin Console Registering CaseMap Servers Registering SQL Servers Setting Up Roles and Users Managing SQL
CT-Softwareberatungs GmbH Installation guide CT-BW Analyzer&Docu 3.0
Installation guide CT-BW Analyzer & Docu 3.0 The installation time takes about 5 minutes, normally you can press ENTER to take the default installation values. The manual is described in detail. Every
Employee Web Services. Installation Guide
Employee Web Services This is a publication of Abila, Inc. Version 2017.x 2016 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names
There are two ways to launch Graphical User Interface (GUI). You can either
How to get started? There are two ways to launch Graphical User Interface (GUI). You can either 1. Click on the Guide icon 2. Type guide at the prompt Just follow the instruction below: To start GUI we
BIZeBEARS Create a Ticket
BIZeBEARS Create a Ticket SLAE Services Center CREATE TICKET From the dashboard, roll your mouse over the new ticket option. You can choose to make a new ticket or use one of the templates, which apply
IBM Notes Client V9.0.1 Reference Guide
IBM Notes Client V9.0.1 Reference Guide Revised 05/20/2016 1 Accessing the IBM Notes Client IBM Notes Client V9.0.1 Reference Guide From your desktop, double-click the IBM Notes icon. Logging in to the
Installation. Campus Edition
Installation Campus Edition Installation Campus Edition 1. System Requirements... 4 2. Installing Wimba Create... 4 Previous versions... 4 Installing the Campus Edition of Wimba Create... 4 Installing
WA2387 Hands-On soapui - Classroom Setup Guide. WA2387 Hands-On soapui. Classroom Setup Guide. Web Age Solutions Inc.
WA2387 Hands-On soapui Classroom Setup Guide Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software Requirements...3 Part 3 - Software Provided...4
INTRODUCTION TO MIFLEET. June Support Information Robert Richey
June 2016 Support Information fleetsales@mifleet.us fleetsupport@mifleet.us Robert Richey rrichey@dcsbusiness.com Table of Contents Basics... 3 Terms... 3 Tool tips... 3 Menu buttons... 3 Access Tab (Permissions)...
Welcome. Accessing Your Banner Reports
Welcome Accessing Your Banner Reports Objective Introduction Show e~print users how to select, retrieve, view, save, and print e~print reports from their browsers. Intended Use Self-Training Guided Training
Permissions Tutorial: Add a Read-Only User
Permissions Tutorial: Add a Read-Only User Described here is how to setup read only users, perhaps the most basic use of DBGallery s access control. This quick walk-though should be very easy. It may seem
Purpose. Target Audience. Summary. Automation Overview. Nagios XI. Automated Host Management
Purpose This document describes how to automate adding and removing hosts and services in Nagios XI from the command line. Target Audience This document is intended for use by Administrators and Developers
Inteset Secure Lockdown ver. 2.0 Chrome Edition
Inteset Secure Lockdown ver. 2.0 Chrome Edition for Windows User Guide Contents User Guide... 1 Welcome... 3 System Requirements... 4 Use with Tablets and Touch Devices... 4 Installation... 5 Product Activation...
ComponentOne SharePoint Web Parts User Guide
ComponentOne SharePoint Web Parts User Guide Contents ComponentOne SharePoint Web Parts 1 Installing ComponentOne SharePoint Web Parts...1 ComponentOne SharePoint Web Parts Setup Files...1 ComponentOne
Mouse. Mouse Action Location. Image Location
Mouse The Mouse action group is intended for interacting with user interface using mouse (move, click, drag, scroll). All the Mouse actions are automatically recorded when you manipulate your mouse during
Partner Side SMART Guide
Partner Side SMART Guide Table of Contents 1. Introduction... 3 2. Partner Registration Process... 3 3. Additional Form... 12 4. Scorecard... 13 5. View Buyer Profile... 14 Partner Side User Manual 31