|
Manage NetVigil
The
Managemenu in the NetVigil user interface allows creating and configuring of containers, devices, tests, actions, etc. using the web interface.
16.1 Adding Devices For Monitoring
The Manage Devices page displays all the department's devices and links to perform various administrative functions on the devices. Each row contains the device name and address, type of device, whether monitoring is currently active or suspended, a link for suspending or resuming monitoring, and the physical device location. Additionally, there are links for updating or deleting the device, and for managing the tests for the device.
Figure 16.1 Manage Devices Page
- To create a new device
- Click on the MANAGE tab. You will be taken to the Manage Devices page.
- Click on the Create A Device link
- Select the type of device you are configuring via the drop down list (i.e. Linux or any other Unix server, Windows server, managed switch/hub, IP router, Firewall Appliance, Load Balancer, Proxy Server, VPN concentrator, Wireless Access Point or Any Other).
- Give your device a name in the Device Name box.
- Type in the fully qualified host name or IP address of the device.
- Optionally, add comments.
- Use the Location dropdown list to assign the device to a DGE Location. (A DGE Location is a collection of DGEs, not necessarily in the same physical location, that are grouped for load-balancing purposes.) If this device will be monitored via WMI, select a DGE Location that contains WMI-enabled DGEs.
- Leave Smart Notification selected to prevent getting alarms on tests when the device is unreachable. See Section 17.3, "Smart Notifications" on page 238 for more information.
- Check all the boxes that apply for the test types you wish to discover on the device. Please note that not all tests are available on all devices. If you are not sure what tests are available on the device, please contact your administrator.
- Optionally, for SNMP only: Select the SNMP version running on the device. If you are not sure what SNMP version is running on the device, please contact your administrator.
- Optionally, for SNMP only: Enter the SNMP Community ID. If you are not sure of the SNMP Community ID on the device, please contact your administrator. For SNMP version 3, specify the community ID in the following syntax:
user : authentication_password : encryption_password
note Test discovery may take up to 1 minute, depending on the number of test types you chose. Please follow the on-screen instructions as the device is queried.
Figure 16.2 Create Device Page
- To update a device:
- Click on the MANAGE tab and you will be taken to the Manage Devices page.
- Click on the Update link in the row for the device you wish to update and you will be taken to the Update Device page for that device. (This link will be visible only if you have read-write privileges and the device is not a read-only device)
- Enter the desired changes. For example, if a device's IP address has changed, enter the new address. The properties that can be modified are: type of device (unix server, router, etc.), device name, device IP address (or fully qualified domain name), SNMP version, and community ID.
- Click on the Update Device button at the bottom of the page.
The suspend/resume feature allows you to temporarily turn off all the tests for a device and turn them on again. This feature is useful if you are performing maintenance task on a device and do not want to receive alerts while the device is offline. Once a device is suspended, the polling and data collection for all the tests on the device is suspended and thus any associated actions to the tests will not generate notifications. The suspend/resume feature is available at both the device and the individual test level. Furthermore, when a device is suspended (e.g. for maintenance), this time is not included in the total downtime reports since it is considered a planned outage.
- To suspend or resume a device:
- Click
MANAGE | devices.- On the Manage Devices page, find the device that you want to suspend or resume, and then click Update.
- On the Update Device page, select Suspend/Resume This Device. (If the device is suspended, the option is Resume. Otherwise, the option is Suspend.)
- Click Submit.
- To delete a device:
WARNING: Deleting a device will remove all information about that device from the database, including all historical records. Deletions are not reversible. Suspending a device may be preferable because there is no loss of data.
- Click
MANAGE | devices.- On the Manage Devices page, find the device that you want to delete, and then click Update.
- On the Update Device page, select Delete This Device (and associated tests).
- Click Submit.
- If you are sure that you want to delete the device, click Delete on the Delete Device confirmation page.
Auto-Update for Device Capacity Change
NetVigil provides a mechanism for refreshing maximum values or SNMP object identifiers (SNMP OID) when an SNMP test has changed. For example, when memory or disk capacity has changed, tests that return percentage-based values would be incorrect unless the max value (for determining 100%) is refreshed. Additionally, in some cases even replacing a device with similar hardware can cause the SNMP OIDs to change, thus creating a mismatch between the current SNMP OIDs and the ones which NetVigil discovered during initial provisioning.
If one of the previous situations occurs, the user need only repeat the test provisioning process in the web application for a changed device. NetVigil will discover whether any material changes on the device have occurred and highlight those changes on the Configure Tests page, giving the user the option to also change thresholds and/or actions that apply to the test.
If you see a non-OK test, you can click on the non-OK icon itself (at the test level, not device level) to see the returned error message.However, if the OID is marked as "invalid" and the tests do not exist (e.g. a port module or disk partition no longer exists), then these tests should be deleted manually since NetVigil will not automatically delete these tests.
16.2 Managing Standard Tests
16.2.1 Before You Provision Tests
Your User Group privileges determine whether or not you can create your own actions. Assigning actions to tests can be done in several ways, but all require that an action has already been created either by you or by your User Group administrator. Options include:
- Assign your custom action to one or more tests during the test provisioning process.
- Assign an admin-created default action to one or more tests during the test provisioning process. This option will appear as an action option in the drop down list on the Configure Tests page.
- Update individual tests using a custom or default action after tests have been provisioned.
- Mass update all tests on a device a custom or default action after tests have been provisioned.
16.2.2 Test Autodiscovery
For some monitors (test types), NetVigil can automatically discover which tests are supported by a given device. For example, if you add a new router to your network, NetVigil can discover which SNMP tests the router supports. You can then select which of the supported tests you want to run. Alternately, if you know exactly which tests you want, you can skip the auto-discovery process and provision those tests manually.
16.2.3 Grouping Tests by Subtype
One test configuration option, Group all SNMP tests with same type and sub-type together, only appears when you choose to auto-discover SNMP tests. The option gives the following advantages:
If the grouping option is not selected, every discovered SNMP test is listed individually, as shown in Figure 16.3. You can set a separate test interval, warning threshold, critical threshold, and action profile for each test.
Figure 16.3 Discovered SNMP tests, listed individuallyIf the grouping option is selected, discovered tests with the same subtype are grouped together. Figure 16.4 shows the results of auto-discovery of SNMP tests for the same device as the one shown in Figure 16.3. However, in this image, discovered tests are grouped by subtype. For example, the eth0 Util In and eth0 Util Out tests are grouped under the snmp/bandwidth (Interface Utilization) test subtype.
Figure 16.4 Discovered SNMP tests, grouped by subtypeYou can select/clear the checkbox near a subtype name (item A in Figure 16.4) to provision/not provision all tests within that subtype. To provision some, but not all, tests within a subtype, make sure that the subtype checkbox is selected. Then, from the list of tests within the subtype (item B in Figure 16.4), select only those that you want to provision.
The configuration parameters that you set (Interval, Thresholds, Action Profile) for a subtype are applied to all selected tests within the subtype. You can change the configuration for an individual test after it is provisioned.
This grouping feature is useful when you have many tests of the same subtype for a single device. For example, assume that you have a large switch with 100 ports, each of which supports Util In and Util Out interface utilization tests. If the grouping option is not selected, the list of discovered tests has 200 entries for these tests. If the grouping option is selected, the list of discovered tests is more compact, and instead of configuring and provisioning 200 tests, you can configure and provision a single subtype, snmp/bandwidth (Interface Utilization). The Interval, Thresholds, and Action Profile selected for the subtype are applied to all tests in the group. (You can change the configuration for individual tests after the tests are provisioned.)
NOTE: Internal settings in the TestType.xml file may sometimes override the Group all SNMP tests... option because of which some test subtypes may always be grouped, even if you do not select the grouping option.
- To create standard tests:
- Click
MANAGE | devices.- In the Manage Devices window, find the device for which you want to provision tests.
- In the Manage Tests window click Create New Standard Tests.
- In the Add Standard Tests window, from the Available test types list, select those categories that include tests that you want to provision for this device. Optionally, select Perform auto-discovery of supported (*) test types. NetVigil can perform auto-discovery for any test type marked with an asterisk (*).
- Click Add Tests.
- If one or more of the selected test types include multiple subtypes, you must refine your search by choosing the subtypes that you want to provision. (If you did not select any test type that contains multiple subtypes, continue with Step 9.) In the Create New Tests - Step 2 window, select the subtypes that you want to provision. For example, if you chose to provision ping tests, you can now choose to provision either or both of the subtypes: Packet Loss and Round Trip Time.
- Optionally, select one or more of the following:
If this option is cleared and NetVigil discovers a provisioned test of this subtype for this device (e.g., a Packet Loss test is already configured for this device), the test subtype does not appear in the list of tests that you can choose to provision.
If this option is selected and NetVigil discovers a provisioned test of this subtype for this device, the test subtype is listed and you can provision another test of the same subtype for the device.
If this option is not selected, but some of the configured parameters for the test do not match the re-discovered parameters (such as max, oid, etc.), then the test is displayed so that you have the option to update the values.
This is only available if you have chosen to autodiscover SNMP tests. See "Grouping Tests by Subtype" on page 205 for a detailed explanation of this option.
- Click Continue.
- If you have chosen to autodiscover tests, please wait for the discovery process to complete. This may take a short time.
- In the Create New Tests: Step 3 window, select those tests that you want to provision. (If you've chosen to group SNMP tests by subtype, select subtypes and, optionally, individual tests within subtypes.) For each test, enter the following:
If you've chosen to group SNMP tests by subtype, these parameters are applied at the subtype level -- that is, to all selected tests within the subtype.
- Click Provision Tests. The newly provisioned test(s) appear in the Manage Tests window.
- To update an existing test:
- Go to the Manage Tests page for the device being tested (see Figure 16.5).
- Click on the Update link for the test you want to modify and you will be taken to the Update Test page.
- Make the desired changes.
- Click on the Update button to complete the changes.
Figure 16.5 Manage Tests PageNote: When you resume a suspended test, the test is rescheduled to run on the monitor. If you visit the Test Summary page for the device that the test is on, you may see an unknown (question mark) icon in the status column. This indicates that the test has been rescheduled, but that its status is not yet known because it hasn't yet run. After the test runs, the unknown icon is replaced with the appropriate status icon.
- Click
MANAGE | devices.- On the Manage Devices page, find the device whose test(s) you want to suspend or resume, and then click Tests.
- On the Manage Tests page, select the test(s) you want to suspend or resume in the Select column.
- In the Apply the following updates to the tests selected above: area, select Suspend or Resume, as appropriate, from the Modify Test: list.
- Click Submit to suspend or resume the test(s).
- To delete a test:
- Click
MANAGE | devices.- On the Manage Devices page, find the device whose test(s) you want to delete, and then click Tests.
- On the Manage Tests page, select the test(s) you want to delete in the Select column.
- In the Apply the following updates to the tests selected above: area, select Delete from the Modify Test: list.
- Click Submit to delete the test(s).
16.3 Managing Advanced Tests
16.3.1 Monitoring Databases Using SQL Query
You can issue a SQL query against supported databases in Netvigil.On the test provisioning page, select the driver from the drop down list and a properly formatted SQL query in the text box.
As an example:
Port : 7663 Driver Class : MySQL Database : aggregateddatadb Query : select id from Validation Table Username : emerald Password : xxxxxtest name = MySQL : Database: Status driver class = MySQL query = show tables; database = mysql username = user allowed to log into database (e.g. "root") password/again = password for above user port = tcp port for MySQL (e.g. 3306)If the database is not running, the test will return FAIL status.Otherwise, the test will show time taken to perform the "show table;" query. As a caution, the username that is used for this test must be allowed to access the database specified remotely.See following documents regarding access control requirements:
http://dev.mysql.com/doc/mysql/en/Remote_connection.html
http://dev.mysql.com/doc/mysql/en/Connection_access.html
http://dev.mysql.com/doc/mysql/en/Access_denied.html16.3.2 URL Transaction Tests
You can create a URL transaction test in NetVigil which can connect to a web site, fill in a form, click on various hyperlinks, etc. so as to simulate a real user. This is a very powerful feature in NetVigil which allows testing the response time and errors in most web enabled applications.
The system is fairly intuitive with context sensitive help and has a mini-browser that displays the various stages of the URL transaction. You can then save and even export/import this transaction for other sites.
The steps to create a transaction script are:
- Click on the modify icon for any device, and click on "create new custom tests"
- Scroll down to "web transaction test" and click on "manage web transaction test scripts"
- Click on "create web transaction script"
- Select "no" if you are not behind a proxy (typically the case)
- Enter the URL you wish to monitor.This would be the same URL you would use when accessing the site in question using a browser.For tomcat monitoring, this would be http://your_web_app_host/logon.jsp.If you wish to use the same script for multiple web servers, select the "replace this url hostname..." option. Click "next"
- The URL you have entered will be loaded and presented on a small window. This window is meant to show your progress on the web transaction...do not click on any links on this window
- Various elements found on the page will be displayed to you on subsequent pages. You would select the element (e.g. form, link) and an item from the selected element. e.g. for NetVigil webapp, if you wanted to login you would select the "form" element "logonForm" and click "next"
- Depending on what element/item you choose, you will be presented with corresponding options and as you progress through the transaction, the small web window would show which page you are in.You can always consult this small window to determine which element/item you would want to pick from the transaction monitor
- When you have completed the session, it is time to close out the transaction script, so click on "finished". The small window will be closed automatically
- Provide a unique name for the script and if you wanted to search for a specific text message during the session, you can enter it also
- Go back to device summary and click on modify icon for a device which has a web server running and is serving the content for which the script was created
- Click on "create new custom tests" and scroll down to "web transaction test"
- Check the "provision?" box, provide a test name (e.g. NetVigil WebApp) and select the newly created script from drop-down list of "test script"
- Click "provision tests"
16.3.3 Advanced SNMP Tests
NetVigil automatically detects standard MIBs and their tests. To run a test that is part of a vendor-specific MIB, you can create an Advanced SNMP Test containing the OID of the vendor-specific test.
- To create an Advanced SNMP test:
- Click
MANAGE | Devices.- On the Manage Devices page, find the device for which you want to create a test and click Tests.
- On the Manage Tests page, click Create New Advanced Tests.
- On the Create Advanced Tests page, select the Advanced SNMP Test option. Fill in the test name, test Interval, warning and critical Thresholds, and, if desired, an Action Profile. Then fill in the following:
- Click Provision Tests.
16.3.4 Advanced Port Tests
Advanced Port Tests allow you to send a text string to a TCP port, then check the response against an expected string (the return string does not have to be a perfect match, only a substring match).
- To create an Advanced Port test:
- Click
MANAGE | Devices.- On the Manage Devices page, find the device for which you want to create a test and click Tests.
- On the Manage Tests page, click Create New Advanced Tests.
- On the Create Advanced Tests page, select the Advanced Port Test option. Fill in the test name, test Interval, warning and critical Thresholds, and, if desired, an Action Profile. Then fill in the following:
- Click Provision Tests.
The DGE connects to the target port specified, transmits the "send" string if one is specified and then performs a case-insensitive sub-string match for the "expect" string if one is specified. As an example, to monitor if the sshd TCP port is alive and responding:
test Name: sshd service
send string: (blank)
expect string: SSH
port: 22
If you just want to test connectivity to a TCP port, leave the "expect" string blank.
To note that it is also possible to send a multi-line string when setting up the above test by separating each line with \r\n (carriage return + line feed).
This can be accomplished by creating an advanced port test and not specifying any send/expect strings.For example, if you wish to monitor port 7000 on device "my_device", click on manage -> devices -> tests (next to my_device) -> create new advanced tests) and provide the following parameters:
test name: (as you see fit)
send string: (blank)
expect string: (blank)
port: 7000
Now the DGE will test to make sure that my_device is accepting incoming connections on port 7000 at the specified interval.
16.3.5 External Tests
An External Test is one that is run outside of NetVigil (by a standalone script, for example). The test result is inserted into NetVigil via the External Data Feed (EDF) and aggregated as though NetVigil had collected it. Although the test itself is not run by NetVigil, by creating an External Test, you determine how test results will be processed after they are received via EDF.
- To create an External test:
- Click
MANAGE | Devices.- On the Manage Devices page, find the device for which you want to create a test and click Tests.
- On the Manage Tests page, click Create New Advanced Tests.
- On the Create Advanced Tests page, select the External Test option. Fill in the test name, test Interval, warning and critical Thresholds, and, if desired, an Action Profile. Then fill in the following:
- Click Provision Tests.
16.4 Suppressing Tests
When you suppress a test, it continues to run at the specified interval and trigger events, notifications, etc., but its status does not affect the overall status of any associated device, Service Container, or Department. When the status of the test changes (e.g., from WARNING to CRITICAL or from CRITICAL to OK), the test is automatically unsuppressed and NetVigil again takes the test's status into account for determining device, Service Container, and Department status.
In the default sort order of the Device Details and All Tests Summary pages, suppressed tests appear at the bottom of the list with a single arrow to the left of the status icon. (For additional information, see "To see which tests are suppressed:" on page 224.)
IMPORTANT: A suppressed test continues to run, but its status does not affect the overall status of related objects. A suspended test stops running and does not trigger events, notifications, etc. until it is resumed.
For example, assume that a device has two network tests configured. When both tests have status OK, the overall status of the device in the Network column of the Device Summary Page is OK. If one of these tests goes into WARNING state, the overall status of the device in the Network column of the Device Summary Page changes to WARNING. However, if you suppress the test that is in WARNING state, the status of the remaining tests determines device status. In this case, there is only one other test, with status OK, so the overall device Network status is OK.
If the suppressed test returns to status OK, it is no longer suppressed. The next time its status becomes WARNING, overall device status will also become WARNING, unless you suppress the test once again.
- To suppress a test:
- Click
MANAGE | devices.- On the Manage Devices page, find the device for which you want to suppress a test, and click Tests.
- On the Manage Tests page, find the test(s) that you want to suppress, and select their checkboxes in the Select column.
- At the bottom of the Manage Tests page, in the Apply the following updates to the tests selected above area, select Suppress from the Modify Tests list, and then click Submit.
The suppressed tests at the bottom of the list on the All Tests Summary and Device Test Summary pages, and are marked by a single arrow to the left of the Status icon.
- To unsuppress a test:
- Click
STATUS | Tests. By default, suppressed tests appear at the bottom of the All Tests Summary page, with a single arrow to the left of the Status icon.- On the All Tests Summary page, select a suppressed test and click the corresponding Modify
icon.
- On the Update Test page, in the Update Test Parameters area, clear the Suppress checkbox, and then click Submit. On the All Tests Summary page, the test returns to its normal position in the list and no longer has a single arrow to the left of the Status icon.
- To see which tests are suppressed:
- Click
STATUS | Tests. By default, suppressed tests appear at the bottom of the All Tests Summary page, with a single arrow to the left of the Status icon.16.5 Smart Thresholds Using Baselines
Baselining is a process by which NetVigil can automatically set the Warning and Critical thresholds for each test based on the test's historical data. This allows one to set customized thresholds automatically based on each tests's individual behavior.
As an example, the response time for a local device is normally much smaller than the response time for a device in a remote datacenter because of network latency. Rather than setting the response time Warning threshold for all devices to be the same, you can use the baseline feature to calculate the 95th percentile of the response time reported for each device over a three-month period, and then set the Warning threshold to be 10% higher than this 95th percentile value.
The Baseline Data Set
The baseline value is calculated for each test based on its own historical data. You select the devices and tests for which you want to run baselining by specifying a combination of device name, test name and test type.
Each time NetVigil aggregates a test result, it stores three values: The minimum, maximum, and mean values of the tested variable over the course of the aggregation period. For example, if NetVigil is configured to store data for 1 day at 10 minute samples, and a test is set up to run every 10 minutes, in the course of a day it generates 144 test results. Each test result includes the maximum, minimum, and mean values of the tested quantity for the 10 minute period. You can generate a baseline from the maximum, minimum, or mean samples within the specified date range.
Managing Baselines
The table that follows explains the items on the Baseline Management page:
Table 16.4 Baseline Management fields Field Purpose Device Name/RegExp The name of a device whose tests are to be baselined, or a regular expression containing `*' wildcards to match multiple device names. TestName/RegExp The name of an individual test to be baselined, or a regular expression containing the `*' wildcards to match multiple test names. Test Type/Subtype The Monitor and Subtype of the test(s) to be baselined. e.g. port/http, snmp/chassis_temp Start Date, End Date The start and end date of the test results to be used in calculating the baseline. Note: Each selected test must have test results available for the full date range. Taking values of The value from each test result (maximum,minimium, ormean) that is used to calculate the baseline. See "The Baseline Data Set" on page 224 for more information. And using the The method (averageor95th percentile) used to calculate the baseline from the maximum, minimum, or mean test results.averageis the mean of the test results (sum of test results / number of test results). Warning Threshold A percentageaboveorbelowthe calculated baseline. Selectaboveif the test result gets worse as it gets higher. Selectbelowif the test result gets worse as it gets lower. When the test result crosses this threshold, test status is set to Warning. Critical Threshold A percentageaboveorbelowthe calculated baseline. Selectaboveif the test result gets worse as it gets higher. Selectbelowif the test result gets worse as it gets lower. When the test result crosses this threshold, test status is set to Critical.
- To create a baseline and set thresholds for one or more tests:
- Select the MANAGE tab.
- On the Manage Devices page, click Test Baseline Management.
- Specify the Device(s), Test Name(s), and Test Type/Subtype of the tests you want to baseline.
- Enter the date range of the test results to be used in calculating the baseline.
- Near Taking values of:, specify whether you want the baseline to be calculated from the
maximum,minimum, ormeanvalues of the test results (see "The Baseline Data Set" on page 224 for more information).- Near And using the:, select a method for calculating the baseline from the selected results.
- Correlate the Warning and Critical Thresholds to the baseline. For each threshold, enter a percentage above or below the baseline, and then click Submit.
- The system calculates the baselines- this step might take some time depending on the amount of data to be processed.
- Once the baselines are calculated, the Test Baseline Management window is displayed which lists each test that matches your search criteria along with the current thresholds (in the Old Warn/Crit column) and the new values that have been calculated from the baseline (in the New Warn/Crit column). At this point, thresholds have not yet changed. Select those tests whose thresholds you want to change, and then click Done.
Note If you access the Test Baseline Management page from either the Manage Tests page or the Update Test page, some of the Baseline Management information is filled in.
16.6 Configuring Test Schedules
You can configure a time schedule (hour and day of week) for running a test, and assign this schedule to a test. By default, the test schedule is 24x7 (all the time). These schedules are stored in your local timezone specified in
Manage->Prefs.
- To create a new test schedule:
- Select
MANAGE | other.- On the Manage Links page, click Manage Test Schedules.
- On the Manage Schedules page, click Create a schedule.
- On the Create Schedule page, enter a Schedule Name and, optionally, a Schedule Description. Then select the hours of the day on those days of the week on which you want this schedule to run. You can select or clear an entire row or column at a time by clicking the row or column header.
- Selecting the checkbox for an hour means all minutes in that hour, e.g. 5:00 to 5:59
- Click Create Schedule.
- To schedule a test:
- Click
MANAGE | devices.- On the Manage Devices page, find the device whose test(s) you want to schedule, and then click Tests.
- On the Manage Tests page, select the test(s) you want to schedule in the Select column.
- In the Apply the following updates to the tests selected above: area, select the schedule that you want to apply from the Test Schedule list.
- Click Submit to schedule the test(s).
16.7 Device Dependency
In network environments, switches, routers, etc. are often the physical gateways that provide access to other network devices. If critical "parent devices" are unavailable, monitoring may be impeded for devices that are accessed via the parents. To distinguish between devices that are genuinely in a CRITICAL state and those that are UNREACHABLE because of a problem with one or more parent devices, you can create device dependencies.
A device dependency is a parent-child relationship between monitored devices. A single parent can have multiple children, and a single child can have multiple parents. Device dependencies are cascading. If A is a child of B, and B is a child of C, it is only necessary to configure A as a child of B and B as a child of C. NetVigil automatically recognizes the dependency between A and C.
If a device is tested and the result is CRITICAL (for all thresholds), UNKNOWN, or FAILED, some additional processing is used to determine if the device is reachable.
- A current packet loss test is examined for the device. If such a test exists and packet loss is not 100%, the device is considered reachable.
- If no packet loss test exists, all immediate parent devices are examined. If the device has no parents, it is considered reachable and the result of the test is the measured value. If all parents have a current packet loss test which was measured at 100%, the device is considered unreachable.
- If no packet loss test exists for the parent, or no recent test result is found for an existing packet loss test, the child device is considered reachable and the result of the test is the measured value.
Dependency Restrictions
Device dependencies must conform to these rules:
Device A depends on Device B depends on Device C
You cannot configure Device C to depend on Device A.
- Parent and child devices must belong to the same DGE Location.
- To configure device dependency:
- Create the parent device
- Create the child device
- Click
MANAGE | devices.- On the Manage Devices page, find the device that will be the child device in the dependency and click Update.
- On the Update Device page, click Update Device Dependency.
- On the Update Device Dependency page, select the device or devices on which this child depends from the Does Not Depend On list, and then click Done. (If you return to the Device Dependency page you will see that the parent device(s) appear in the Depends On list).
Note: Device dependencies are cascading. If A is a child of B, and B is a child of C, it is only necessary to configure A as a child of B and B as a child of C. NetVigil automatically recognizes the dependency between A and C.
The next time the parent device has a CRITICAL ping/pl test result, the child device will have UNREACHABLE status.
16.8 Managing Account Preferences
- To update your personal information, preferences, and/or password:
- Click on the MANAGE tab on the main navigation bar.
- Click on the prefs tab on the secondary navigation bar and you will be taken to the Update User page.
- Enter any changes desired. Modifiable fields include: E-mail, day phone, evening phone, mobile phone, pager, timezone, and password. Please contact your administrator if you wish to modify your contact address.
- In the Preferences section, select the checkboxes for all the device states you wish to view on the summary pages, leaving blank all those you wish to filter out by default.
- Change the number of devices to view on each page in the Maximum To Display field.
- Click the Update User button to save your changes.
These changes will become part of your user profile and will serve as defaults each time you log in to NetVigil.
|
Fidelia Technology, Inc. NetVigil v4.0 www.fidelia.com |