Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NMIS is a Network Management Information System, providing critical information about the IT Infrastructure, including network, firewalls, servers, UPS, sensors and basically anything which supports SNMP.  NMIS is a complete network management system, the software was open sourced in 1999.

You can download NMIS and other software from Opmantek.

Table of Contents

Introduction

NMIS is a complete management system which collects fault, performance and basic inventory/configuration data from routers, switches, servers, firewalls, facilities (UPS, AC/CRACK, Sensors), and anything which has an SNMP agent.  NMIS is highly extensible, using device models to define what is collected from devices, and how events are handled.

...

To accomplish this, several timestamps are collected and saved to document and manage the current device status, and the success and/or failure of the collection process.  Timestamps can be updated through polling, or by incoming events.

Timestamps used by NMIS

 

Any product which supports SNMP and the SNMP standards is supported by NMIS, the following table lists some of the vendors supported by NMIS, and if there is standard or extended support.  NMIS has exceptional multi-vendor capabilities and can actually manage equipment from over 35,000 vendors.  A more complete list of SNMP vendors is available at Network Management System NMIS Supported Vendors SNMP.Below are the important timestamps used by NMIS and their meanings.

Contact FirstWave for information on support for any vendors not listed here - it's almost 100% certain that NMIS will support the one you're wondering abouttimestamps of interest which you do not understand.


TimestampPurposeWhen set
catchall.last_pollTo document the last successful poll without regard to the polling method

Following a successful query without regard to the polling method

NB in versions of NMIS prior to NMIS 9.4.4 this was only for collect polls.

catchall.last_poll_attemptTo document the last attempted poll without regard to the polling method Following Following an attempted query whether it was successful or not and without regard to the polling method
catchall.last_updateTo document the last successful update of a NodeFollowing an update, either via the scheduled (usually daily) update, or through a detected change made in the configuration, or through a user command
catchall.last_update_attemptTo document the last attempted update of a NodeFollowing an attempted update whether it ws successful or not
catchall.last_poll_snmpTo document the last successful SNMP queryFollowing a successful SNMP query
catchall.last_poll_snmp_attemptTo document the last attempted SNMP queryFollowing an attempted SNMP query whether it was successful or not
catchall.last_poll_wmi_attemptTo document the last successful WMI queryFollowing a successful WMI query
catchall.last_poll_wmi_attemptTo document the last attempted WMI queryFollowing an attempted WMI query whether it was successful or not
catchall.last_node_config_updateTo document the last configuration update of a NodeFollowing Updated any time the Node has been saved through an update, either through a detected change made in the configuration, or through a user commandcollection
catchall.ping_successfulTo document the last successful pingFollowing a successful ping
catchall.status_updatedTo document an update in the status of the deviceFollowing an update in the status of the device, whether through an event, a poll, or a ping

...