├── .gitignore ├── LICENSE ├── README.md ├── admin ├── AsamTest.pl ├── add_table_auth.pl ├── archive │ ├── README │ ├── install-cisco-models.sh │ ├── manual_interface_discovery.pl │ ├── rrd_file_update.pl │ ├── rrd_health_links.pl │ ├── rrd_tune_interfaces.pl │ ├── uuid_update_nodes.pl │ └── zyxel_interface_discovery.pl ├── business_services.pl ├── change_perperl.pl ├── check-node-down-event.pl ├── check_cpan_libraries.pl ├── check_nmis_code.pl ├── check_nmis_events.pl ├── check_nmis_processes.pl ├── cisco_product_mib.pl ├── clean_nodeconf.pl ├── compare_models.pl ├── config_backup.pl ├── convert_nmis_db.pl ├── convertnodes.pl ├── cps6000_alerts.pl ├── debug.pl ├── deprecated │ └── alcatel_interface_discovery.pl ├── diffconfigs.pl ├── eventlog.pl ├── export_nodes.pl ├── fixperms.pl ├── grouplist.pl ├── huaweirouter-helper.pl ├── import_nodes.pl ├── import_zenoss_backup.pl ├── install_circuit_groups.pl ├── install_cisco_model_dev.pl ├── install_stats_update.pl ├── interface_util_alerts.pl ├── migrate_collectpatch.pl ├── migrate_rrd_locations.pl ├── model_audit.pl ├── model_discovery.pl ├── model_summary.pl ├── modelcheck.pl ├── nmisNodeCleaner.pl ├── nmis_data_summary.pl ├── nmis_file_cleanup.sh ├── nmis_graphs.pl ├── nmis_run_node.pl ├── node_admin.pl ├── node_conf_policy.pl ├── node_sys_check.pl ├── nodes_auto_admin.pl ├── nodes_update_community.pl ├── outage_admin.pl ├── patch_config.pl ├── polling_summary.pl ├── rrd_corrupt_files.pl ├── rrd_enforce_minmax.pl ├── rrd_resize.pl ├── rrd_total_size.pl ├── rrd_tune_cisco.pl ├── rrd_tune_mib2ip.pl ├── rrd_tune_responsetime.pl ├── rrd_tune_topo.pl ├── samples │ ├── README │ ├── config_format.pl │ ├── import_nodes_sample.csv │ ├── nmis_scratch.pl │ ├── nmis_sys_scratch.pl │ ├── nodes_scratch.pl │ ├── nodes_toggle_snmp_version.pl │ ├── rrd_report_overmax.pl │ └── zenbatchdump_sample.txt ├── service_graph_helper.pl ├── show_model_structure.pl ├── support.pl ├── sync_opevents_fields.pl ├── testauth.pl ├── testconnectwise.pl ├── testemail.pl ├── testldap.pl ├── testsyslog.pl ├── unixtime.pl ├── update_config_defaults.pl ├── updateconfig.pl ├── upgrade_models.pl ├── upgrade_node_collect.pl └── upgrade_tables.pl ├── bin ├── fpingd.pl ├── ipslad.pl ├── nmis.pl ├── nmis.sh ├── run-reports.pl ├── traplog.pl └── wmic ├── cgi-bin ├── access.pl ├── community_rss.pl ├── config.pl ├── events.pl ├── find.pl ├── ip.pl ├── ipsla.pl ├── logs.pl ├── menu.pl ├── model_policy.pl ├── models.pl ├── modules.pl ├── network.pl ├── nmiscgi.pl ├── node.pl ├── nodeconf.pl ├── outages.pl ├── registration.pl ├── reports.pl ├── rrddraw.pl ├── services.pl ├── setup.pl ├── snmp.pl ├── tables.pl ├── tools.pl └── view-event.pl ├── htdocs ├── events │ ├── critical.wav │ ├── fatal.wav │ ├── major.wav │ ├── minor.wav │ ├── normal.wav │ └── warning.wav ├── favicon.ico ├── images │ ├── nmis_favicon.png │ └── top_bar.jpg └── index.html ├── install.pl ├── install ├── Access.nmis ├── BusinessServices.nmis ├── Config.nmis ├── Contacts.nmis ├── Customers.nmis ├── Enterprise.nmis ├── Escalations.nmis ├── Events.nmis ├── License.nmis ├── Links.nmis ├── Locations.nmis ├── Logs.nmis ├── Model-Policy.nmis ├── Model-Schema.nmis ├── Modules.nmis ├── Nodes.nmis ├── Polling-Policy.nmis ├── Portal.nmis ├── PrivMap.nmis ├── ServiceStatus.nmis ├── Services.nmis ├── Table-Access.nmis ├── Table-BusinessServices.nmis ├── Table-CircuitGroups.nmis ├── Table-Config.nmis ├── Table-Contacts.nmis ├── Table-Customers.nmis ├── Table-Enterprise.nmis ├── Table-Escalations.nmis ├── Table-Events.nmis ├── Table-Links.nmis ├── Table-Locations.nmis ├── Table-Logs.nmis ├── Table-Nodes.nmis ├── Table-Polling-Policy.nmis ├── Table-Portal.nmis ├── Table-PrivMap.nmis ├── Table-ServiceStatus.nmis ├── Table-Services.nmis ├── Table-Tables.nmis ├── Table-Toolset.nmis ├── Table-Users.nmis ├── Table-cmdbModels.nmis ├── Table-ifTypes.nmis ├── Tables.nmis ├── Toolset.nmis ├── Users.nmis ├── ifTypes.nmis ├── logrotate.380.conf ├── logrotate.conf ├── nmis-event.sql ├── nocBlackList.txt ├── nocSyslog.nmis ├── outage.dat ├── plugins │ ├── AdtranInterface.pm │ ├── AlcatelASAM.pm │ ├── Arris.pm │ ├── AsamInterface.pm │ ├── BTI_Devices.pm │ ├── Checkpoint.pm │ ├── CiscoDSL.pm │ ├── CiscoMerakiCloud.json │ ├── CiscoMerakiCloud.pl │ ├── CiscoMerakiCloud.pm │ ├── CiscoViptelaCloud.json │ ├── CiscoViptelaCloud.pl │ ├── CiscoViptelaCloud.pm │ ├── Cisco_Features.pm │ ├── EricssonPPX.pm │ ├── FutureSoftware.pm │ ├── Host_Resources.pm │ ├── HuaweiHqos.pm │ ├── MA5600.pm │ ├── NetGearInterface.pm │ ├── QualityOfServiceStattable.pm │ ├── README │ ├── RadwinWireless.pm │ ├── Ruckus.pm │ ├── RuckusCloudNoPlugin.pm │ ├── TeldatBRSStattable.pm │ ├── TeldatFrameR.pm │ ├── TeldatQoSStattable.pm │ ├── TestPlugin.pm │ ├── Ubiquiti.pm │ ├── VirtMachines.pm │ ├── ZyxelInterface.pm │ ├── addressTable.pm │ ├── cdpTable.pm │ ├── ciscoMacTable.pm │ ├── ciscoMemory.pm │ ├── ciscoTopChanges.pm │ ├── combinedCPULoad.pm │ ├── dot1qMacTable.pm │ ├── hwMusaBoard.pm │ ├── jnxCoStable.pm │ ├── jnxDCUtable.pm │ ├── jnxSCUtable.pm │ ├── lldpTable.pm │ ├── mplsVpn.pm │ └── vtpVlan.pm ├── rsyslog.conf ├── scripts │ ├── atlassian-login-check │ ├── crowd-check │ ├── http │ ├── http-moved │ ├── http-redir │ ├── jira-activity-check │ ├── netscaler-check │ ├── pop3 │ ├── upstest │ ├── webtest │ └── webtest-msft ├── snmpd.conf ├── snmptrapd.conf ├── snmptrapd.options └── users.dat ├── lib ├── Auth.pm ├── BER.pm ├── DBfunc.pm ├── Mib.pm ├── NMIS.pm ├── NMIS │ ├── Config.pm │ ├── Connect.pm │ ├── Global.pm │ ├── License.pm │ ├── Modules.pm │ ├── RRDdraw.pm │ ├── Timing.pm │ ├── Toolbar.pm │ ├── UUID.pm │ └── uselib.pm ├── Notify │ ├── connectwise_connector.pm │ ├── critical.pm │ ├── mylog.pm │ ├── noc.pm │ ├── sms.pm │ └── wspSMS.pm ├── SNMP_MIB.pm ├── SNMP_Simple.pm ├── SNMPv2c_Simple.pm ├── Sys.pm ├── WMI.pm ├── csv.pm ├── func.pm ├── ip.pm ├── notify.pm ├── ping.pm ├── rrdfunc.pm ├── sapi.pm └── snmp.pm ├── menu ├── css │ ├── dash8.css │ ├── jquery.jdMenu.css │ └── smoothness │ │ ├── images │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_444444_256x240.png │ │ ├── ui-icons_454545_256x240.png │ │ ├── ui-icons_555555_256x240.png │ │ ├── ui-icons_777620_256x240.png │ │ ├── ui-icons_777777_256x240.png │ │ ├── ui-icons_888888_256x240.png │ │ ├── ui-icons_cc0000_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.13.custom.css │ │ └── jquery-ui-1.8.15.custom.css ├── img │ ├── NMIS_Logo.gif │ ├── arrow_down.gif │ ├── arrow_down_black.gif │ ├── arrow_down_green.gif │ ├── arrow_down_red.png │ ├── arrow_right_black.gif │ ├── arrow_right_red.png │ ├── arrow_right_white.gif │ ├── arrow_up.gif │ ├── arrow_up_black.gif │ ├── arrow_up_green.png │ ├── arrow_up_purple.png │ ├── arrow_up_red.gif │ ├── arrow_up_yellow.png │ ├── back.png │ ├── bar.png │ ├── bg_grad.gif │ ├── bigdown.gif │ ├── bigup.gif │ ├── blank.gif │ ├── block_blue.png │ ├── block_grey.png │ ├── block_purple.png │ ├── bluebg.gif │ ├── btn_right_red.png │ ├── down.gif │ ├── grad_hi_good.png │ ├── grad_low_good.png │ ├── help.gif │ ├── home.png │ ├── info.gif │ ├── lft.jpg │ ├── mtr.jpg │ ├── nmis.jpg │ ├── nmis.png │ ├── nmis_favicon.png │ ├── node0.gif │ ├── node100.gif │ ├── node20.gif │ ├── node40.gif │ ├── node60.gif │ ├── node80.gif │ ├── node90.gif │ ├── node95.gif │ ├── nodeU.gif │ ├── opmantek-logo-tiny.png │ ├── opmantek-logo.jpg │ ├── opmantek-logo.png │ ├── opmantek-small-logo.jpg │ ├── ping.jpg │ ├── question.png │ ├── refresh.png │ ├── reload.png │ ├── rrdtool.gif │ ├── slave.png │ ├── sumdown.gif │ ├── sumup.gif │ ├── telnet.jpg │ ├── trace.jpg │ ├── undo.gif │ ├── undo_dis.gif │ ├── v8 │ │ ├── header.jpg │ │ ├── icons │ │ │ ├── action_back.gif │ │ │ ├── action_forward.gif │ │ │ ├── action_go.gif │ │ │ ├── action_paste.gif │ │ │ ├── action_print.gif │ │ │ ├── action_refresh.gif │ │ │ ├── action_refresh_blue.gif │ │ │ ├── action_save.gif │ │ │ ├── action_stop.gif │ │ │ ├── application_dreamweaver.gif │ │ │ ├── application_firefox.gif │ │ │ ├── application_flash.gif │ │ │ ├── arrow_down.gif │ │ │ ├── arrow_left.gif │ │ │ ├── arrow_right.gif │ │ │ ├── arrow_up.gif │ │ │ ├── base.gif │ │ │ ├── box.gif │ │ │ ├── calendar.gif │ │ │ ├── comment.gif │ │ │ ├── comment_blue.gif │ │ │ ├── comment_delete.gif │ │ │ ├── comment_new.gif │ │ │ ├── comment_yellow.gif │ │ │ ├── copy.gif │ │ │ ├── cut.gif │ │ │ ├── date.gif │ │ │ ├── date_delete.gif │ │ │ ├── date_new.gif │ │ │ ├── empty.gif │ │ │ ├── file_acrobat.gif │ │ │ ├── file_font.gif │ │ │ ├── file_font_truetype.gif │ │ │ ├── flag_blue.gif │ │ │ ├── flag_green.gif │ │ │ ├── flag_orange.gif │ │ │ ├── flag_red.gif │ │ │ ├── flag_white.gif │ │ │ ├── folder.gif │ │ │ ├── folder_delete.gif │ │ │ ├── folder_images.gif │ │ │ ├── folder_lock.gif │ │ │ ├── folder_new.gif │ │ │ ├── folder_page.gif │ │ │ ├── folderopen.gif │ │ │ ├── folderopenover.gif │ │ │ ├── folderover.gif │ │ │ ├── icon_accept.gif │ │ │ ├── icon_airmail.gif │ │ │ ├── icon_alert.gif │ │ │ ├── icon_attachment.gif │ │ │ ├── icon_clock.gif │ │ │ ├── icon_component.gif │ │ │ ├── icon_download.gif │ │ │ ├── icon_email.gif │ │ │ ├── icon_extension.gif │ │ │ ├── icon_favourites.gif │ │ │ ├── icon_get_world.gif │ │ │ ├── icon_history.gif │ │ │ ├── icon_home.gif │ │ │ ├── icon_info.gif │ │ │ ├── icon_key.gif │ │ │ ├── icon_link.gif │ │ │ ├── icon_mail.gif │ │ │ ├── icon_monitor_mac.gif │ │ │ ├── icon_monitor_pc.gif │ │ │ ├── icon_network.gif │ │ │ ├── icon_package.gif │ │ │ ├── icon_package_get.gif │ │ │ ├── icon_package_open.gif │ │ │ ├── icon_padlock.gif │ │ │ ├── icon_security.gif │ │ │ ├── icon_settings.gif │ │ │ ├── icon_user.gif │ │ │ ├── icon_wand.gif │ │ │ ├── icon_world.gif │ │ │ ├── icon_world_dynamic.gif │ │ │ ├── image.gif │ │ │ ├── image_new.gif │ │ │ ├── interface_browser.gif │ │ │ ├── interface_dialog.gif │ │ │ ├── interface_installer.gif │ │ │ ├── join.gif │ │ │ ├── joinbottom.gif │ │ │ ├── line.gif │ │ │ ├── list_comments.gif │ │ │ ├── list_components.gif │ │ │ ├── list_errors.gif │ │ │ ├── list_extensions.gif │ │ │ ├── list_images.gif │ │ │ ├── list_keys.gif │ │ │ ├── list_links.gif │ │ │ ├── list_packages.gif │ │ │ ├── list_security.gif │ │ │ ├── list_settings.gif │ │ │ ├── list_users.gif │ │ │ ├── list_world.gif │ │ │ ├── minus.gif │ │ │ ├── minusbottom.gif │ │ │ ├── note.gif │ │ │ ├── note_delete.gif │ │ │ ├── note_new.gif │ │ │ ├── page.gif │ │ │ ├── page_alert.gif │ │ │ ├── page_attachment.gif │ │ │ ├── page_bookmark.gif │ │ │ ├── page_boy.gif │ │ │ ├── page_code.gif │ │ │ ├── page_colors.gif │ │ │ ├── page_component.gif │ │ │ ├── page_cross.gif │ │ │ ├── page_delete.gif │ │ │ ├── page_deny.gif │ │ │ ├── page_down.gif │ │ │ ├── page_dynamic.gif │ │ │ ├── page_edit.gif │ │ │ ├── page_extension.gif │ │ │ ├── page_favourites.gif │ │ │ ├── page_find.gif │ │ │ ├── page_flash.gif │ │ │ ├── page_girl.gif │ │ │ ├── page_html.gif │ │ │ ├── page_java.gif │ │ │ ├── page_key.gif │ │ │ ├── page_left.gif │ │ │ ├── page_link.gif │ │ │ ├── page_lock.gif │ │ │ ├── page_new.gif │ │ │ ├── page_next.gif │ │ │ ├── page_package.gif │ │ │ ├── page_php.gif │ │ │ ├── page_prev.gif │ │ │ ├── page_refresh.gif │ │ │ ├── page_right.gif │ │ │ ├── page_script.gif │ │ │ ├── page_security.gif │ │ │ ├── page_settings.gif │ │ │ ├── page_sound.gif │ │ │ ├── page_tag_blue.gif │ │ │ ├── page_tag_red.gif │ │ │ ├── page_text.gif │ │ │ ├── page_text_delete.gif │ │ │ ├── page_tick.gif │ │ │ ├── page_tree.gif │ │ │ ├── page_up.gif │ │ │ ├── page_url.gif │ │ │ ├── page_user.gif │ │ │ ├── page_user_dark.gif │ │ │ ├── page_user_light.gif │ │ │ ├── page_video.gif │ │ │ ├── page_wizard.gif │ │ │ ├── pageblank.gif │ │ │ ├── pagesel.gif │ │ │ ├── pixel.gif │ │ │ ├── plus.gif │ │ │ ├── plusbottom.gif │ │ │ ├── table.gif │ │ │ ├── table_delete.gif │ │ │ └── tables.gif │ │ ├── page_next.gif │ │ ├── sys_alert.gif │ │ ├── sys_alertold.gif │ │ ├── sys_critical.gif │ │ ├── sys_debug.gif │ │ ├── sys_emergency.gif │ │ ├── sys_error.gif │ │ ├── sys_informational.gif │ │ ├── sys_notification.gif │ │ ├── sys_warning.gif │ │ └── topbar.jpg │ ├── vcss.gif │ └── worldmap.gif └── js │ ├── calendar-setup.js │ ├── calendar.js │ ├── commonv8.js │ ├── jquery-3.6.0.js │ ├── jquery-3.6.0.min.js │ ├── jquery-ui-1.13.custom.js │ ├── jquery.ba-dotimeout.min.js │ ├── jquery.bgiframe-3.0.1.js │ ├── jquery.jdMenu.patch.js │ └── jquery.positionBy.js ├── mibs ├── CISCO-ENTITY-VENDORTYPE-OID-MIB.oid ├── CISCO-FIREWALL-MIB.oid ├── CISCO-PRODUCTS-MIB.my ├── CISCO-RTTMON-MIB.oid ├── a3com.oid ├── akcp.oid ├── dell.oid ├── nmis_mibs.oid ├── riverbed.oid ├── traps │ ├── ADSL-DMT-LINE-MIB.my │ ├── ADSL-LINE-MIB.my │ ├── ADSL-TC-MIB.my │ ├── ADSL2-LINE-MIB.my │ ├── ADSL2-LINE-TC-MIB.my │ ├── BGP4-MIB.my │ ├── BRIDGE-MIB.my │ ├── CHECKPOINT-GAIA-TRAP-MIB.txt │ ├── CHECKPOINT-MIB.txt │ ├── CHECKPOINT-TRAP-MIB.txt │ ├── CISCO-BGP4-MIB.my │ ├── CISCO-CDP-MIB.my │ ├── CISCO-CONFIG-MAN-MIB.my │ ├── CISCO-ETHER-CFM-MIB.my │ ├── CISCO-MAC-NOTIFICATION-MIB.my │ ├── CISCO-NOTIFICATION-CONTROL-MIB.my │ ├── CISCO-OSPF-MIB.my │ ├── CISCO-OSPF-TRAP-MIB.my │ ├── CISCO-QOS-PIB-MIB.my │ ├── CISCO-RTTMON-MIB.my │ ├── CISCO-RTTMON-TC-MIB.my │ ├── CISCO-SMI.my │ ├── CISCO-SNMP-NOTIFICATION-EXT-MIB.my │ ├── CISCO-SYSLOG-MIB.my │ ├── CISCO-TC.my │ ├── CISCO-VTP-MIB.my │ ├── DIFFSERV-DSCP-TC.my │ ├── ENTITY-MIB.my │ ├── HC-ALARM-MIB.my │ ├── HC-PerfHist-TC-MIB.my │ ├── HC-RMON-MIB.my │ ├── HCNUM-TC.my │ ├── IANAifType-MIB.my │ ├── IF-MIB.my │ ├── INET-ADDRESS-MIB.my │ ├── JUNIPER-IVE-MIB.mib │ ├── MIKROTIK-MIB.mib │ ├── NETSCREEN-SMI.mib │ ├── NETSCREEN-TRAP-MIB.mib │ ├── NOTIFICATION-LOG-MIB.my │ ├── OLD-CISCO-INTERFACES-MIB.my │ ├── OLD-CISCO-SYSTEM-MIB.my │ ├── OLD-CISCO-TCP-MIB.my │ ├── OLD-CISCO-TS-MIB.my │ ├── OPMANTEK-MIB.mib │ ├── OSPF-MIB.my │ ├── OSPF-TRAP-MIB.my │ ├── P-BRIDGE-MIB.my │ ├── POWER-ETHERNET-MIB.my │ ├── POWERNET-416.mib │ ├── PerfHist-TC-MIB.my │ ├── Q-BRIDGE-MIB.my │ ├── RFC1213-MIB.my │ ├── RMON-MIB.my │ ├── RMON2-MIB.my │ ├── SNMP-COMMUNITY-MIB.my │ ├── SNMP-FRAMEWORK-MIB.my │ ├── SNMP-NOTIFICATION-MIB.my │ ├── SNMP-TARGET-MIB.my │ ├── SNMPv2-CONF.mib │ ├── SNMPv2-MIB.my │ ├── SNMPv2-SMI.mib │ ├── SNMPv2-TC.mib │ ├── SNMPv2-TC.my │ ├── SNMPv2-TM.txt │ ├── TOKEN-RING-RMON-MIB.my │ ├── VMWARE-CIMOM-MIB.mib │ ├── VMWARE-ENV-MIB.mib │ ├── VMWARE-PRODUCTS-MIB.mib │ ├── VMWARE-ROOT-MIB.mib │ ├── VMWARE-TC-MIB.mib │ ├── VMWARE-VC-EVENT-MIB.mib │ ├── VMWARE-VMINFO-MIB.mib │ ├── alarm-v2.mib │ └── netgearref.my └── ups.oid ├── models-install ├── Common-ADSL.nmis ├── Common-Cisco-asset.nmis ├── Common-Cisco-cbqos.nmis ├── Common-Cisco-cpu.nmis ├── Common-Cisco-macTable.nmis ├── Common-Cisco-memory.nmis ├── Common-Cisco-neighbor.nmis ├── Common-Cisco-netflow.nmis ├── Common-Cisco-power.nmis ├── Common-Cisco-routing.nmis ├── Common-Cisco-rtt.nmis ├── Common-Cisco-status.nmis ├── Common-Cisco-system.nmis ├── Common-Cisco-temp.nmis ├── Common-Cisco-topChanges.nmis ├── Common-Cisco-vlan.nmis ├── Common-Host_Resources.nmis ├── Common-Huawei-Hqos.nmis ├── Common-Huawei-cbqos.nmis ├── Common-Juniper-jnxCoS.nmis ├── Common-Juniper-jnxOperations.nmis ├── Common-Siklu.nmis ├── Common-Teldat-cbqos.nmis ├── Common-Windows-alerts.nmis ├── Common-Windows-interface.nmis ├── Common-Windows-system.nmis ├── Common-Windows-wmi.nmis ├── Common-asset.nmis ├── Common-calls.nmis ├── Common-cbqos-in-nexus.nmis ├── Common-cbqos-in.nmis ├── Common-cbqos-out-nexus.nmis ├── Common-cbqos-out.nmis ├── Common-database.nmis ├── Common-entityMib.nmis ├── Common-event.nmis ├── Common-heading.nmis ├── Common-ifStack.nmis ├── Common-ifTable.nmis ├── Common-interface-router.nmis ├── Common-lldp.nmis ├── Common-lldpv2.nmis ├── Common-macTable.nmis ├── Common-mib2ip.nmis ├── Common-mpls.nmis ├── Common-routing.nmis ├── Common-software.nmis ├── Common-stats.nmis ├── Common-summary.nmis ├── Common-tcp.nmis ├── Common-threshold.nmis ├── Graph-APCBattTemp.nmis ├── Graph-APCCapacity.nmis ├── Graph-APCCurrent.nmis ├── Graph-APCLoad.nmis ├── Graph-APCPDULoad.nmis ├── Graph-APCPDUTemperature.nmis ├── Graph-APCPDUVoltage.nmis ├── Graph-APCVoltage.nmis ├── Graph-AirFiberCapacity.nmis ├── Graph-AirFiberPower.nmis ├── Graph-AirFiberThroughput.nmis ├── Graph-AirMax.nmis ├── Graph-Cisco-power.nmis ├── Graph-Cisco_BGP_Peer.nmis ├── Graph-DualChannelPower.nmis ├── Graph-EltekACVoltage.nmis ├── Graph-EltekBattTemp.nmis ├── Graph-EltekBreakerAlarms.nmis ├── Graph-EltekCapacity.nmis ├── Graph-EltekCurrents.nmis ├── Graph-EltekRectifierState.nmis ├── Graph-EltekTempAlarms.nmis ├── Graph-EltekVoltageAlarms.nmis ├── Graph-F5-CPU.nmis ├── Graph-F5-Connection.nmis ├── Graph-F5-LTM-Connections.nmis ├── Graph-F5-LTM-State.nmis ├── Graph-F5-Memory.nmis ├── Graph-F5-TempGraph.nmis ├── Graph-FEemail.nmis ├── Graph-GPSSats.nmis ├── Graph-GponUserTraffic.nmis ├── Graph-Host_Memory.nmis ├── Graph-Host_Storage.nmis ├── Graph-Host_Storage_Util.nmis ├── Graph-Host_Swap_Memory.nmis ├── Graph-InterfaceStatus.nmis ├── Graph-Juniper_IVE_Hits.nmis ├── Graph-Juniper_IVE_Users.nmis ├── Graph-LinkRate.nmis ├── Graph-LinkRateAp.nmis ├── Graph-LinkRateStat.nmis ├── Graph-Meraki_Health.nmis ├── Graph-NovelSatDataRate.nmis ├── Graph-NovelSatNetStatus.nmis ├── Graph-NovelSatNetTraffic.nmis ├── Graph-NovelSatSignal.nmis ├── Graph-Power_Supply_Status.nmis ├── Graph-QualityOfServiceStat.nmis ├── Graph-Radio.nmis ├── Graph-RadwinChain.nmis ├── Graph-RadwinHSU.nmis ├── Graph-RadwinRSSI.nmis ├── Graph-RadwinSignalStrength.nmis ├── Graph-RadwinUtil.nmis ├── Graph-Radwintemp.nmis ├── Graph-RuckusCloud_Health.nmis ├── Graph-SONETErrors.nmis ├── Graph-SignalErrors.nmis ├── Graph-SignalLevel.nmis ├── Graph-SignalPower.nmis ├── Graph-Siklu_Radio.nmis ├── Graph-StaCount.nmis ├── Graph-StaSignal.nmis ├── Graph-Strength.nmis ├── Graph-StrengthStat.nmis ├── Graph-TeldatBRSStat.nmis ├── Graph-TeldatFrameRelayStat.nmis ├── Graph-TeldatQoSStat.nmis ├── Graph-Viptela_CPU.nmis ├── Graph-Viptela_MEM.nmis ├── Graph-WindowsDisk.nmis ├── Graph-WindowsDiskBytes.nmis ├── Graph-WindowsPaging.nmis ├── Graph-WindowsProcessor.nmis ├── Graph-Wlan.nmis ├── Graph-a3bandwidth.nmis ├── Graph-a3errors.nmis ├── Graph-a3traffic.nmis ├── Graph-abits-oneway-dcu.nmis ├── Graph-abits-oneway-jnxCoS.nmis ├── Graph-abits-oneway-scu.nmis ├── Graph-abits.nmis ├── Graph-acpu.nmis ├── Graph-adsl-physical.nmis ├── Graph-alcoma-linkrate.nmis ├── Graph-alcoma-power.nmis ├── Graph-alcoma-signal.nmis ├── Graph-alcoma-throughput.nmis ├── Graph-apAvailability.nmis ├── Graph-apSession.nmis ├── Graph-apSys.nmis ├── Graph-autil.nmis ├── Graph-bgpPeer.nmis ├── Graph-bgpPeerStats.nmis ├── Graph-bits.nmis ├── Graph-bti-fc-optical.nmis ├── Graph-bti-ge-bytes.nmis ├── Graph-bti-ge-optical.nmis ├── Graph-bti-ops-status.nmis ├── Graph-bti-stm-optical.nmis ├── Graph-buffer.nmis ├── Graph-calls.nmis ├── Graph-cbqos-in.nmis ├── Graph-cbqos-out.nmis ├── Graph-ccpu.nmis ├── Graph-checkpoint.nmis ├── Graph-combinedCPUload.nmis ├── Graph-cps6000Alarm.nmis ├── Graph-cps6000Cct.nmis ├── Graph-cps6000Grp.nmis ├── Graph-cpu-cpm.nmis ├── Graph-cpu-huawei.nmis ├── Graph-cpu.nmis ├── Graph-cpuUtil.nmis ├── Graph-csscontent.nmis ├── Graph-cssgroup.nmis ├── Graph-degree.nmis ├── Graph-diskio-rw.nmis ├── Graph-diskio-rwbytes.nmis ├── Graph-ds3Errors.nmis ├── Graph-ees.nmis ├── Graph-entPhySensor.nmis ├── Graph-entTempSensor.nmis ├── Graph-env-temp.nmis ├── Graph-errpkts.nmis ├── Graph-errpkts_hc.nmis ├── Graph-fan-status.nmis ├── Graph-fkGponOnuStatus.nmis ├── Graph-fortinet-cpu.nmis ├── Graph-fortinet-disk.nmis ├── Graph-fortinet-ip-pool.nmis ├── Graph-fortinet-mem.nmis ├── Graph-fortinet-sessions.nmis ├── Graph-fortinet-vd-cpu.nmis ├── Graph-fortinet-vd-mem.nmis ├── Graph-fortinet-vd-sessions.nmis ├── Graph-frag.nmis ├── Graph-gsm_status_2g.nmis ├── Graph-gsm_status_3g.nmis ├── Graph-health-ping.nmis ├── Graph-health.nmis ├── Graph-hrbufmem.nmis ├── Graph-hrcachemem.nmis ├── Graph-hrcpu.nmis ├── Graph-hrdisk.nmis ├── Graph-hrmem.nmis ├── Graph-hrproc.nmis ├── Graph-hrprocload.nmis ├── Graph-hrsmpcpu.nmis ├── Graph-hrswapmem.nmis ├── Graph-hrsystem.nmis ├── Graph-hrusers.nmis ├── Graph-hrvmem.nmis ├── Graph-hrwincpu.nmis ├── Graph-hrwincpuint.nmis ├── Graph-hrwinmem.nmis ├── Graph-hrwinpps.nmis ├── Graph-hrwinproc.nmis ├── Graph-hrwinusers.nmis ├── Graph-huawei-cbqos-pkts.nmis ├── Graph-huawei-cbqos.nmis ├── Graph-huawei-hqos-bytes.nmis ├── Graph-huawei-hqos-pkts.nmis ├── Graph-humsensor.nmis ├── Graph-hwCpuMem.nmis ├── Graph-hwGponStats.nmis ├── Graph-hwTempPwr.nmis ├── Graph-inDropPackets.nmis ├── Graph-ip.nmis ├── Graph-jnxCPU.nmis ├── Graph-jnxCoS-oneway.nmis ├── Graph-jnxMem.nmis ├── Graph-jnxTemp.nmis ├── Graph-kpi.nmis ├── Graph-laload.nmis ├── Graph-lockstat.nmis ├── Graph-maxbits.nmis ├── Graph-mem-cluster.nmis ├── Graph-mem-dram.nmis ├── Graph-mem-io.nmis ├── Graph-mem-mbuf.nmis ├── Graph-mem-proc-huawei.nmis ├── Graph-mem-proc-teldat.nmis ├── Graph-mem-proc.nmis ├── Graph-mem-router.nmis ├── Graph-mem-switch.nmis ├── Graph-memUsageUtil.nmis ├── Graph-memUtil.nmis ├── Graph-memoryBuffer.nmis ├── Graph-memoryPool.nmis ├── Graph-metrics.nmis ├── Graph-mikrotikCpu.nmis ├── Graph-mimosaChain.nmis ├── Graph-mimosaStream.nmis ├── Graph-modem.nmis ├── Graph-modemMSE.nmis ├── Graph-mtxrStrength.nmis ├── Graph-netflowstats.nmis ├── Graph-nmis.nmis ├── Graph-numintf.nmis ├── Graph-optpwr.nmis ├── Graph-ospfNbr.nmis ├── Graph-ospfNbrStats.nmis ├── Graph-pduOutletStatus.nmis ├── Graph-pix-conn.nmis ├── Graph-pkts.nmis ├── Graph-pkts_hc.nmis ├── Graph-pkts_size.nmis ├── Graph-polltime.nmis ├── Graph-ppxAtmCells.nmis ├── Graph-ppxAtmUtil.nmis ├── Graph-ppxCardCPU.nmis ├── Graph-ppxCardMEM.nmis ├── Graph-ppxCardMEMFast.nmis ├── Graph-ppxCardMEMNormal.nmis ├── Graph-ppxCardMEMShared.nmis ├── Graph-psu-status.nmis ├── Graph-pvc.nmis ├── Graph-rbt-mem-proc.nmis ├── Graph-rbt_connections.nmis ├── Graph-rbt_datastore.nmis ├── Graph-rbt_optimisation.nmis ├── Graph-response.nmis ├── Graph-routenumber.nmis ├── Graph-rttMonLatestRtt.nmis ├── Graph-sensorhum.nmis ├── Graph-sensortemp.nmis ├── Graph-service-cpu.nmis ├── Graph-service-cpumem.nmis ├── Graph-service-mem.nmis ├── Graph-service-response.nmis ├── Graph-service.nmis ├── Graph-session-util.nmis ├── Graph-sessions.nmis ├── Graph-ss-blocks.nmis ├── Graph-ss-cpu.nmis ├── Graph-ss-intcon.nmis ├── Graph-systemcapacity.nmis ├── Graph-systemcurrent.nmis ├── Graph-systemvoltage.nmis ├── Graph-tcp-conn.nmis ├── Graph-tcp-segs.nmis ├── Graph-temp-status.nmis ├── Graph-temp-value.nmis ├── Graph-temp.nmis ├── Graph-tempsensor.nmis ├── Graph-topo.nmis ├── Graph-traffic.nmis ├── Graph-upsbatlevel.nmis ├── Graph-upsbatremtim.nmis ├── Graph-upsbattemp.nmis ├── Graph-upscurin.nmis ├── Graph-upscurout.nmis ├── Graph-upsload.nmis ├── Graph-upsloadperc.nmis ├── Graph-upspwr.nmis ├── Graph-upsvoltin.nmis ├── Graph-upsvoltout.nmis ├── Graph-util.nmis ├── Graph-vmwVmState.nmis ├── Model-ACME-Packet.nmis ├── Model-AIX.nmis ├── Model-AKCP-sensor.nmis ├── Model-APC-pdu-ap7900.nmis ├── Model-APC-pdu-ap7932.nmis ├── Model-APC-pdu.nmis ├── Model-APC-ups.nmis ├── Model-Accedian.nmis ├── Model-Accelar.nmis ├── Model-Adtran-TA5000.nmis ├── Model-Adtran.nmis ├── Model-AlcatelASAM.nmis ├── Model-AlcatelASAMv2.nmis ├── Model-Alcoma.nmis ├── Model-AristaSwitch.nmis ├── Model-Arris-Opt.nmis ├── Model-Arris.nmis ├── Model-BTI-7000.nmis ├── Model-BTI-7800.nmis ├── Model-BTI-OPS.nmis ├── Model-BayStack.nmis ├── Model-BlueCoat.nmis ├── Model-CGESM.nmis ├── Model-Calix.nmis ├── Model-Catalyst4000.nmis ├── Model-Catalyst5000.nmis ├── Model-Catalyst5000Sup3.nmis ├── Model-Catalyst6000.nmis ├── Model-CatalystIOS.nmis ├── Model-CatalystIOSXE.nmis ├── Model-Checkpoint.nmis ├── Model-Cisco10000.nmis ├── Model-Cisco7600.nmis ├── Model-CiscoAP.nmis ├── Model-CiscoASA.nmis ├── Model-CiscoASR.nmis ├── Model-CiscoATM.nmis ├── Model-CiscoCSS.nmis ├── Model-CiscoDSL.nmis ├── Model-CiscoDefault.nmis ├── Model-CiscoGeneric.nmis ├── Model-CiscoIOSXE.nmis ├── Model-CiscoIOSXR.nmis ├── Model-CiscoIronPort.nmis ├── Model-CiscoMerakiCloud.nmis ├── Model-CiscoMerakiController.nmis ├── Model-CiscoNXOS.nmis ├── Model-CiscoPIX.nmis ├── Model-CiscoRouter-alt.nmis ├── Model-CiscoRouter.nmis ├── Model-CiscoVG.nmis ├── Model-CiscoViptelaCloud.nmis ├── Model-Default-HC.nmis ├── Model-Default.nmis ├── Model-DellSwitch.nmis ├── Model-EES.nmis ├── Model-ESXi.nmis ├── Model-Eltek.nmis ├── Model-Ericsson-PPX.nmis ├── Model-EricssonRouter.nmis ├── Model-ExtremeXOS.nmis ├── Model-F5-BigIP.nmis ├── Model-FireEye.nmis ├── Model-Fortinet-FG.nmis ├── Model-FoundrySwitch.nmis ├── Model-FreeBSD.nmis ├── Model-FrogFoot.nmis ├── Model-Furukawa-OLT.nmis ├── Model-FutureSoftware.nmis ├── Model-GE-QS941.nmis ├── Model-Generic.nmis ├── Model-HP-Procurve.nmis ├── Model-Huawei-MA5600.nmis ├── Model-Huawei-NetEngine.nmis ├── Model-HuaweiRouter.nmis ├── Model-HuaweiRouterAR2240-uses-common.nmis ├── Model-Juniper-ERX.nmis ├── Model-JuniperRouter.nmis ├── Model-JuniperSwitch.nmis ├── Model-LucentStinger.nmis ├── Model-MGE-ups.nmis ├── Model-MW-HP-GbE2c.nmis ├── Model-MW-Intel.nmis ├── Model-MW-Juniper.nmis ├── Model-MikroTik.nmis ├── Model-MikroTikRouter.nmis ├── Model-Mimosa.nmis ├── Model-Mitel3000.nmis ├── Model-NetVanta.nmis ├── Model-Netgear-GS108T.nmis ├── Model-Netgear-GS724T.nmis ├── Model-Netgear-Manual.nmis ├── Model-Netscreen-ScreenOS.nmis ├── Model-NovelSat.nmis ├── Model-ONS15454.nmis ├── Model-OmniSwitch.nmis ├── Model-PaloAltoNetworks.nmis ├── Model-PingOnly.nmis ├── Model-PulseSecure.nmis ├── Model-QNAP.nmis ├── Model-RadOptimux.nmis ├── Model-RadwinWireless.nmis ├── Model-Redback.nmis ├── Model-Riverbed.nmis ├── Model-Riverstone.nmis ├── Model-Ruckus-ICX7150.nmis ├── Model-Ruckus.nmis ├── Model-RuckusCloud.nmis ├── Model-SNMPv1.nmis ├── Model-SSII-3Com.nmis ├── Model-SciAtl.nmis ├── Model-ServersCheck.nmis ├── Model-ServiceOnly.nmis ├── Model-Siklu-EH-600.nmis ├── Model-SunSolaris.nmis ├── Model-Teldat.nmis ├── Model-TeldatM1-uses-common.nmis ├── Model-Teldati60-uses-common.nmis ├── Model-Trango.nmis ├── Model-Ubiquiti.nmis ├── Model-VyOS.nmis ├── Model-Windows2000.nmis ├── Model-Windows2003.nmis ├── Model-Windows2008-wmi.nmis ├── Model-Windows2008.nmis ├── Model-Windows2008R2.nmis ├── Model-Windows2012.nmis ├── Model-Windows2016-wmi.nmis ├── Model-ZyXEL-GS.nmis ├── Model-ZyXEL-IES.nmis ├── Model-ZyXEL-MGS.nmis ├── Model-net-snmp-original.nmis ├── Model-net-snmp.nmis └── Model.nmis └── pre-install.sh /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | database 3 | var 4 | logs 5 | conf 6 | archive 7 | backups 8 | models 9 | htdocs/reports 10 | htdocs/cache 11 | private 12 | dev 13 | build 14 | test 15 | install/plugins-dev 16 | models-dev 17 | models-minimal 18 | Vagrantfile 19 | .vagrant 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | NMIS 8.x README 2 | --------------- 3 | 4 | ## Copyright and licensing 5 | NMIS Copyright (C) Opmantek Ltd (www.opmantek.com) 6 | This program comes with ABSOLUTELY NO WARRANTY; 7 | This is free software licensed under GNU GPL, and you are welcome to 8 | redistribute it under certain conditions; see https://www.opmantek.com/ 9 | or email contact@opmantek.com 10 | 11 | You should have received a copy of the GNU General Public License 12 | along with NMIS (most likely in a file named LICENSE). 13 | If not, see 14 | 15 | ## About NMIS 16 | NMIS is an Open Source Network Management System which performs multiple 17 | functions from the OSI Network Management Functional Areas. NMIS has evolved 18 | rapidly to meet the demands of highly available production environments and 19 | user demands. 20 | 21 | The distributed polling engine uses SNMP to collect availability 22 | and performance data for any SNMP capable device. A highly configurable and 23 | extensible GUI displays health and performance data focused on technical 24 | information, as well as high level reporting for executive reports. 25 | 26 | ## Additional modules 27 | Additional modules are available under low cost commercial licenses for: 28 | NetFlow, Application Flow, Advanced IPSLA, Mapping, Advanced Reporting, 29 | Database Integration, Event Management, Configuration Management, 30 | High Availability and more. 31 | Contact Opmantek - contact@opmantek.com 32 | 33 | ## Documentation 34 | All documentation can be found @ https://community.opmantek.com/ 35 | 36 | ## Support 37 | Commercial support available from Opmantek - https://www.opmantek.com/ or 38 | contact@opmantek.com 39 | Community support available @ https://community.opmantek.com/ 40 | -------------------------------------------------------------------------------- /admin/archive/README: -------------------------------------------------------------------------------- 1 | the script samples in this directory are mostly superseded by 2 | improved functionality in NMIS itself or made semi-obsolete by 3 | consolidated tools in admin/. 4 | 5 | -------------------------------------------------------------------------------- /admin/archive/install-cisco-models.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo This script will NOT backup your existing NMIS installation, please backup your installation before proceeding. 4 | echo press Enter to continue ctrl+C to stop. 5 | read X 6 | 7 | unalias cp 8 | 9 | cp ./install/* /usr/local/nmis8/install 10 | cp ./models-install/* /usr/local/nmis8/models 11 | cp ./mibs/nmis_mibs.oid /usr/local/nmis8/mibs 12 | 13 | /usr/local/nmis8/install/install_cisco_model_dev.pl 14 | 15 | /usr/local/nmis8/admin/fixperms.pl 16 | -------------------------------------------------------------------------------- /admin/archive/uuid_update_nodes.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | # 3 | ## $Id: export_nodes.pl,v 1.1 2012/08/13 05:09:17 keiths Exp $ 4 | # 5 | # Copyright (C) Opmantek Limited (www.opmantek.com) 6 | # 7 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 8 | # 9 | # This file is part of Network Management Information System ("NMIS"). 10 | # 11 | # NMIS is free software: you can redistribute it and/or modify 12 | # it under the terms of the GNU General Public License as published by 13 | # the Free Software Foundation, either version 3 of the License, or 14 | # (at your option) any later version. 15 | # 16 | # NMIS is distributed in the hope that it will be useful, 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | # GNU General Public License for more details. 20 | # 21 | # You should have received a copy of the GNU General Public License 22 | # along with NMIS (most likely in a file named LICENSE). 23 | # If not, see 24 | # 25 | # For further information on NMIS or for a license other than GPL please see 26 | # www.opmantek.com or email contact@opmantek.com 27 | # 28 | # User group details: 29 | # http://support.opmantek.com/users/ 30 | # 31 | # ***************************************************************************** 32 | 33 | use FindBin; 34 | use lib "$FindBin::Bin/../lib"; 35 | 36 | use strict; 37 | use func; 38 | use NMIS; 39 | use Sys; 40 | use NMIS::UUID; 41 | use NMIS::Timing; 42 | 43 | my $t = NMIS::Timing->new(); 44 | 45 | print $t->elapTime(). " Begin\n"; 46 | 47 | # Variables for command line munging 48 | my %arg = getArguements(@ARGV); 49 | 50 | # Set debugging level. 51 | my $debug = setDebug($arg{debug}); 52 | $debug = 1; 53 | 54 | # load configuration table 55 | my $C = loadConfTable(conf=>$arg{conf},debug=>$arg{debug}); 56 | 57 | # Update the UUIDs for the nodes. 58 | NMIS::UUID::createNodeUUID(); 59 | 60 | print $t->elapTime(). " Begin\n"; 61 | -------------------------------------------------------------------------------- /admin/cps6000_alerts.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/admin/cps6000_alerts.pl -------------------------------------------------------------------------------- /admin/nmis_file_cleanup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # as of NMIS 8.6.0, this script's functionality has been 3 | # incorporated into the main nmis program 4 | exec /usr/local/nmis8/bin/nmis.pl type=purge 5 | 6 | -------------------------------------------------------------------------------- /admin/samples/README: -------------------------------------------------------------------------------- 1 | the script samples in this directory are provided primarily 2 | as inspiration and starting point for writing your own 3 | tools to interface with NMIS. 4 | 5 | -------------------------------------------------------------------------------- /admin/samples/config_format.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | # 3 | ## $Id: model_audit.pl,v 1.1 2012/08/13 05:09:17 keiths Exp $ 4 | # 5 | # Copyright (C) Opmantek Limited (www.opmantek.com) 6 | # 7 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 8 | # 9 | # This file is part of Network Management Information System ("NMIS"). 10 | # 11 | # NMIS is free software: you can redistribute it and/or modify 12 | # it under the terms of the GNU General Public License as published by 13 | # the Free Software Foundation, either version 3 of the License, or 14 | # (at your option) any later version. 15 | # 16 | # NMIS is distributed in the hope that it will be useful, 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | # GNU General Public License for more details. 20 | # 21 | # You should have received a copy of the GNU General Public License 22 | # along with NMIS (most likely in a file named LICENSE). 23 | # If not, see 24 | # 25 | # For further information on NMIS or for a license other than GPL please see 26 | # www.opmantek.com or email contact@opmantek.com 27 | # 28 | # User group details: 29 | # http://support.opmantek.com/users/ 30 | # 31 | # ***************************************************************************** 32 | 33 | use FindBin; 34 | use lib "$FindBin::Bin/../lib"; 35 | 36 | use strict; 37 | use func; 38 | 39 | my %arg = getArguements(@ARGV); 40 | 41 | # Set debugging level. 42 | my $debug = setDebug($arg{debug}); 43 | $debug = 1; 44 | 45 | my $C = loadConfTable(conf=>$arg{conf},debug=>$arg{debug}); 46 | 47 | my $conf = "Enterprise.nmis"; 48 | my $dir = "install"; 49 | 50 | my $source = "/usr/local/nmis8/$dir/$conf"; 51 | my $new = "$source.new"; 52 | 53 | my $CONFIG = readFiletoHash(file=>$source); 54 | writeHashtoFile(file=>$new,data=>$CONFIG); 55 | 56 | 57 | -------------------------------------------------------------------------------- /admin/samples/import_nodes_sample.csv: -------------------------------------------------------------------------------- 1 | name,host,group,role,community 2 | import_test1,127.0.0.1,Branches,core,nmisGig8 3 | import_test2,127.0.0.1,Sales,core,nmisGig8 4 | import_test3,127.0.0.1,DataCenter,core,nmisGig8 5 | -------------------------------------------------------------------------------- /admin/samples/nmis_scratch.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | 3 | use FindBin; 4 | use lib "$FindBin::Bin/../lib"; 5 | 6 | use strict; 7 | use func; 8 | use NMIS; 9 | use Data::Dumper; 10 | 11 | my %arg = getArguements(@ARGV); 12 | 13 | # Set debugging level. 14 | my $debug = setDebug($arg{debug}); 15 | $debug = 1; 16 | 17 | 18 | my $C = loadConfTable(conf=>$arg{conf},debug=>$arg{debug}); 19 | 20 | my $LNT = loadLocalNodeTable(); 21 | 22 | foreach my $node (sort keys %{$LNT}) { 23 | 24 | # Is the node active and are we doing stats on it. 25 | if ( getbool($LNT->{$node}{active}) and getbool($LNT->{$node}{collect}) ) { 26 | print "Processing $node\n"; 27 | my $S = Sys::->new; # get system object 28 | $S->init(name=>$node,snmp=>'false'); # load node info and Model if name exists 29 | my $NI = $S->ndinfo; 30 | my $IF = $S->ifinfo; 31 | 32 | if ( $NI->{system}{sysDescr} =~ /12.4\(25f\)/ ) { 33 | print "MATCH $NI->{system}{name} is $NI->{system}{sysDescr}\n"; 34 | } 35 | 36 | if ( $NI->{system}{sysDescr} =~ /IOS/ ) { 37 | print "IOS $NI->{system}{name} is Cisco IOS\n"; 38 | } 39 | 40 | if ( $NI->{system}{sysDescr} =~ /Windows/ ) { 41 | print "Windows $NI->{system}{name} is Windows\n"; 42 | } 43 | 44 | for my $ifIndex (keys %{$IF}) { 45 | if ( $IF->{$ifIndex}{collect} eq "true") { 46 | print "$IF->{$ifIndex}{ifIndex}\t$IF->{$ifIndex}{ifDescr}\t$IF->{$ifIndex}{collect}\t$IF->{$ifIndex}{Description}\n"; 47 | } 48 | } 49 | } 50 | } 51 | 52 | -------------------------------------------------------------------------------- /admin/show_model_structure.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | # small helper for analysing/exporting model structures: 3 | # shows flattened structure and values. 4 | # works off expanded model_cache json files, 5 | # or off UNEXPANDED models/models-install files (i.e. common sections are 6 | # not filled in!) 7 | use strict; 8 | 9 | use FindBin; 10 | use lib "$FindBin::RealBin/../lib"; 11 | use Data::Dumper; 12 | use func; 13 | 14 | my $mf = $ARGV[0]; 15 | die "usage: $0 \n" 16 | if (!$mf or !-f $mf); 17 | 18 | my $deepdata = readFiletoHash(file => $mf, json => ($mf =~ /\.json$/i)); 19 | 20 | my %flatearth = flatten($deepdata); 21 | for my $k (sort keys %flatearth) 22 | { 23 | print "$k = $flatearth{$k}\n"; 24 | } 25 | exit 0; 26 | 27 | # translates EXISTING deep structure into key1/key2/key3 constructs, 28 | # also supports key1/N/key2/M but toplevel thing must be hash. 29 | # args: deep hash ref 30 | # returns: flat hash 31 | sub flatten 32 | { 33 | my ($deep, $prefix) = @_; 34 | my %flattened; 35 | 36 | if ($prefix) 37 | { 38 | $prefix .= "/"; 39 | } 40 | else 41 | { 42 | $prefix='/'; 43 | } 44 | 45 | if (ref($deep) eq "HASH") 46 | { 47 | for my $k (keys %$deep) 48 | { 49 | my $visk = $k; 50 | $visk =~ s!/!\\/!g; # escape any '/' that key might contain 51 | if (ref($deep->{$k})) 52 | { 53 | %flattened = (%flattened, flatten($deep->{$k}, "$prefix$visk")); 54 | } 55 | else 56 | { 57 | $flattened{"$prefix$visk"} = $deep->{$k}; 58 | } 59 | } 60 | } 61 | elsif (ref($deep) eq "ARRAY") 62 | { 63 | for my $idx (0..$#$deep) 64 | { 65 | if (ref($deep->[$idx])) 66 | { 67 | %flattened = (%flattened, flatten($deep->[$idx], "$prefix$idx")); 68 | } 69 | else 70 | { 71 | $flattened{"$prefix$idx"} = $deep->[$idx]; 72 | } 73 | } 74 | } 75 | else 76 | { 77 | die "invalid inputs to flatten: ".Dumper($deep)."\n"; 78 | } 79 | return %flattened; 80 | } 81 | -------------------------------------------------------------------------------- /admin/unixtime.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | # 3 | ## $Id: unixtime.pl,v 1.5 2012/08/16 07:26:00 keiths Exp $ 4 | # 5 | # Copyright (C) Opmantek Limited (www.opmantek.com) 6 | # 7 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 8 | # 9 | # This file is part of Network Management Information System ("NMIS"). 10 | # 11 | # NMIS is free software: you can redistribute it and/or modify 12 | # it under the terms of the GNU General Public License as published by 13 | # the Free Software Foundation, either version 3 of the License, or 14 | # (at your option) any later version. 15 | # 16 | # NMIS is distributed in the hope that it will be useful, 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | # GNU General Public License for more details. 20 | # 21 | # You should have received a copy of the GNU General Public License 22 | # along with NMIS (most likely in a file named LICENSE). 23 | # If not, see 24 | # 25 | # For further information on NMIS or for a license other than GPL please see 26 | # www.opmantek.com or email contact@opmantek.com 27 | # 28 | # User group details: 29 | # http://support.opmantek.com/users/ 30 | # 31 | # ***************************************************************************** 32 | 33 | # Auto configure to the /lib 34 | use FindBin; 35 | use lib "$FindBin::Bin/../lib"; 36 | 37 | # 38 | use strict; 39 | use func; 40 | use Time::ParseDate; 41 | 42 | if ( $ARGV[0] eq "" or $ARGV[1] ne "") { 43 | print < || 46 | eg: $0 1332890864 47 | eg: $0 "30 May 2012 3:45" 48 | 49 | EO_TEXT 50 | exit 1; 51 | } 52 | 53 | if ( $ARGV[0] =~ /now/i ) { 54 | my $time = time; 55 | my $date = returnDateStamp(); 56 | print "Time now: $date, $time\n"; 57 | } 58 | elsif ( $ARGV[0] =~ /^\d+$/ ) { 59 | print "$ARGV[0]: ". returnDateStamp($ARGV[0]) . "\n"; 60 | } 61 | else { 62 | print "$ARGV[0]: ". parsedate($ARGV[0]) . "\n"; 63 | } 64 | -------------------------------------------------------------------------------- /bin/wmic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/bin/wmic -------------------------------------------------------------------------------- /htdocs/events/critical.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/htdocs/events/critical.wav -------------------------------------------------------------------------------- /htdocs/events/fatal.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/htdocs/events/fatal.wav -------------------------------------------------------------------------------- /htdocs/events/major.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/htdocs/events/major.wav -------------------------------------------------------------------------------- /htdocs/events/minor.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/htdocs/events/minor.wav -------------------------------------------------------------------------------- /htdocs/events/normal.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/htdocs/events/normal.wav -------------------------------------------------------------------------------- /htdocs/events/warning.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/htdocs/events/warning.wav -------------------------------------------------------------------------------- /htdocs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/htdocs/favicon.ico -------------------------------------------------------------------------------- /htdocs/images/nmis_favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/htdocs/images/nmis_favicon.png -------------------------------------------------------------------------------- /htdocs/images/top_bar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/htdocs/images/top_bar.jpg -------------------------------------------------------------------------------- /htdocs/index.html: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | NMIS by Opmantek 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 |
NMIS8 Dashboard   
NMIS8 Documentation   
46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /install/Contacts.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | 'contact1' => { 3 | 'Contact' => 'Contact1', 4 | 'Phone' => '', 5 | 'DutyTime' => '06:20:MonTueWedThuFri', 6 | 'Level' => '(Fatal|Critical|Major|Minor|Warning|Normal)', 7 | 'TimeZone' => '0', 8 | 'Pager' => '', 9 | 'Mobile' => '5555551234', 10 | 'Location' => 'default', 11 | 'Email' => 'nobody@localhost' 12 | } 13 | ); 14 | -------------------------------------------------------------------------------- /install/License.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | 'created' => '31-Nov-2011 00:00:00', 3 | 'node_count' => '10000', 4 | 'country' => 'Australia', 5 | 'email' => 'contact@opmantek.com', 6 | 'name' => 'Opmantek Contact Centre', 7 | 'updated' => '31-Nov-2011 00:00:00', 8 | 'company' => 'Opmantek' 9 | ); 10 | -------------------------------------------------------------------------------- /install/Links.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | '192.168.30.0' => { 3 | 'link' => 'LAN', 4 | 'depend' => 'N/A', 5 | 'interface1' => 'LAN', 6 | 'node2' => 'c800-isdn-test', 7 | 'ifSpeed' => 10000000, 8 | 'node1' => 'linksys', 9 | 'net' => 'wan', 10 | 'interface2' => 'Ethernet0', 11 | 'ifIndex2' => 4, 12 | 'subnet' => '192.168.30.0', 13 | 'role' => 'core', 14 | 'ifIndex1' => 2, 15 | 'mask' => '255.255.255.0', 16 | 'ifType' => 'ethernetCsmacd' 17 | } 18 | ); 19 | -------------------------------------------------------------------------------- /install/Nodes.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | 'localhost' => { 3 | 'cbqos' => 'none', 4 | 'threshold' => 'true', 5 | 'roleType' => 'distribution', 6 | 'webserver' => 'true', 7 | 'community' => 'nmisGig8', 8 | 'group' => 'NMIS8', 9 | 'collect' => 'true', 10 | 'calls' => 'false', 11 | 'timezone' => '0', 12 | 'depend' => 'N/A', 13 | 'services' => undef, 14 | 'name' => 'localhost', 15 | 'active' => 'true', 16 | 'port' => '161', 17 | 'max_msg_size' => 1472, 18 | 'max_repetitions' => 0, 19 | 'host' => '127.0.0.1', 20 | 'netType' => 'lan', 21 | 'ping' => 'true' 22 | } 23 | ); 24 | -------------------------------------------------------------------------------- /install/Polling-Policy.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | 'half_hourly' => { 3 | 'description' => 'a polling policy for infrequent polling', 4 | 'name' => 'half_hourly', 5 | 'ping' => '5m', 6 | 'snmp' => '30m', 7 | 'wmi' => '30m' 8 | }, 9 | 'very_infrequently' => { 10 | 'description' => 'poll very infrequently', 11 | 'name' => 'very_infrequently', 12 | 'ping' => '30m', 13 | 'snmp' => '1h', 14 | 'wmi' => '1h' 15 | } 16 | ); 17 | -------------------------------------------------------------------------------- /install/Portal.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | '1' => { 3 | 'Order' => '1', 4 | 'Name' => 'NMIS8', 5 | 'Link' => '/cgi-nmis8/nmiscgi.pl' 6 | }, 7 | '2' => { 8 | 'Order' => '2', 9 | 'Name' => 'IPSLA', 10 | 'Link' => '/cgi-nmis8/ipsla.pl' 11 | }, 12 | '3' => { 13 | 'Order' => '2', 14 | 'Name' => 'NMIS Commmunity', 15 | 'Link' => 'http://community.opmantek.com' 16 | }, 17 | '4' => { 18 | 'Order' => '3', 19 | 'Name' => 'Google', 20 | 'Link' => 'http://google.com' 21 | }, 22 | '5' => { 23 | 'Order' => '4', 24 | 'Name' => 'Your Link Here', 25 | 'Link' => 'http://wolframalpha.com' 26 | } 27 | ); 28 | -------------------------------------------------------------------------------- /install/PrivMap.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | 'administrator' => { 3 | 'level' => '0', 4 | 'privilege' => 'administrator' 5 | }, 6 | 'manager' => { 7 | 'level' => '1', 8 | 'privilege' => 'manager' 9 | }, 10 | 'engineer' => { 11 | 'level' => '2', 12 | 'privilege' => 'engineer' 13 | }, 14 | 'operator' => { 15 | 'level' => '3', 16 | 'privilege' => 'operator' 17 | }, 18 | 'guest' => { 19 | 'level' => '4', 20 | 'privilege' => 'guest' 21 | }, 22 | 'anonymous' => { 23 | 'level' => '5', 24 | 'privilege' => 'anonymous' 25 | }, 26 | ); 27 | -------------------------------------------------------------------------------- /install/Table-Enterprise.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System ("NMIS"). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | Enterprise => [ 32 | { OID => { header => 'OID',display => 'key,header,text', value => [""] }}, 33 | { Enterprise => { header => 'Enterprise (Vendor)',display => 'header,text', value => [ "" ] }} 34 | ] 35 | ); 36 | -------------------------------------------------------------------------------- /install/Table-Logs.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System ("NMIS"). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | Logs => [ 32 | { logOrder => { header => 'Order',display => 'key,header,text', value => [""] }}, 33 | { logName => { header => 'Name',display => 'header,text', value => [""] }}, 34 | { logDescr => { header => 'Description',display => 'header,text', value => [""] }}, 35 | { logFileName => { header => 'File',display => 'header,text', value => [""] }} 36 | ] 37 | ); 38 | 39 | -------------------------------------------------------------------------------- /install/Table-Polling-Policy.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | "Polling-Policy" => [ 3 | { 'name' => { mandatory => 'true', 4 | header => 'Policy Name', 5 | display => 'key,header,text', 6 | value => [ "" ] }}, 7 | { 'ping' => { mandatory => 'true', 8 | header => 'ICMP/Ping Frequency', 9 | display => 'header,popup', 10 | value => [ "1m", "2m", "5m", "15m", "30m", "1h", "6h", "1d" ] }}, 11 | 12 | { 'snmp' => { mandatory => 'true', 13 | header => 'SNMP Polling Frequency', 14 | display => 'header,popup', 15 | value => [ "5m", "1m", "2m", "15m", "30m", "1h", "6h", "1d" ] }}, 16 | 17 | { 'wmi' => { mandatory => 'true', 18 | header => 'WMI Polling Frequency', 19 | display => 'header,popup', 20 | value => [ "5m", "1m", "2m", "15m", "30m", "1h", "6h", "1d" ] }}, 21 | 22 | { 'description' => { header => "Description", 23 | display => "header,textbox", 24 | value => [ '' ] }}, 25 | 26 | ]); 27 | -------------------------------------------------------------------------------- /install/Table-Portal.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System ("NMIS"). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | Portal => [ 32 | { Order => { header => 'Order',display => 'key,header,text', value => ["default"] }}, 33 | { Name => { header => 'Name',display => 'header,text', value => [""] }}, 34 | { Link => { header => 'Link',display => 'header,text', value => [""] }} 35 | 36 | ] 37 | ); 38 | 39 | -------------------------------------------------------------------------------- /install/Table-PrivMap.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System ("NMIS"). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | PrivMap => [ 32 | { privilege => { header => 'Privilege',display => 'key,header,text', value => ["default"] }}, 33 | { level => { header => 'Level',display => 'header,text', value => [ "" ] }} 34 | ] 35 | ); 36 | 37 | -------------------------------------------------------------------------------- /install/Table-Services.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | Services => [ 3 | { 'Name' => { mandatory => 'true', header => 'Name',display => 'key,header,text', value => [ '' ] }}, 4 | { 'Service_Name' => { mandatory => 'false', header => 'Service Name',display => 'header,text', value => [ '' ] }}, 5 | { 'Service_Parameters' => { mandatory => 'false', header => 'Service Parameters',display => 'header,text', value => [ '' ] }}, 6 | { 'Service_Type' => { mandatory => 'true', header => 'Service Type',display => 'header,popup', value => [ 'service', "port", "dns", 'script', 'wmi', 'program', 'nagios-plugin' ] }}, 7 | { 'Port' => { header => 'Port',display => 'header,text', value => [ '' ] }}, 8 | { 'Poll_Interval' => { mandatory => 'true', header => 'Poll Interval',display => 'header,popup', value => [ "5m", "1m", "2m", "15m", "30m", "1h", "6h", "1d" ] }}, 9 | { 'Program' => { header => "Program Path", display => "header,text", value => [''] }}, 10 | { 'Args' => { header => "Program Args", display => "header,text", value => [''] }}, 11 | { 'Max_Runtime' => { header => "Max Program Runtime", display => "header,text", value => ['10'] }}, 12 | { 'Collect_Output' => { header => "Collect Program Output", display => "header,popup", value => [ 'false','true' ] }}, 13 | { 'Description' => { header => "Description", display => "header,textbox", value => [ '' ] }}, 14 | ] 15 | ); 16 | 17 | -------------------------------------------------------------------------------- /install/Table-Tables.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System ("NMIS"). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | Tables => [ 32 | { Table => { header => 'Table Name', display => 'key,header,text', value => [""] }}, 33 | { DisplayName => { header => 'Display Name', display => 'header,text', value => [""] }}, 34 | { CaseSensitiveKey => { header => 'Case Sensitive Key', display => 'header,popup', value => ["true","false"] }}, 35 | { Description => { header => 'Description', display => 'header,textbox', value => [""] }} 36 | ] 37 | ); 38 | 39 | -------------------------------------------------------------------------------- /install/Table-cmdbModels.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System ("NMIS"). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | cmdbModels => [ 32 | { cmdbModel => { header => 'CMDB Model',display => 'key,header,text', value => [""] }}, 33 | { modelDescription => { header => 'Model Description',display => 'header,text', value => [""] }}, 34 | ] 35 | ); 36 | -------------------------------------------------------------------------------- /install/Table-ifTypes.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System ("NMIS"). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | ifTypes => [ 32 | { index => { header => 'Index',display => 'key,header,text', value => [""] }}, 33 | { ifType => { header => 'ifType',display => 'header,text', value => [ "" ] }} 34 | ] 35 | ); 36 | 37 | -------------------------------------------------------------------------------- /install/Users.nmis: -------------------------------------------------------------------------------- 1 | 2 | %hash = ( 3 | 'anonymous' => { 4 | 'user' => 'anonymous', 5 | 'groups' => 'none', 6 | 'privilege' => 'guest' 7 | }, 8 | 'manager' => { 9 | 'user' => 'manager', 10 | 'groups' => 'all', 11 | 'privilege' => 'manager' 12 | }, 13 | 'operator' => { 14 | 'user' => 'operator', 15 | 'groups' => 'all', 16 | 'privilege' => 'operator' 17 | }, 18 | 'nmis' => { 19 | 'user' => 'nmis', 20 | 'groups' => 'all', 21 | 'privilege' => 'administrator' 22 | }, 23 | 'nmisadm' => { 24 | 'user' => 'nmisadm', 25 | 'groups' => 'all', 26 | 'privilege' => 'administrator' 27 | }, 28 | 'admin' => { 29 | 'user' => 'admin', 30 | 'groups' => 'all', 31 | 'privilege' => 'administrator' 32 | }, 33 | 'nmismst' => { 34 | 'user' => 'nmismst', 35 | 'groups' => 'all', 36 | 'privilege' => 'operator' 37 | }, 38 | 'dc_ops' => { 39 | 'user' => 'dc_ops', 40 | 'groups' => 'network,DataCenter,Sales', 41 | 'privilege' => 'operator' 42 | }, 43 | 'wan_ops' => { 44 | 'user' => 'wan_ops', 45 | 'groups' => 'network,Campus,Branches,HeadOffice', 46 | 'privilege' => 'operator' 47 | }, 48 | 'guest' => { 49 | 'user' => 'guest', 50 | 'groups' => 'none', 51 | 'privilege' => 'guest' 52 | }, 53 | 'ke`xthsa-tse@testing.com' => { 54 | 'user' => 'Ke`Xthsa-Tse@testing.com', 55 | 'groups' => 'NMIS8', 56 | 'privilege' => 'guest' 57 | }, 58 | 'ke\'xthsa-tse@testing.com' => { 59 | 'user' => 'Ke\'Xthsa-Tse@testing.com', 60 | 'groups' => 'NMIS8', 61 | 'privilege' => 'guest' 62 | }, 63 | 'omkapi' => { 64 | 'user' => 'omkapi', 65 | 'groups' => 'all', 66 | 'privilege' => 'operator' 67 | }, 68 | ); 69 | -------------------------------------------------------------------------------- /install/logrotate.380.conf: -------------------------------------------------------------------------------- 1 | # logrotate configuration file 2 | # 3 | # PLEASE NOTE: this logrotation file is for logrotate version 3.8.0 and 4 | # newer! 3.7.x doesn't have the su option (or enforce it...) 5 | 6 | # cisco logs and nmis slave event logs are syslog-controlled, 7 | # thus the syslog daemon needs to be informed of the rotation 8 | "/usr/local/nmis8/logs/ciscopix.log" "/usr/local/nmis8/logs/cisco.log" 9 | "/usr/local/nmis8/logs/slave_event.log" { 10 | missingok 11 | notifempty 12 | sharedscripts 13 | rotate 20 14 | weekly 15 | 16 | compress 17 | delaycompress 18 | create 0660 nmis nmis 19 | su nmis nmis 20 | 21 | postrotate 22 | service rsyslog restart >/dev/null 23 | endscript 24 | } 25 | 26 | # nmis log files are (re)opened on demand 27 | "/usr/local/nmis8/logs/event.log" "/usr/local/nmis8/logs/trap.log" 28 | "/usr/local/nmis8/logs/nmis.log" "/usr/local/nmis8/logs/ipsla.log" 29 | "/usr/local/nmis8/logs/auth.log" "/usr/local/nmis8/logs/fpingd.log" { 30 | missingok 31 | notifempty 32 | 33 | rotate 20 34 | weekly 35 | 36 | compress 37 | delaycompress 38 | create 0660 nmis nmis 39 | su nmis nmis 40 | 41 | } 42 | -------------------------------------------------------------------------------- /install/logrotate.conf: -------------------------------------------------------------------------------- 1 | # logrotate configuration file 2 | # 3 | # PLEASE NOTE: this logrotation file is for logrotate version before 3.8.0, 4 | # (3.8.1 includes new configuration setting and stricter user and group rules) 5 | 6 | # cisco logs and nmis slave event logs are syslog-controlled, 7 | # thus the syslog daemon needs to be informed of the rotation 8 | "/usr/local/nmis8/logs/ciscopix.log" "/usr/local/nmis8/logs/cisco.log" 9 | "/usr/local/nmis8/logs/slave_event.log" { 10 | missingok 11 | notifempty 12 | sharedscripts 13 | rotate 20 14 | weekly 15 | 16 | compress 17 | delaycompress 18 | create 0660 nmis nmis 19 | su nmis nmis 20 | 21 | postrotate 22 | service rsyslog restart >/dev/null 23 | endscript 24 | } 25 | 26 | # nmis log files are (re)opened on demand 27 | "/usr/local/nmis8/logs/event.log" "/usr/local/nmis8/logs/trap.log" 28 | "/usr/local/nmis8/logs/nmis.log" "/usr/local/nmis8/logs/ipsla.log" 29 | "/usr/local/nmis8/logs/auth.log" "/usr/local/nmis8/logs/fpingd.log" { 30 | missingok 31 | notifempty 32 | 33 | rotate 20 34 | weekly 35 | 36 | compress 37 | delaycompress 38 | create 0660 nmis nmis 39 | su nmis nmis 40 | } 41 | -------------------------------------------------------------------------------- /install/nocBlackList.txt: -------------------------------------------------------------------------------- 1 | Proactive Interface Input Utilisation 2 | Proactive Interface Output Utilisation 3 | -------------------------------------------------------------------------------- /install/nocSyslog.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | 'syslog' => { 3 | 'syslog_facility' => 'local3', 4 | 'syslog_server' => 'localhost:udp:514', 5 | 'extra_logging' => 1, 6 | } 7 | ); 8 | -------------------------------------------------------------------------------- /install/outage.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/install/outage.dat -------------------------------------------------------------------------------- /install/plugins/CiscoMerakiCloud.json: -------------------------------------------------------------------------------- 1 | { 2 | "apiKey":"XXXXXXXXX", 3 | "apiBase":"https://api.meraki.com/api/v0", 4 | "databaseDir":"/usr/local/nmis8/var/meraki", 5 | "historySeconds":300 6 | } -------------------------------------------------------------------------------- /install/plugins/CiscoViptelaCloud.json: -------------------------------------------------------------------------------- 1 | { 2 | "apiBase":"https://sandboxsdwan.cisco.com:8443", 3 | "username":"devnetuser", 4 | "password":"Cisco123!", 5 | "databaseDir":"/usr/local/nmis8/var/viptela", 6 | "historySeconds":300 7 | } 8 | -------------------------------------------------------------------------------- /install/scripts/http: -------------------------------------------------------------------------------- 1 | send: HEAD / HTTP/1.0\r\n\r\n 2 | expect: 200 OK 3 | -------------------------------------------------------------------------------- /install/scripts/http-moved: -------------------------------------------------------------------------------- 1 | send: HEAD / HTTP/1.0\r\n\r\n 2 | expect: 301 Moved Permanently 3 | -------------------------------------------------------------------------------- /install/scripts/http-redir: -------------------------------------------------------------------------------- 1 | send: HEAD / HTTP/1.0\r\n\r\n 2 | expect: 302 Redirect 3 | -------------------------------------------------------------------------------- /install/scripts/pop3: -------------------------------------------------------------------------------- 1 | send: QUIT 2 | expect: OK 3 | -------------------------------------------------------------------------------- /install/scripts/upstest: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | 3 | # this is a small helper script for monitoring the UPS status of a UPS 4 | # controlled by Network UPS Tools (http://www.networkupstools.org/) 5 | # with NMIS 6 | # 7 | # it exits with 100 if the ups online, with the charge % otherwise 8 | # 9 | # this means the service is down only when the ups is dead, 10 | # NOT while its discharging - in that case it's degraded. 11 | # 12 | # it reports the textual UPS status to NMIS, and battery charge and 13 | # load % as charge=NNN, load=NNN 14 | # 15 | our $VERSION = "1.0.1"; 16 | use strict; 17 | 18 | # args: name of the ups 19 | my $upsname = $ARGV[0]; 20 | die "usage: $0 \n" if (!@ARGV); 21 | 22 | my ($charge,$load,$status); 23 | 24 | my @knownones = `upsc -L 2>/dev/null`; 25 | if (!grep (/^$upsname:/, @knownones)) 26 | { 27 | print "No UPS with name $upsname on this server!\n"; 28 | exit 0; 29 | } 30 | 31 | for my $line (`upsc $upsname 2>/dev/null`) 32 | { 33 | chomp $line; 34 | my ($varname,$value) = split(/\s*:\s*/, $line); 35 | if ($varname eq "ups.status") 36 | { 37 | $status = $value; 38 | } 39 | elsif ($varname eq "battery.charge") 40 | { 41 | $charge = $value; 42 | } 43 | elsif ($varname eq "ups.load") 44 | { 45 | $load = $value; 46 | } 47 | } 48 | print "UPS $upsname ". ($status =~ /^OL/? "On Line" 49 | : $status =~ /^.B/? "On Battery! $status" : "Unknown Status $status!")."\n"; 50 | print "charge=$charge\n" if (defined $charge); 51 | print "load=$load\n" if (defined $load); 52 | exit ($status =~ /^OL/? 100 : defined $charge? $charge : 0); 53 | -------------------------------------------------------------------------------- /install/snmptrapd.conf: -------------------------------------------------------------------------------- 1 | disableAuthorization yes 2 | traphandle default /usr/local/nmis8/bin/traplog.pl 3 | -------------------------------------------------------------------------------- /install/snmptrapd.options: -------------------------------------------------------------------------------- 1 | # this is without dns resolution, with mib resolution from NMIS' sources, 2 | # and with logging to syslog (facility daemon) but only severities 0 to 5 3 | OPTIONS="-n -LS0-5d /var/run/snmptrapd.pid -m ALL -M /usr/local/nmis8/mibs/traps" 4 | 5 | # similar, but default log levels 6 | #OPTIONS="-Lsd -p /var/run/snmptrapd.pid -m ALL -M /usr/local/nmis8/mibs/traps" 7 | # similar but logging to stderror and a specific log file 8 | #OPTIONS="-Le -Lf /var/log/snmptrapd.log -p /var/run/snmptrapd.pid -m ALL -M /usr/local/nmis8/mibs/traps" 9 | -------------------------------------------------------------------------------- /install/users.dat: -------------------------------------------------------------------------------- 1 | nmis:SG65RBEiLjd5U 2 | -------------------------------------------------------------------------------- /lib/NMIS/Global.pm: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Global.pm,v 8.3 2012/09/21 04:56:33 keiths Exp $ 3 | # 4 | # Copyright (C) Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | package NMIS::Global; 33 | 34 | use strict; 35 | use lib "../../lib"; 36 | use Exporter; 37 | 38 | use vars qw($C @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION); 39 | 40 | @ISA = qw/ Exporter /; 41 | 42 | @EXPORT = qw/ $C /; 43 | 44 | use NMIS::Config (); 45 | $C = NMIS::Config->new( ); 46 | 47 | # our $READONLY; 48 | # *READONLY = \42; 49 | 50 | 1; 51 | 52 | 53 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-icons_777620_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-icons_777620_256x240.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-icons_777777_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-icons_777777_256x240.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-icons_cc0000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-icons_cc0000_256x240.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /menu/css/smoothness/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/css/smoothness/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /menu/img/NMIS_Logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/NMIS_Logo.gif -------------------------------------------------------------------------------- /menu/img/arrow_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_down.gif -------------------------------------------------------------------------------- /menu/img/arrow_down_black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_down_black.gif -------------------------------------------------------------------------------- /menu/img/arrow_down_green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_down_green.gif -------------------------------------------------------------------------------- /menu/img/arrow_down_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_down_red.png -------------------------------------------------------------------------------- /menu/img/arrow_right_black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_right_black.gif -------------------------------------------------------------------------------- /menu/img/arrow_right_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_right_red.png -------------------------------------------------------------------------------- /menu/img/arrow_right_white.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_right_white.gif -------------------------------------------------------------------------------- /menu/img/arrow_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_up.gif -------------------------------------------------------------------------------- /menu/img/arrow_up_black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_up_black.gif -------------------------------------------------------------------------------- /menu/img/arrow_up_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_up_green.png -------------------------------------------------------------------------------- /menu/img/arrow_up_purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_up_purple.png -------------------------------------------------------------------------------- /menu/img/arrow_up_red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_up_red.gif -------------------------------------------------------------------------------- /menu/img/arrow_up_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/arrow_up_yellow.png -------------------------------------------------------------------------------- /menu/img/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/back.png -------------------------------------------------------------------------------- /menu/img/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/bar.png -------------------------------------------------------------------------------- /menu/img/bg_grad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/bg_grad.gif -------------------------------------------------------------------------------- /menu/img/bigdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/bigdown.gif -------------------------------------------------------------------------------- /menu/img/bigup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/bigup.gif -------------------------------------------------------------------------------- /menu/img/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/blank.gif -------------------------------------------------------------------------------- /menu/img/block_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/block_blue.png -------------------------------------------------------------------------------- /menu/img/block_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/block_grey.png -------------------------------------------------------------------------------- /menu/img/block_purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/block_purple.png -------------------------------------------------------------------------------- /menu/img/bluebg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/bluebg.gif -------------------------------------------------------------------------------- /menu/img/btn_right_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/btn_right_red.png -------------------------------------------------------------------------------- /menu/img/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/down.gif -------------------------------------------------------------------------------- /menu/img/grad_hi_good.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/grad_hi_good.png -------------------------------------------------------------------------------- /menu/img/grad_low_good.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/grad_low_good.png -------------------------------------------------------------------------------- /menu/img/help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/help.gif -------------------------------------------------------------------------------- /menu/img/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/home.png -------------------------------------------------------------------------------- /menu/img/info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/info.gif -------------------------------------------------------------------------------- /menu/img/lft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/lft.jpg -------------------------------------------------------------------------------- /menu/img/mtr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/mtr.jpg -------------------------------------------------------------------------------- /menu/img/nmis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/nmis.jpg -------------------------------------------------------------------------------- /menu/img/nmis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/nmis.png -------------------------------------------------------------------------------- /menu/img/nmis_favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/nmis_favicon.png -------------------------------------------------------------------------------- /menu/img/node0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/node0.gif -------------------------------------------------------------------------------- /menu/img/node100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/node100.gif -------------------------------------------------------------------------------- /menu/img/node20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/node20.gif -------------------------------------------------------------------------------- /menu/img/node40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/node40.gif -------------------------------------------------------------------------------- /menu/img/node60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/node60.gif -------------------------------------------------------------------------------- /menu/img/node80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/node80.gif -------------------------------------------------------------------------------- /menu/img/node90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/node90.gif -------------------------------------------------------------------------------- /menu/img/node95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/node95.gif -------------------------------------------------------------------------------- /menu/img/nodeU.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/nodeU.gif -------------------------------------------------------------------------------- /menu/img/opmantek-logo-tiny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/opmantek-logo-tiny.png -------------------------------------------------------------------------------- /menu/img/opmantek-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/opmantek-logo.jpg -------------------------------------------------------------------------------- /menu/img/opmantek-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/opmantek-logo.png -------------------------------------------------------------------------------- /menu/img/opmantek-small-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/opmantek-small-logo.jpg -------------------------------------------------------------------------------- /menu/img/ping.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/ping.jpg -------------------------------------------------------------------------------- /menu/img/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/question.png -------------------------------------------------------------------------------- /menu/img/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/refresh.png -------------------------------------------------------------------------------- /menu/img/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/reload.png -------------------------------------------------------------------------------- /menu/img/rrdtool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/rrdtool.gif -------------------------------------------------------------------------------- /menu/img/slave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/slave.png -------------------------------------------------------------------------------- /menu/img/sumdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/sumdown.gif -------------------------------------------------------------------------------- /menu/img/sumup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/sumup.gif -------------------------------------------------------------------------------- /menu/img/telnet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/telnet.jpg -------------------------------------------------------------------------------- /menu/img/trace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/trace.jpg -------------------------------------------------------------------------------- /menu/img/undo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/undo.gif -------------------------------------------------------------------------------- /menu/img/undo_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/undo_dis.gif -------------------------------------------------------------------------------- /menu/img/v8/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/header.jpg -------------------------------------------------------------------------------- /menu/img/v8/icons/action_back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/action_back.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/action_forward.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/action_forward.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/action_go.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/action_go.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/action_paste.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/action_paste.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/action_print.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/action_print.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/action_refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/action_refresh.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/action_refresh_blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/action_refresh_blue.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/action_save.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/action_save.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/action_stop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/action_stop.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/application_dreamweaver.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/application_dreamweaver.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/application_firefox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/application_firefox.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/application_flash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/application_flash.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/arrow_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/arrow_down.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/arrow_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/arrow_left.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/arrow_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/arrow_right.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/arrow_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/arrow_up.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/base.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/base.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/box.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/box.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/calendar.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/comment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/comment.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/comment_blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/comment_blue.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/comment_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/comment_delete.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/comment_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/comment_new.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/comment_yellow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/comment_yellow.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/copy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/copy.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/cut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/cut.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/date.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/date.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/date_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/date_delete.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/date_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/date_new.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/empty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/empty.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/file_acrobat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/file_acrobat.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/file_font.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/file_font.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/file_font_truetype.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/file_font_truetype.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/flag_blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/flag_blue.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/flag_green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/flag_green.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/flag_orange.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/flag_orange.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/flag_red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/flag_red.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/flag_white.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/flag_white.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/folder.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/folder_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/folder_delete.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/folder_images.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/folder_images.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/folder_lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/folder_lock.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/folder_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/folder_new.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/folder_page.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/folder_page.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/folderopen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/folderopen.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/folderopenover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/folderopenover.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/folderover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/folderover.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_accept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_accept.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_airmail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_airmail.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_alert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_alert.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_attachment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_attachment.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_clock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_clock.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_component.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_component.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_download.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_download.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_email.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_email.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_extension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_extension.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_favourites.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_favourites.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_get_world.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_get_world.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_history.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_history.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_home.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_info.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_key.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_key.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_link.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_mail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_mail.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_monitor_mac.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_monitor_mac.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_monitor_pc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_monitor_pc.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_network.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_network.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_package.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_package.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_package_get.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_package_get.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_package_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_package_open.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_padlock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_padlock.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_security.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_security.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_settings.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_settings.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_user.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_user.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_wand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_wand.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_world.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_world.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/icon_world_dynamic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/icon_world_dynamic.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/image.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/image_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/image_new.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/interface_browser.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/interface_browser.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/interface_dialog.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/interface_dialog.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/interface_installer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/interface_installer.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/join.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/join.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/joinbottom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/joinbottom.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/line.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/list_comments.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/list_comments.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/list_components.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/list_components.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/list_errors.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/list_errors.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/list_extensions.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/list_extensions.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/list_images.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/list_images.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/list_keys.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/list_keys.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/list_links.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/list_links.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/list_packages.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/list_packages.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/list_security.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/list_security.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/list_settings.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/list_settings.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/list_users.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/list_users.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/list_world.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/list_world.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/minus.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/minusbottom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/minusbottom.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/note.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/note_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/note_delete.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/note_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/note_new.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_alert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_alert.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_attachment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_attachment.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_bookmark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_bookmark.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_boy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_boy.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_code.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_code.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_colors.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_colors.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_component.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_component.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_cross.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_cross.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_delete.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_deny.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_deny.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_down.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_dynamic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_dynamic.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_edit.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_extension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_extension.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_favourites.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_favourites.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_find.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_find.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_flash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_flash.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_girl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_girl.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_html.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_html.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_java.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_java.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_key.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_key.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_left.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_link.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_lock.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_new.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_next.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_package.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_package.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_php.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_php.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_prev.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_refresh.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_right.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_script.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_script.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_security.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_security.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_settings.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_settings.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_sound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_sound.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_tag_blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_tag_blue.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_tag_red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_tag_red.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_text.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_text.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_text_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_text_delete.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_tick.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_tick.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_tree.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_tree.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_up.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_url.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_url.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_user.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_user.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_user_dark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_user_dark.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_user_light.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_user_light.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_video.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_video.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/page_wizard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/page_wizard.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/pageblank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/pageblank.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/pagesel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/pagesel.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/pixel.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/plus.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/plusbottom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/plusbottom.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/table.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/table_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/table_delete.gif -------------------------------------------------------------------------------- /menu/img/v8/icons/tables.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/icons/tables.gif -------------------------------------------------------------------------------- /menu/img/v8/page_next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/page_next.gif -------------------------------------------------------------------------------- /menu/img/v8/sys_alert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/sys_alert.gif -------------------------------------------------------------------------------- /menu/img/v8/sys_alertold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/sys_alertold.gif -------------------------------------------------------------------------------- /menu/img/v8/sys_critical.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/sys_critical.gif -------------------------------------------------------------------------------- /menu/img/v8/sys_debug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/sys_debug.gif -------------------------------------------------------------------------------- /menu/img/v8/sys_emergency.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/sys_emergency.gif -------------------------------------------------------------------------------- /menu/img/v8/sys_error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/sys_error.gif -------------------------------------------------------------------------------- /menu/img/v8/sys_informational.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/sys_informational.gif -------------------------------------------------------------------------------- /menu/img/v8/sys_notification.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/sys_notification.gif -------------------------------------------------------------------------------- /menu/img/v8/sys_warning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/sys_warning.gif -------------------------------------------------------------------------------- /menu/img/v8/topbar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/v8/topbar.jpg -------------------------------------------------------------------------------- /menu/img/vcss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/vcss.gif -------------------------------------------------------------------------------- /menu/img/worldmap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Opmantek/nmis8/71b9ec26e6bb4fd062cebb1c6d95adff653f47eb/menu/img/worldmap.gif -------------------------------------------------------------------------------- /menu/js/jquery.ba-dotimeout.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery doTimeout: Like setTimeout, but better! - v1.0 - 3/3/2010 3 | * http://benalman.com/projects/jquery-dotimeout-plugin/ 4 | * 5 | * Copyright (c) 2010 "Cowboy" Ben Alman 6 | * Dual licensed under the MIT and GPL licenses. 7 | * http://benalman.com/about/license/ 8 | */ 9 | (function($){var a={},c="doTimeout",d=Array.prototype.slice;$[c]=function(){return b.apply(window,[0].concat(d.call(arguments)))};$.fn[c]=function(){var f=d.call(arguments),e=b.apply(this,[c+f[0]].concat(f));return typeof f[0]==="number"||typeof f[1]==="number"?this:e};function b(l){var m=this,h,k={},g=l?$.fn:$,n=arguments,i=4,f=n[1],j=n[2],p=n[3];if(typeof f!=="string"){i--;f=l=0;j=n[1];p=n[2]}if(l){h=m.eq(0);h.data(l,k=h.data(l)||{})}else{if(f){k=a[f]||(a[f]={})}}k.id&&clearTimeout(k.id);delete k.id;function e(){if(l){h.removeData(l)}else{if(f){delete a[f]}}}function o(){k.id=setTimeout(function(){k.fn()},j)}if(p){k.fn=function(q){if(typeof p==="string"){p=g[p]}p.apply(m,d.call(n,i))===true&&!q?o():e()};o()}else{if(k.fn){j===undefined?e():k.fn(j===false);return true}else{e()}}}})(jQuery); -------------------------------------------------------------------------------- /mibs/a3com.oid: -------------------------------------------------------------------------------- 1 | "mrmMonRepAction" "1.3.6.1.4.1.43.10.17.2.1.1.1.27" 2 | "mrmMonRepAlignmentErrors" "1.3.6.1.4.1.43.10.17.2.1.1.1.11" 3 | "mrmMonRepAutoPartitions" "1.3.6.1.4.1.43.10.17.2.1.1.1.19" 4 | "mrmMonRepBandwidthUsed" "1.3.6.1.4.1.43.10.17.2.1.1.1.28" 5 | "mrmMonRepBound0" "1.3.6.1.4.1.43.10.17.2.1.1.1.21" 6 | "mrmMonRepBound1" "1.3.6.1.4.1.43.10.17.2.1.1.1.22" 7 | "mrmMonRepBound2" "1.3.6.1.4.1.43.10.17.2.1.1.1.23" 8 | "mrmMonRepBound3" "1.3.6.1.4.1.43.10.17.2.1.1.1.24" 9 | "mrmMonRepBound4" "1.3.6.1.4.1.43.10.17.2.1.1.1.25" 10 | "mrmMonRepBound5" "1.3.6.1.4.1.43.10.17.2.1.1.1.26" 11 | "mrmMonRepBroadcastFrames" "1.3.6.1.4.1.43.10.17.2.1.1.1.5" 12 | "mrmMonRepBroadcastOctets" "1.3.6.1.4.1.43.10.17.2.1.1.1.9" 13 | "mrmMonRepDataRateMismatches" "1.3.6.1.4.1.43.10.17.2.1.1.1.18" 14 | "mrmMonRepErrorsPer10000Packets" "1.3.6.1.4.1.43.10.17.2.1.1.1.29" 15 | "mrmMonRepFCSErrors" "1.3.6.1.4.1.43.10.17.2.1.1.1.10" 16 | "mrmMonRepFrameTooLongs" "1.3.6.1.4.1.43.10.17.2.1.1.1.12" 17 | "mrmMonRepLateEvents" "1.3.6.1.4.1.43.10.17.2.1.1.1.16" 18 | "mrmMonRepMulticastFrames" "1.3.6.1.4.1.43.10.17.2.1.1.1.4" 19 | "mrmMonRepMulticastOctets" "1.3.6.1.4.1.43.10.17.2.1.1.1.8" 20 | "mrmMonRepReadableFrames" "1.3.6.1.4.1.43.10.17.2.1.1.1.2" 21 | "mrmMonRepReadableOctets" "1.3.6.1.4.1.43.10.17.2.1.1.1.6" 22 | "mrmMonRepRunts" "1.3.6.1.4.1.43.10.17.2.1.1.1.14" 23 | "mrmMonRepServiceId" "1.3.6.1.4.1.43.10.17.2.1.1.1.1" 24 | "mrmMonRepShortEvents" "1.3.6.1.4.1.43.10.17.2.1.1.1.13" 25 | "mrmMonRepTotalErrors" "1.3.6.1.4.1.43.10.17.2.1.1.1.20" 26 | "mrmMonRepTxCollisions" "1.3.6.1.4.1.43.10.17.2.1.1.1.15" 27 | "mrmMonRepUnicastFrames" "1.3.6.1.4.1.43.10.17.2.1.1.1.3" 28 | "mrmMonRepUnicastOctets" "1.3.6.1.4.1.43.10.17.2.1.1.1.7" 29 | "mrmMonRepVeryLongEvents" "1.3.6.1.4.1.43.10.17.2.1.1.1.17" 30 | "mrmMonRepeaterErrorFrames" "1.3.6.1.4.1.43.10.17.2.5.2" 31 | "mrmMonRepeaterPackage" "1.3.6.1.4.1.43.10.17.2.1" 32 | "mrmMonRepeaterSmartPackage" "1.3.6.1.4.1.43.10.17.2.5" 33 | "mrmMonRepeaterTrafficLevel" "1.3.6.1.4.1.43.10.17.2.5.1" 34 | 35 | -------------------------------------------------------------------------------- /mibs/akcp.oid: -------------------------------------------------------------------------------- 1 | "hhmsSensorArrayTempIndex" "1.3.6.1.4.1.3854.1.2.2.1.16.1" 2 | "hhmsSensorArrayTempDescription" "1.3.6.1.4.1.3854.1.2.2.1.16.1.1" 3 | "hhmsSensorArrayTemp" "1.3.6.1.4.1.3854.1.2.2.1.16.1.14" 4 | "hhmsSensorArrayTempDegreeType" "1.3.6.1.4.1.3854.1.2.2.1.16.1.12" 5 | "hhmsSensorArrayTempDegree" "1.3.6.1.4.1.3854.1.2.2.1.16.1.3" 6 | "hhmsSensorArrayTempOnline" "1.3.6.1.4.1.3854.1.2.2.1.16.1.5" 7 | "hhmsSensorArrayHumidityIndex" "1.3.6.1.4.1.3854.1.2.2.1.17.1" 8 | "hhmsSensorArrayHumidityDescription" "1.3.6.1.4.1.3854.1.2.2.1.17.1.1" 9 | "hhmsSensorArrayHumidityPercent" "1.3.6.1.4.1.3854.1.2.2.1.17.1.3" 10 | "hhmsSensorArrayMAC" "1.3.6.1.4.1.3854.1.2.2.1.3" 11 | "hhmsSensorArrayProbe" "1.3.6.1.4.1.3854.1.2.2.1.86" 12 | "hhmsSensorArrayHumidityOnline" "1.3.6.1.4.1.3854.1.2.2.1.17.1.5" 13 | -------------------------------------------------------------------------------- /mibs/dell.oid: -------------------------------------------------------------------------------- 1 | "tempIndex" "1.3.6.1.4.1.674.10891.300.1" 2 | "tempIndexAtt2" "1.3.6.1.4.1.674.10891.300.1.2" 3 | "tempTypeAtt3" "1.3.6.1.4.1.674.10891.300.1.3" 4 | "tempStatusAtt4" "1.3.6.1.4.1.674.10891.300.1.4" 5 | "tempReadingAtt5" "1.3.6.1.4.1.674.10891.300.1.5" 6 | "tempMinWarnAtt6" "1.3.6.1.4.1.674.10891.300.1.6" 7 | "tempMaxWarnAtt7" "1.3.6.1.4.1.674.10891.300.1.7" 8 | "tempMinFailAtt8" "1.3.6.1.4.1.674.10891.300.1.8" 9 | "tempMaxFailAtt9" "1.3.6.1.4.1.674.10891.300.1.9" 10 | "tempLocationAtt10" "1.3.6.1.4.1.674.10891.300.1.10" 11 | -------------------------------------------------------------------------------- /mibs/riverbed.oid: -------------------------------------------------------------------------------- 1 | "laLoad.2" "1.3.6.1.4.1.2021.10.1.3.2" 2 | "optimizedConnections" "1.3.6.1.4.1.17163.1.1.5.2.1" 3 | "passthroughConnections" "1.3.6.1.4.1.17163.1.1.5.2.2" 4 | "halfOpenedConnections" "1.3.6.1.4.1.17163.1.1.5.2.3" 5 | "halfClosedConnections" "1.3.6.1.4.1.17163.1.1.5.2.4" 6 | "establishedConnections" "1.3.6.1.4.1.17163.1.1.5.2.5" 7 | "activeConnections" "1.3.6.1.4.1.17163.1.1.5.2.6" 8 | "totalConnections" "1.3.6.1.4.1.17163.1.1.5.2.7" 9 | "bwAggInLan" "1.3.6.1.4.1.17163.1.1.5.3.1.1" 10 | "bwAggInWan" "1.3.6.1.4.1.17163.1.1.5.3.1.2" 11 | "bwAggOutLan" "1.3.6.1.4.1.17163.1.1.5.3.1.3" 12 | "bwAggOutWan" "1.3.6.1.4.1.17163.1.1.5.3.1.4" 13 | "hitsTotal" "1.3.6.1.4.1.17163.1.1.5.4.1" 14 | "missTotal" "1.3.6.1.4.1.17163.1.1.5.4.2" 15 | "rbt_model" "1.3.6.1.4.1.17163.1.1.1.1" 16 | "rbt_serialNumber" "1.3.6.1.4.1.17163.1.1.1.2" 17 | "rbt_serviceUptime" "1.3.6.1.4.1.17163.1.1.2.4" 18 | "systemTemperature" "1.3.6.1.4.1.17163.1.1.2.9" 19 | -------------------------------------------------------------------------------- /mibs/traps/VMWARE-PRODUCTS-MIB.mib: -------------------------------------------------------------------------------- 1 | -- ********************************************************** 2 | -- Copyright 2007 VMware, Inc. All rights reserved. 3 | -- ********************************************************** 4 | 5 | VMWARE-PRODUCTS-MIB DEFINITIONS ::= BEGIN 6 | 7 | IMPORTS 8 | MODULE-IDENTITY 9 | FROM SNMPv2-SMI 10 | vmwOID, vmwProductSpecific 11 | FROM VMWARE-ROOT-MIB; 12 | 13 | vmwProducts MODULE-IDENTITY 14 | LAST-UPDATED "200707300000Z" 15 | ORGANIZATION "VMware, Inc" 16 | CONTACT-INFO 17 | "VMware, Inc 18 | 3401 Hillview Ave 19 | Palo Alto, CA 94304 20 | Tel: 1-877-486-9273 or 650-427-5000 21 | Fax: 650-427-5001 22 | Web: http://communities.vmware.com/community/developer/forums/managementapi 23 | " 24 | DESCRIPTION 25 | "This MIB module provides the OID identifiers 26 | which are returned from SNMPv2-MIB sysObjectId for 27 | agents in specific VMware products. 28 | " 29 | REVISION "200707300000Z" 30 | DESCRIPTION 31 | "The initial revision." 32 | ::= { vmwProductSpecific 11 } 33 | 34 | vmwESX OBJECT IDENTIFIER 35 | ::= { vmwProductSpecific 1 } 36 | 37 | vmwDVS OBJECT IDENTIFIER 38 | ::= { vmwProductSpecific 2 } 39 | 40 | vmwVC OBJECT IDENTIFIER 41 | ::= { vmwProductSpecific 3 } 42 | 43 | vmwServer OBJECT IDENTIFIER 44 | ::= { vmwProductSpecific 4 } 45 | 46 | oidESX OBJECT IDENTIFIER 47 | ::= { vmwOID 1 } 48 | 49 | END -- end of module VMWARE-PRODUCTS-MIB. 50 | -------------------------------------------------------------------------------- /mibs/ups.oid: -------------------------------------------------------------------------------- 1 | "mge_ups_family" "1.3.6.1.4.1.705.1.1.1.0" 2 | "mge_ups_model_name "1.3.6.1.4.1.705.1.1.2.0" 3 | "mge_ups_bat_remtim" "1.3.6.1.4.1.705.1.5.1.0" 4 | "mge_ups_bat_level" "1.3.6.1.4.1.705.1.5.2.0" 5 | "mge_ups_bat_volt" "1.3.6.1.4.1.705.1.5.5.0" 6 | "mge_ups_bat_cur" "1.3.6.1.4.1.705.1.5.6.0" 7 | "mge_ups_bat_temp" "1.3.6.1.4.1.705.1.5.7.0" 8 | "mge_ups_bat_hum" "1.3.6.1.4.1.705.1.8.2.0" 9 | "mge_ups_volt_in" "1.3.6.1.4.1.705.1.6.2.1.2" 10 | "mge_ups_volt_out" "1.3.6.1.4.1.705.1.7.2.1.2" 11 | "mge_ups_cur_in" "1.3.6.1.4.1.705.1.6.2.1.6" 12 | "mge_ups_cur_out" "1.3.6.1.4.1.705.1.7.2.1.5" 13 | "mge_ups_pwr_out" "1.3.6.1.4.1.705.1.7.2.1.4" 14 | 15 | "upsIdentManufacturer" "1.3.6.1.2.1.33.1.1.1.0" 16 | "upsIdentModel" "1.3.6.1.2.1.33.1.1.2.0" 17 | "upsIdentUPSSoftwareVersion" "1.3.6.1.2.1.33.1.1.3.0" 18 | "upsIdentAgentSoftwareVersion" "1.3.6.1.2.1.33.1.1.4.0" 19 | "upsIdentName" "1.3.6.1.2.1.33.1.1.5.0" 20 | "upsIdentAttachedDevices" "1.3.6.1.2.1.33.1.1.6.0" 21 | "upsBatteryStatus" "1.3.6.1.2.1.33.1.2.1.0" 22 | "upsSecondsOnBattery" "1.3.6.1.2.1.33.1.2.2.0" 23 | "upsEstimatedMinutesRemaining" "1.3.6.1.2.1.33.1.2.3.0" 24 | "upsEstimatedChargeRemaining" "1.3.6.1.2.1.33.1.2.4.0" 25 | "upsBatteryVoltage" "1.3.6.1.2.1.33.1.2.5.0" 26 | "upsBatteryCurrent" "1.3.6.1.2.1.33.1.2.6.0" 27 | "upsBatteryTemperature" "1.3.6.1.2.1.33.1.2.7.0" 28 | "upsInputLineBads" "1.3.6.1.2.1.33.1.3.1.0" 29 | "upsInputNumLines" "1.3.6.1.2.1.33.1.3.2.0" 30 | "upsInputFrequency" "1.3.6.1.2.1.33.1.3.3.1.2" 31 | "upsInputVoltage" "1.3.6.1.2.1.33.1.3.3.1.3" 32 | "upsInputCurrent" "1.3.6.1.2.1.33.1.3.3.1.4" 33 | "upsInputTruePower" "1.3.6.1.2.1.33.1.3.3.1.5" 34 | "upsOutputSource" "1.3.6.1.2.1.33.1.4.1.0" 35 | "upsOutputFrequency" "1.3.6.1.2.1.33.1.4.2.0" 36 | "upsOutputNumLines" "1.3.6.1.2.1.33.1.4.3.0" 37 | "upsOutputVoltage" "1.3.6.1.2.1.33.1.4.4.1.2" 38 | "upsOutputCurrent" "1.3.6.1.2.1.33.1.4.4.1.3" 39 | "upsOutputPower" "1.3.6.1.2.1.33.1.4.4.1.4" 40 | "upsOutputPercentLoad" "1.3.6.1.2.1.33.1.4.4.1.5" 41 | -------------------------------------------------------------------------------- /models-install/Common-calls.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Common-calls.nmis,v 8.2 2011/08/28 15:11:41 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'calls' => { 34 | 'rrd' => { 35 | 'calls' => { 36 | 'snmp' => { 37 | 'cpmDS0CallType' => { 38 | 'oid' => 'cpmDS0CallType' 39 | }, 40 | 'cpmL2Encapsulation' => { 41 | 'oid' => 'cpmL2Encapsulation' 42 | }, 43 | 'cpmCallCount' => { 44 | 'oid' => 'cpmCallCount' 45 | } 46 | }, 47 | 'graphtype' => 'calls' 48 | } 49 | } 50 | } 51 | ); 52 | -------------------------------------------------------------------------------- /models-install/Graph-APCBattTemp.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-upsbattemp.nmis,v 8.2 2011/08/28 15:11:53 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node Battery Temperature' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'deg Celsius' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:upsbattemp=$database:BatTemp:AVERAGE', 43 | 'LINE1:upsbattemp#dc143c: Battery Temperature', 44 | 'GPRINT:upsbattemp:AVERAGE:%2.1lf degC\\n', 45 | ], 46 | } 47 | ); 48 | 49 | -------------------------------------------------------------------------------- /models-install/Graph-APCCurrent.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2014 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node Current' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'Current (A)' 37 | }, 38 | 'option' => { 39 | 'standard' => [ 40 | 'DEF:loadc=$database:OutputCurrent:AVERAGE', 41 | 'LINE:loadc#00CED1: Load Current', 42 | 'GPRINT:loadc:AVERAGE:%5.2lf A\\n', 43 | ], 44 | 'small' => [ 45 | 'DEF:loadc=$database:OutputCurrent:AVERAGE', 46 | 'LINE:loadc#00CED1: Load Current', 47 | 'GPRINT:loadc:AVERAGE:%5.2lf A\\n', 48 | ] 49 | } 50 | ); 51 | 52 | -------------------------------------------------------------------------------- /models-install/Graph-APCLoad.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2014 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node Load' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'Load %' 37 | }, 38 | 'option' => { 39 | 'standard' => [ 40 | '--upper-limit','100', 41 | '--lower-limit','0', 42 | '--rigid', 43 | 'DEF:load=$database:OutputLoad:AVERAGE', 44 | 'LINE:load#FF8C00: Output Load', 45 | 'GPRINT:load:AVERAGE:%2.1lf %%\\n', 46 | ], 47 | } 48 | ); 49 | 50 | -------------------------------------------------------------------------------- /models-install/Graph-APCPDULoad.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2014 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node - Phase 1 Load' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'Load (Amps)' 37 | }, 38 | 'option' => { 39 | 'standard' => [ 40 | '--upper-limit','30', 41 | '--lower-limit','0', 42 | '--rigid', 43 | 'DEF:load=$database:pduPhase1Load:AVERAGE', 44 | 'LINE:load#FF8C00: Average Output Load', 45 | 'GPRINT:load:AVERAGE:%2.1lf Amps\\n', 46 | ], 47 | } 48 | ); 49 | 50 | -------------------------------------------------------------------------------- /models-install/Graph-APCPDUTemperature.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2014 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node - Temperature Sensor' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'Temperature °F' 37 | }, 38 | 'option' => { 39 | 'standard' => [ 40 | 'DEF:load=$database:pduTemperature:AVERAGE', 41 | 'LINE:load#FF8C00: Current Temperature', 42 | 'GPRINT:load:LAST:%2.1lf °F\\n', 43 | ], 44 | } 45 | ); 46 | 47 | -------------------------------------------------------------------------------- /models-install/Graph-APCPDUVoltage.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2014 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node Input Voltage' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'V' 37 | }, 38 | 'option' => { 39 | 'standard' => [ 40 | '--lower-limit','0', 41 | 'DEF:ac1=$database:pduVoltage:AVERAGE', 42 | 'LINE:ac1#4B0082: Current Line Input Voltage', 43 | 'GPRINT:ac1:LAST:%5.2lf V\\n', 44 | ], 45 | } 46 | ); 47 | 48 | -------------------------------------------------------------------------------- /models-install/Graph-APCVoltage.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2014 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node Input Voltage' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'V' 37 | }, 38 | 'option' => { 39 | 'standard' => [ 40 | 'DEF:ac1=$database:InputVoltage:AVERAGE', 41 | 'LINE:ac1#4B0082: Line Input', 42 | 'GPRINT:ac1:AVERAGE:%5.2lf V\\n', 43 | ], 44 | } 45 | ); 46 | 47 | -------------------------------------------------------------------------------- /models-install/Graph-EltekBattTemp.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2014 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node Battery Temperature' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'Degrees' 37 | }, 38 | 'option' => { 39 | 'standard' => [ 40 | 'DEF:b1=$database:batteryTemp0:AVERAGE', 41 | 'DEF:b2=$database:batteryTemp1:AVERAGE', 42 | 'LINE:b1#FF8c00: Sensor 1', 43 | 'GPRINT:b1:AVERAGE:%2.1lf degrees', 44 | 'LINE:b2#DC143C: Sensor 2', 45 | 'GPRINT:b2:AVERAGE:%2.1lf degrees', 46 | ], 47 | } 48 | ); 49 | 50 | -------------------------------------------------------------------------------- /models-install/Graph-EltekTempAlarms.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2014 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node Temperature Alarms' 34 | }, 35 | 'vlabel' => { 36 | standard => "0 Normal", 37 | }, 38 | 'option' => { 39 | 'standard' => [ 40 | '--upper-limit','2', 41 | '--lower-limit','0', 42 | '--rigid', 43 | 'DEF:minor=$database:MinorBattTemp:AVERAGE', 44 | 'DEF:major=$database:MajorBattTemp:AVERAGE', 45 | 'CDEF:xmajor=major,2,*', 46 | 'AREA:minor#FFA500: Minor Batt Over Temperature', 47 | 'AREA:xmajor#ff0000: Major Batt Over Temperature', 48 | 'COMMENT:\\n', 49 | 'COMMENT:0 normal, all others Alarm Active\\n', 50 | ], 51 | } 52 | ); 53 | 54 | -------------------------------------------------------------------------------- /models-install/Graph-F5-CPU.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-ap.nmis,v 8.2 2011/08/28 15:11:52 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'heading' => 'F5 CPU Usage', 34 | 'title' => { 35 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 36 | 'short' => 'CPU Status.' 37 | }, 38 | 'vlabel' => { 39 | 'standard' => 'CPU Status' 40 | }, 41 | 'option' => { 42 | 'standard' => [ 43 | 'DEF:f5PROC=$database:CpuRatio5min:AVERAGE', 44 | 'LINE2:f5PROC#00ff00: CPU Status', 45 | 'GPRINT:f5PROC:AVERAGE:Avg. %1.2lf%%\\n', 46 | ], 47 | 'small' => [ 48 | 'DEF:f5PROC=$database:CpuRatio5min:AVERAGE', 49 | 'LINE2:f5PROC#00ff00: CPU Status', 50 | 'GPRINT:f5PROC:AVERAGE:Avg. %1.2lf%%\\n', 51 | ] 52 | } 53 | ); 54 | -------------------------------------------------------------------------------- /models-install/Graph-F5-TempGraph.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-ap.nmis,v 8.2 2011/08/28 15:11:52 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'heading' => 'F5 Temperature', 34 | 'title' => { 35 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 36 | 'short' => 'Temperature Status.' 37 | }, 38 | 'vlabel' => { 39 | 'standard' => 'Temperature Status' 40 | }, 41 | 'option' => { 42 | 'standard' => [ 43 | 'DEF:f5TEMP=$database:f5Temp:AVERAGE', 44 | 'LINE2:f5TEMP#00ff00: Temperature Status', 45 | 'GPRINT:f5TEMP:AVERAGE:Avg. %1.0lf\\n', 46 | ], 47 | 'small' => [ 48 | 'DEF:f5TEMP=$database:f5Temp:AVERAGE', 49 | 'LINE2:f5TEMP#00ff00: Temperature Status', 50 | 'GPRINT:f5TEMP:AVERAGE:Avg. %1.0lf\\n', 51 | ] 52 | } 53 | ); 54 | -------------------------------------------------------------------------------- /models-install/Graph-NovelSatDataRate.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # 9 | # NMIS is free software: you can redistribute it and/or modify 10 | # it under the terms of the GNU General Public License as published by 11 | # the Free Software Foundation, either version 3 of the License, or 12 | # (at your option) any later version. 13 | # 14 | # NMIS is distributed in the hope that it will be useful, 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 | # GNU General Public License for more details. 18 | # 19 | # You should have received a copy of the GNU General Public License 20 | # along with NMIS (most likely in a file named LICENSE). 21 | # If not, see 22 | # 23 | # For further information on NMIS or for a license other than GPL please see 24 | # www.opmantek.com or email contact@opmantek.com 25 | # 26 | # User group details: 27 | # http://support.opmantek.com/users/ 28 | # 29 | # ************************************************************************ 30 | 31 | %hash = ( 32 | 'title' => { 33 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 34 | 'short' => 'Channel Data Rate' 35 | }, 36 | 'vlabel' => { 37 | 'standard' => 'Data Rate bps ->' 38 | }, 39 | 'option' => { 40 | 'standard' => [ 41 | 'DEF:ChannelDataRate=$database:ChannelDataRate:AVERAGE', 42 | 'LINE2:ChannelDataRate#FF0000: ChannelDataRate bps', 43 | 'GPRINT:ChannelDataRate:AVERAGE:Avg. %1.2lf %s', 44 | 'GPRINT:ChannelDataRate:MAX:Max %1.2lf %S\\n', 45 | 46 | ], 47 | 'small' => [ 48 | 'DEF:ChannelDataRate=$database:ChannelDataRate:AVERAGE', 49 | 'LINE2:ChannelDataRate#FF0000: ChannelDataRate', 50 | 'GPRINT:ChannelDataRate:AVERAGE:Avg. %1.2lf %s', 51 | 'GPRINT:ChannelDataRate:MAX:Max %1.2lf %S\\n', 52 | ] 53 | } 54 | ); 55 | -------------------------------------------------------------------------------- /models-install/Graph-StaCount.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # 9 | # NMIS is free software: you can redistribute it and/or modify 10 | # it under the terms of the GNU General Public License as published by 11 | # the Free Software Foundation, either version 3 of the License, or 12 | # (at your option) any later version. 13 | # 14 | # NMIS is distributed in the hope that it will be useful, 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 | # GNU General Public License for more details. 18 | # 19 | # You should have received a copy of the GNU General Public License 20 | # along with NMIS (most likely in a file named LICENSE). 21 | # If not, see 22 | # 23 | # For further information on NMIS or for a license other than GPL please see 24 | # www.opmantek.com or email contact@opmantek.com 25 | # 26 | # User group details: 27 | # http://support.opmantek.com/users/ 28 | # 29 | # ************************************************************************ 30 | 31 | %hash = ( 32 | 'title' => { 33 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 34 | 'short' => 'Station Count' 35 | }, 36 | 'vlabel' => { 37 | 'standard' => 'Stations' 38 | }, 39 | 'option' => { 40 | 'standard' => [ 41 | 'DEF:StaCount=$database:StaCount:AVERAGE', 42 | 'LINE1:StaCount#4daef6: Stations', 43 | 'GPRINT:StaCount:LAST:Current %6.2lf', 44 | 'GPRINT:StaCount:AVERAGE:Avg %6.2lf', 45 | 'GPRINT:StaCount:MAX:Max %6.2lf\\n', 46 | ], 47 | 'small' => [ 48 | 'DEF:StaCount=$database:StaCount:AVERAGE', 49 | 'LINE1:StaCount#4daef6: Stations', 50 | 'GPRINT:StaCount:LAST:Current %6.2lf', 51 | 'GPRINT:StaCount:AVERAGE:Avg %6.2lf', 52 | 'GPRINT:StaCount:MAX:Max %6.2lf\\n', 53 | ] 54 | } 55 | ); 56 | -------------------------------------------------------------------------------- /models-install/Graph-WindowsPaging.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-hrproc.nmis,v 8.2 2011/08/28 15:11:47 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'Windows Pagefile' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:pageUsage=$database:pageUsage:AVERAGE', 43 | 'DEF:pageTotal=$database:pageTotal:AVERAGE', 44 | 'CDEF:percentPageUsage=pageUsage,pageTotal,/,100,*', 45 | 'LINE1:percentPageUsage#00BFFF: Percent Pagefile Usage', 46 | 'GPRINT:percentPageUsage:LAST:Last %6.2lf', 47 | 'GPRINT:percentPageUsage:AVERAGE:Average %6.2lf', 48 | 'GPRINT:percentPageUsage:MAX:Max %6.2lf\\n' 49 | ] 50 | } 51 | ); 52 | -------------------------------------------------------------------------------- /models-install/Graph-a3bandwidth.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-a3bandwidth.nmis,v 8.2 2011/08/28 15:11:41 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end' 35 | }, 36 | 'vlabel' => { 37 | 'standard' => '% System Bandwidth' 38 | }, 39 | 'option' => { 40 | 'standard' => [ 41 | 'DEF:BandwidthUsed=$database:BandwidthUsed:AVERAGE', 42 | 'LINE1:BandwidthUsed#0000ff: Avg Bandwidth', 43 | 'GPRINT:BandwidthUsed:AVERAGE:Avg Bandwidth %1.2lf %%', 44 | 'GPRINT:BandwidthUsed:MAX:Max Bandwidth %1.2lf %%' 45 | ] 46 | } 47 | ); 48 | 49 | -------------------------------------------------------------------------------- /models-install/Graph-alcoma-linkrate.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # 9 | # NMIS is free software: you can redistribute it and/or modify 10 | # it under the terms of the GNU General Public License as published by 11 | # the Free Software Foundation, either version 3 of the License, or 12 | # (at your option) any later version. 13 | # 14 | # NMIS is distributed in the hope that it will be useful, 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 | # GNU General Public License for more details. 18 | # 19 | # You should have received a copy of the GNU General Public License 20 | # along with NMIS (most likely in a file named LICENSE). 21 | # If not, see 22 | # 23 | # For further information on NMIS or for a license other than GPL please see 24 | # www.opmantek.com or email contact@opmantek.com 25 | # 26 | # User group details: 27 | # http://support.opmantek.com/users/ 28 | # 29 | # ************************************************************************ 30 | 31 | %hash = ( 32 | 'title' => { 33 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 34 | 'short' => '$node - $length' 35 | }, 36 | 'vlabel' => { 37 | 'standard' => 'dBm' 38 | }, 39 | 'option' => { 40 | 'standard' => [ 41 | 'DEF:linkrate=$database:linkrate:AVERAGE', 42 | 'LINE1:linkrate#4daef6: Link Rate', 43 | 'GPRINT:linkrate:LAST:Current %1.2lf', 44 | 'GPRINT:linkrate:AVERAGE:Avg. %1.2lf', 45 | 'GPRINT:linkrate:MAX:Max %1.2lf\\n', 46 | ], 47 | 'small' => [ 48 | 'DEF:linkrate=$database:linkrate:AVERAGE', 49 | 'LINE1:linkrate#4daef6: Link Rate', 50 | 'GPRINT:linkrate:LAST:Current %1.2lf', 51 | 'GPRINT:linkrate:AVERAGE:Avg. %1.2lf', 52 | 'GPRINT:linkrate:MAX:Max %1.2lf\\n', 53 | ] 54 | } 55 | ); 56 | -------------------------------------------------------------------------------- /models-install/Graph-apSession.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => 'Global Concurrent Sessions' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'Con. Sess.' 37 | }, 38 | 'option' => { 39 | 'standard' => [ 40 | 'DEF:apSysGlobalConSess=$database:apSysGlobalConSess:AVERAGE', 41 | 'AREA:apSysGlobalConSess#4daef6: Global Concurrent Sessions', 42 | 'GPRINT:apSysGlobalConSess:AVERAGE:Avg. %1.2lf\\n', 43 | ], 44 | 'small' => [ 45 | 'DEF:apSysGlobalConSess=$database:apSysGlobalConSess:AVERAGE', 46 | 'AREA:apSysGlobalConSess#4daef6: Global Concurrent Sessions', 47 | 'GPRINT:apSysGlobalConSess:AVERAGE:Avg. %1.2lf\\n', 48 | ] 49 | } 50 | ); 51 | -------------------------------------------------------------------------------- /models-install/Graph-calls.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-calls.nmis,v 8.2 2011/08/28 15:11:45 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - Calls- $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - Calls - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'Calls Stats' 39 | }, 40 | 'option' => { 41 | 'standard' => 'options included in rrddraw.pl' 42 | } 43 | ); 44 | 45 | -------------------------------------------------------------------------------- /models-install/Graph-cbqos-in.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-cbqos-in.nmis,v 8.2 2011/08/28 15:11:45 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - CBQoS - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - CBQOS - $length' 36 | }, 37 | 'vlabel'=> { 38 | 'standard' => 'CBQoS Stats' 39 | }, 40 | 'option' => { 41 | 'standard' => 'options included in rrddraw.pl' 42 | } 43 | ); 44 | 45 | -------------------------------------------------------------------------------- /models-install/Graph-cbqos-out.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-cbqos-out.nmis,v 8.2 2011/08/28 15:11:46 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - CBQoS - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - CBQOS - $length' 36 | }, 37 | 'vlabel'=> { 38 | 'standard' => 'CBQoS Stats' 39 | }, 40 | 'option' => { 41 | 'standard' => 'options included in rrddraw.pl' 42 | } 43 | ); 44 | 45 | -------------------------------------------------------------------------------- /models-install/Graph-combinedCPUload.nmis: -------------------------------------------------------------------------------- 1 | 2 | %hash = ( 3 | 'title' => { 4 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 5 | 'short' => '$node - $length' 6 | }, 7 | 'vlabel' => { 8 | 'standard' => '% CPU. Load' 9 | }, 10 | 'option' => { 11 | 'standard' => [ 12 | '--upper-limit','100', 13 | '--lower-limit','0', 14 | '--rigid', 15 | 'DEF:CPU_Average=$database:cpu_average:AVERAGE', 16 | 'DEF:CPU_Max=$database:cpu_max:MAX', 17 | 'LINE2:CPU_Average#018cdd:Average Combined CPU Load', 18 | 'GPRINT:CPU_Average:AVERAGE:Avg %1.2lf%%\n', 19 | 'LINE1:CPU_Max#d50000:Max Combined CPU Load', 20 | 'GPRINT:CPU_Max:MAX:Max %1.2lf%%\n', 21 | 'COMMENT:The "Max Combined CPU Load" represents the highest CPU load reached by any CPU at collection time.' 22 | ], 23 | 'small' => [ 24 | '--upper-limit','100', 25 | '--lower-limit','0', 26 | '--rigid', 27 | 'DEF:CPU_Average=$database:cpu_average:AVERAGE', 28 | 'LINE2:CPU_Average#018cdd:Average Combined CPU Load', 29 | 'GPRINT:CPU_Average:AVERAGE:Avg %1.2lf%%\n', 30 | ] 31 | } 32 | ); 33 | 34 | -------------------------------------------------------------------------------- /models-install/Graph-diskio-rw.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-hrproc.nmis,v 8.2 2011/08/28 15:11:47 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'Disk IO Activity' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:diskIOReads=$database:diskIOReads:AVERAGE', 43 | 'DEF:diskIOWrites=$database:diskIOWrites:AVERAGE', 44 | 'LINE2:diskIOReads#0000ff: Blocks Read/s\t', 45 | 'GPRINT:diskIOReads:AVERAGE:Avg %8.2lf', 46 | 'GPRINT:diskIOReads:MAX:Max %8.2lf\\n', 47 | 'LINE2:diskIOWrites#00ff00: Blocks Written/s\t', 48 | 'GPRINT:diskIOWrites:AVERAGE:Avg %8.2lf', 49 | 'GPRINT:diskIOWrites:MAX:Max %8.2lf\\n', 50 | ] 51 | } 52 | ); 53 | -------------------------------------------------------------------------------- /models-install/Graph-hrcpu.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-hrcpu.nmis,v 8.2 2011/08/28 15:11:47 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => '% Processor Time' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:laLoad5=$database:laLoad5:AVERAGE', 43 | 'LINE2:laLoad5#0000ff: CPU Percent Time\\n', 44 | 'GPRINT:laLoad5:MIN:Min CPU Percent Time %1.0lf', 45 | 'GPRINT:laLoad5:AVERAGE:Average CPU Percent Time %1.0lf', 46 | 'GPRINT:laLoad5:MAX:Max CPU Percent Time %1.0lf' 47 | ] 48 | } 49 | ); 50 | -------------------------------------------------------------------------------- /models-install/Graph-hrproc.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-hrproc.nmis,v 8.2 2011/08/28 15:11:47 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'Processes' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:hrProcesses=$database:hrProcesses:AVERAGE', 43 | 'LINE1:hrProcesses#00BFFF: Average Num Processes\\n', 44 | 'GPRINT:hrProcesses:MIN:Min Num Processes %1.0lf', 45 | 'GPRINT:hrProcesses:AVERAGE:Average Num Processes %1.0lf', 46 | 'GPRINT:hrProcesses:MAX:Max Num Processes %1.0lf' 47 | ] 48 | } 49 | ); 50 | -------------------------------------------------------------------------------- /models-install/Graph-hrusers.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-hrusers.nmis,v 8.2 2011/08/28 15:11:47 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'Num Users' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:hrNumUsers=$database:hrNumUsers:AVERAGE', 43 | 'LINE2:hrNumUsers#0000ff: Average Num Users\\n', 44 | 'GPRINT:hrNumUsers:MIN:Min Num Users %1.0lf', 45 | 'GPRINT:hrNumUsers:AVERAGE:Average Num Users %1.0lf', 46 | 'GPRINT:hrNumUsers:MAX:Max Num Users %1.0lf' 47 | ] 48 | } 49 | ); 50 | -------------------------------------------------------------------------------- /models-install/Graph-hrwinpps.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-hrwinpps.nmis,v 8.2 2011/08/28 15:11:47 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'Mem. Pages/sec' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:PagesPerSec=$database:PagesPerSec:AVERAGE', 43 | 'LINE2:PagesPerSec#0000ff: Pages per sec\\n', 44 | 'GPRINT:PagesPerSec:MIN:Min Pages per sec %1.0lf', 45 | 'GPRINT:PagesPerSec:AVERAGE:Average Pages per sec %1.0lf', 46 | 'GPRINT:PagesPerSec:MAX:Max Pages per sec %1.0lf' 47 | ], 48 | 'small'=> [ 49 | 'DEF:PagesPerSec=$database:PagesPerSec:AVERAGE', 50 | 'LINE2:PagesPerSec#0000ff: Pages per sec' 51 | ] 52 | } 53 | ); 54 | -------------------------------------------------------------------------------- /models-install/Graph-hrwinproc.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-hrwinproc.nmis,v 8.2 2011/08/28 15:11:47 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'Num. Proc.' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:hrProcesses=$database:hrProcesses:AVERAGE', 43 | 'LINE1:hrProcesses#00BFFF: Average Num Processes', 44 | 'GPRINT:hrProcesses:AVERAGE:Average %1.0lf', 45 | 'GPRINT:hrProcesses:MIN:Min %1.0lf', 46 | 'GPRINT:hrProcesses:MAX:Max %1.0lf\\n' 47 | ], 48 | 'small' => [ 49 | 'DEF:hrProcesses=$database:hrProcesses:AVERAGE', 50 | 'LINE1:hrProcesses#00BFFF: Average Num Processes' 51 | ] 52 | } 53 | ); 54 | -------------------------------------------------------------------------------- /models-install/Graph-hrwinusers.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-hrwinusers.nmis,v 8.2 2011/08/28 15:11:47 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'Num Users' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:hrNumUsers=$database:hrNumUsers:AVERAGE', 43 | 'LINE1:hrNumUsers#00BFFF: Average Num Users', 44 | 'GPRINT:hrNumUsers:AVERAGE:Average %1.0lf', 45 | 'GPRINT:hrNumUsers:MIN:Min %1.0lf', 46 | 'GPRINT:hrNumUsers:MAX:Max %1.0lf\\n' 47 | ], 48 | 'small' => [ 49 | 'DEF:hrNumUsers=$database:hrNumUsers:AVERAGE', 50 | 'LINE1:hrNumUsers#00BFFF: Average Num Users' 51 | ] 52 | } 53 | ); 54 | -------------------------------------------------------------------------------- /models-install/Graph-lockstat.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2014 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node - $length' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'ON/OFF', 37 | }, 38 | 'option' => { 39 | 'standard' => [ 40 | 'DEF:modemLockStat=$database:modemLockStat:AVERAGE', 41 | 'LINE2:modemLockStat#7FFF00: Modem Lock Status\\t\\t\\t', 42 | 43 | ], 44 | 'small' => [ 45 | 'DEF:modemLockStat=$database:modemLockStat:AVERAGE', 46 | 'LINE2:modemLockStat#7FFF00: Modem Lock Status\\t\\t\\t', 47 | ], 48 | } 49 | ); 50 | -------------------------------------------------------------------------------- /models-install/Graph-pduOutletStatus.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2014 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node - Outlet Power' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'Power (Watts)' 37 | }, 38 | 'option' => { 39 | 'standard' => [ 40 | '--lower-limit','0', 41 | 'DEF:pduOutletStatus=$database:pduOutletStatus:AVERAGE', 42 | 'AREA:pduOutletStatus#FA0000: Average Output Power', 43 | 'GPRINT:pduOutletStatus:AVERAGE:%2.1lf Watts', 44 | 'COMMENT:\\n', 45 | ], 46 | } 47 | ); 48 | 49 | -------------------------------------------------------------------------------- /models-install/Graph-ppxAtmCells.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2014 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node - $length' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'ATM Cells/second', 37 | 'short' => 'ATM Cells/second' 38 | }, 39 | 'option' => { 40 | 'standard' => [ 41 | 'DEF:mscAtmIfTxCell=$database:mscAtmIfTxCell:AVERAGE', 42 | 'DEF:mscAtmIfRxCell=$database:mscAtmIfRxCell:AVERAGE', 43 | 'LINE2:mscAtmIfTxCell#00FF7F: Transmit Cells\t', 44 | 'GPRINT:mscAtmIfTxCell:AVERAGE:Avg %10.2lf', 45 | 'GPRINT:mscAtmIfTxCell:MAX:Max %10.2lf\\n', 46 | 'LINE2:mscAtmIfRxCell#00BFFF: Receive Cells\t', 47 | 'GPRINT:mscAtmIfRxCell:AVERAGE:Avg %10.2lf', 48 | 'GPRINT:mscAtmIfRxCell:MAX:Max %10.2lf\\n', 49 | ] 50 | } 51 | ); 52 | -------------------------------------------------------------------------------- /models-install/Graph-routenumber.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-topo.nmis,v 8.2 2011/08/28 15:11:52 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'Number of Routes' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:top=$database:RouteNumber:AVERAGE', 43 | 'LINE1:top#0000ff: Number of Routes', 44 | 'GPRINT:top:AVERAGE:Avg %1.0lf', 45 | 'GPRINT:top:MAX:Max %1.0lf\\n' 46 | ], 47 | 'small' => [ 48 | 'DEF:top=$database:RouteNumber:AVERAGE', 49 | 'LINE1:top#0000ff: Number of Routes', 50 | 'GPRINT:top:AVERAGE:Avg %1.0lf', 51 | 'GPRINT:top:MAX:Max %1.0lf\\n' 52 | ] 53 | } 54 | ); 55 | -------------------------------------------------------------------------------- /models-install/Graph-service-cpu.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2015 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node - $length' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'CPU Seconds', 37 | 'short' => 'CPU sec' 38 | }, 39 | 'option' => { 40 | 'standard' => [ 41 | 'DEF:cpu=$database:cpu:AVERAGE', 42 | 'CDEF:cpuSec=cpu,100,/', 43 | 'LINE2:cpuSec#DA70D6: CPU $indx', 44 | 'GPRINT:cpuSec:AVERAGE:Avg %1.3lf CPU-seconds', 45 | 'GPRINT:cpuSec:MIN:Min %1.3lf CPU-seconds', 46 | 'GPRINT:cpuSec:MAX:Max %1.3lf CPU-seconds\\n', 47 | ], 48 | 'small' => [ 49 | 'DEF:cpu=$database:cpu:AVERAGE', 50 | 'CDEF:cpuSec=cpu,100,/', 51 | 'LINE2:cpuSec#DA70D6: CPU $indx', 52 | ] 53 | } 54 | ); 55 | -------------------------------------------------------------------------------- /models-install/Graph-service-mem.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 1999-2015 Opmantek Limited (www.opmantek.com) 3 | # 4 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 5 | # 6 | # This file is part of Network Management Information System (“NMIS”). 7 | # 8 | # NMIS is free software: you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation, either version 3 of the License, or 11 | # (at your option) any later version. 12 | # 13 | # NMIS is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | # 18 | # You should have received a copy of the GNU General Public License 19 | # along with NMIS (most likely in a file named LICENSE). 20 | # If not, see 21 | # 22 | # For further information on NMIS or for a license other than GPL please see 23 | # www.opmantek.com or email contact@opmantek.com 24 | # 25 | # User group details: 26 | # http://support.opmantek.com/users/ 27 | # 28 | # ***************************************************************************** 29 | 30 | %hash = ( 31 | 'title' => { 32 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 33 | 'short' => '$node - $length' 34 | }, 35 | 'vlabel' => { 36 | 'standard' => 'Bytes', 37 | 'short' => 'Bytes' 38 | }, 39 | 'option' => { 40 | 'standard' => [ 41 | 'DEF:memory=$database:memory:AVERAGE', 42 | 'CDEF:membytes=memory,1024,*', 43 | 'LINE2:membytes#ADFF2F: Memory $indx', 44 | 'GPRINT:membytes:AVERAGE:Avg %1.3lf %sBytes', 45 | 'GPRINT:membytes:MIN:Min %1.3lf %sBytes', 46 | 'GPRINT:membytes:MAX:Max %1.3lf %sBytes\\n', 47 | ], 48 | 'small' => [ 49 | 'DEF:memory=$database:memory:AVERAGE', 50 | 'CDEF:membytes=memory,1024,*', 51 | 'LINE2:membytes#ADFF2F: Memory $indx', 52 | ] 53 | } 54 | ); 55 | -------------------------------------------------------------------------------- /models-install/Graph-service-response.nmis: -------------------------------------------------------------------------------- 1 | # 2 | # 3 | # Copyright 1999-2014 Opmantek Limited (www.opmantek.com) 4 | # 5 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 6 | # 7 | # This file is part of Network Management Information System (“NMIS”). 8 | # 9 | # NMIS is free software: you can redistribute it and/or modify 10 | # it under the terms of the GNU General Public License as published by 11 | # the Free Software Foundation, either version 3 of the License, or 12 | # (at your option) any later version. 13 | # 14 | # NMIS is distributed in the hope that it will be useful, 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 | # GNU General Public License for more details. 18 | # 19 | # You should have received a copy of the GNU General Public License 20 | # along with NMIS (most likely in a file named LICENSE). 21 | # If not, see 22 | # 23 | # For further information on NMIS or for a license other than GPL please see 24 | # www.opmantek.com or email contact@opmantek.com 25 | # 26 | # User group details: 27 | # http://support.opmantek.com/users/ 28 | # 29 | # ***************************************************************************** 30 | 31 | %hash = ( 32 | 'title' => { 33 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 34 | 'short' => '$node - $length' 35 | }, 36 | 'vlabel' => { 37 | 'standard' => 'seconds', 38 | 'short' => 'sec' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:responsetime=$database:responsetime:AVERAGE', 43 | 'LINE2:responsetime#FFA500: Service $indx', 44 | 'GPRINT:responsetime:AVERAGE:Avg response time %.2lfs\\n', 45 | ], 46 | 'small' => [ 47 | 'DEF:responsetime=$database:responsetime:AVERAGE', 48 | 'LINE2:responsetime#FFA500: $indx', 49 | 'GPRINT:responsetime:AVERAGE:Avg response time %.2lfs\\n', 50 | ] 51 | } 52 | ); 53 | -------------------------------------------------------------------------------- /models-install/Graph-systemcapacity.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-topo.nmis,v 8.2 2011/08/28 15:11:52 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'System Capacity' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:systemcapacity=$database:systemcapacity:AVERAGE', 43 | 'LINE1:systemcapacity#0000ff: % Capacity Remaining', 44 | ], 45 | 'small' => [ 46 | 'DEF:systemcapacity=$database:systemcapacity:AVERAGE', 47 | 'LINE1:systemcapacity#0000ff: % Capacity Remaining', 48 | ] 49 | } 50 | ); 51 | -------------------------------------------------------------------------------- /models-install/Graph-systemcurrent.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-topo.nmis,v 8.2 2011/08/28 15:11:52 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'System Current' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:systemcurrent=$database:systemcurrent:AVERAGE', 43 | 'LINE1:systemcurrent#00ff00: mA', 44 | ], 45 | 'small' => [ 46 | 'DEF:systemcurrent=$database:systemcurrent:AVERAGE', 47 | 'LINE1:systemcurrent#00ff00: mA', 48 | ] 49 | } 50 | ); 51 | -------------------------------------------------------------------------------- /models-install/Graph-topo.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-topo.nmis,v 8.2 2011/08/28 15:11:52 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '$node - $length' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'SpanT Topo Changes' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:top=$database:TopChanges:AVERAGE', 43 | 'LINE1:top#0000ff: Number Changes', 44 | 'GPRINT:top:AVERAGE:Avg %1.0lf', 45 | 'GPRINT:top:MAX:Max %1.0lf\\n' 46 | ], 47 | 'small' => [ 48 | 'DEF:top=$database:TopChanges:AVERAGE', 49 | 'LINE1:top#0000ff: Number Changes', 50 | 'GPRINT:top:AVERAGE:Avg %1.0lf', 51 | 'GPRINT:top:MAX:Max %1.0lf\\n' 52 | ] 53 | } 54 | ); 55 | -------------------------------------------------------------------------------- /models-install/Graph-upsbatlevel.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-upsbatlevel.nmis,v 8.2 2011/08/28 15:11:53 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => 'Level %' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'Level %' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:upsbatlevel=$database:upsbatlevel:AVERAGE', 43 | 'LINE1:upsbatlevel#0000ff: Battery Charge Level' 44 | ], 45 | 'small' => [ 46 | 'DEF:upsbatlevel=$database:upsbattemp:AVERAGE', 47 | 'LINE1:upsbatlevel#0000ff: Battery Charge Level' 48 | ] 49 | } 50 | ); 51 | 52 | -------------------------------------------------------------------------------- /models-install/Graph-upsbatremtim.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-upsbatremtim.nmis,v 8.2 2011/08/28 15:11:53 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => 'Remaining Time' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'Minutes' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:upsbatremtim=$database:upsbatremtim:AVERAGE', 43 | 'LINE1:upsbatremtim#0000ff: Battery Remaining Time' 44 | ], 45 | 'small' => [ 46 | 'DEF:upsbatremtim=$database:upsbatremtim:AVERAGE', 47 | 'LINE1:upsbatremtim#0000ff: Battery Remaining Time' 48 | ] 49 | } 50 | ); 51 | 52 | -------------------------------------------------------------------------------- /models-install/Graph-upsbattemp.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-upsbattemp.nmis,v 8.2 2011/08/28 15:11:53 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => 'Temperature' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => 'Celsius' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:upsbattemp=$database:upsbattemp:AVERAGE', 43 | 'LINE1:upsbattemp#0000ff: Battery Temperature' 44 | ], 45 | 'small' => [ 46 | 'DEF:upsbattemp=$database:upsbattemp:AVERAGE', 47 | 'LINE1:upsbattemp#0000ff: Battery Temperature' 48 | ] 49 | } 50 | ); 51 | 52 | -------------------------------------------------------------------------------- /models-install/Graph-upsload.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-upsload.nmis,v 8.2 2011/08/28 15:11:53 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '% Output Load' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => '% Output Load' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:upsloadperc=$database:upsloadperc:AVERAGE', 43 | 'LINE1:mgeupsload#0000ff: UPS load' 44 | ], 45 | 'small' => [ 46 | 'DEF:upsloadperc=$database:upsloadperc:AVERAGE', 47 | 'LINE1:mgeupsload#0000ff: UPS load' 48 | ] 49 | } 50 | ); 51 | 52 | -------------------------------------------------------------------------------- /models-install/Graph-upsloadperc.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Graph-upsloadperc.nmis,v 8.2 2011/08/28 15:11:53 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | 'title' => { 34 | 'standard' => '$node - $length from $datestamp_start to $datestamp_end', 35 | 'short' => '% Output Load' 36 | }, 37 | 'vlabel' => { 38 | 'standard' => '% Output Load' 39 | }, 40 | 'option' => { 41 | 'standard' => [ 42 | 'DEF:upsloadperc=$database:upsloadperc:AVERAGE', 43 | 'LINE1:mgeupsload#0000ff: UPS load' 44 | ], 45 | 'small' => [ 46 | 'DEF:upsloadperc=$database:upsloadperc:AVERAGE', 47 | 'LINE1:mgeupsload#0000ff: UPS load' 48 | ] 49 | } 50 | ); 51 | 52 | -------------------------------------------------------------------------------- /models-install/Model-CiscoMerakiCloud.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | '-common-' => { 3 | 'class' => { 4 | 'database' => { 5 | 'common-model' => 'database' 6 | }, 7 | 'event' => { 8 | 'common-model' => 'event' 9 | }, 10 | 'heading' => { 11 | 'common-model' => 'heading' 12 | }, 13 | 'stats' => { 14 | 'common-model' => 'stats' 15 | }, 16 | 'summary' => { 17 | 'common-model' => 'summary' 18 | }, 19 | 'threshold' => { 20 | 'common-model' => 'threshold' 21 | } 22 | } 23 | }, 24 | 'database' => { 25 | 'type' => { 26 | 'meraki' => '/nodes/$node/health/meraki.rrd', 27 | } 28 | }, 29 | 'heading' => { 30 | 'graphtype' => { 31 | 'Meraki_Health' => "Meraki Device Health", 32 | } 33 | }, 34 | 'system' => { 35 | 'nodeModel' => 'CiscoMerakiCloud', 36 | 'nodeType' => 'cloud', 37 | 'nodeVendor' => 'Cisco Systems', 38 | 'nodegraph' => 'health,Meraki_Health', 39 | 40 | 'rrd' => { 41 | 'meraki' => { 42 | 'graphtype' => 'Meraki_Health', 43 | } 44 | }, 45 | }, 46 | ); 47 | -------------------------------------------------------------------------------- /models-install/Model-CiscoViptelaCloud.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | '-common-' => { 3 | 'class' => { 4 | 'database' => { 5 | 'common-model' => 'database' 6 | }, 7 | 'event' => { 8 | 'common-model' => 'event' 9 | }, 10 | 'heading' => { 11 | 'common-model' => 'heading' 12 | }, 13 | 'stats' => { 14 | 'common-model' => 'stats' 15 | }, 16 | 'summary' => { 17 | 'common-model' => 'summary' 18 | }, 19 | 'threshold' => { 20 | 'common-model' => 'threshold' 21 | } 22 | } 23 | }, 24 | 'database' => { 25 | 'type' => { 26 | 'viptelacpu' => '/nodes/$node/health/viptelacpu.rrd', 27 | 'viptelamem' => '/nodes/$node/health/viptelamem.rrd', 28 | } 29 | }, 30 | 'heading' => { 31 | 'graphtype' => { 32 | 'Viptela_CPU' => "Viptela Device CPU", 33 | 'Viptela_MEM' => "Viptela Device MEM", 34 | } 35 | }, 36 | 'system' => { 37 | 'nodeModel' => 'CiscoViptelaCloud', 38 | 'nodeType' => 'cloud', 39 | 'nodeVendor' => 'Cisco Systems', 40 | 'nodegraph' => 'health,Viptela_CPU,Viptela_MEM', 41 | 'rrd' => { 42 | 'viptelacpu' => { 43 | 'graphtype' => 'Viptela_CPU', 44 | }, 45 | 'viptelamem' => { 46 | 'graphtype' => 'Viptela_MEM', 47 | } 48 | }, 49 | }, 50 | ); 51 | -------------------------------------------------------------------------------- /models-install/Model-PingOnly.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Model-PingOnly.nmis,v 8.2 2011/08/28 15:11:55 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | '-common-' => { 34 | 'class' => { 35 | 'database' => { 36 | 'common-model' => 'database' 37 | }, 38 | 'threshold' => { 39 | 'common-model' => 'threshold' 40 | }, 41 | 'summary' => { 42 | 'common-model' => 'summary' 43 | }, 44 | 'heading' => { 45 | 'common-model' => 'heading' 46 | }, 47 | 'stats' => { 48 | 'common-model' => 'stats' 49 | }, 50 | 'event' => { 51 | 'common-model' => 'event' 52 | } 53 | } 54 | }, 55 | 'system' => { 56 | 'nodeType' => 'generic', 57 | 'nodeModel' => 'PingOnly', 58 | 'nodegraph' => 'health-ping,response' 59 | } 60 | ); 61 | -------------------------------------------------------------------------------- /models-install/Model-RuckusCloud.nmis: -------------------------------------------------------------------------------- 1 | %hash = ( 2 | '-common-' => { 3 | 'class' => { 4 | 'database' => { 5 | 'common-model' => 'database' 6 | }, 7 | 'event' => { 8 | 'common-model' => 'event' 9 | }, 10 | 'heading' => { 11 | 'common-model' => 'heading' 12 | }, 13 | 'stats' => { 14 | 'common-model' => 'stats' 15 | }, 16 | 'summary' => { 17 | 'common-model' => 'summary' 18 | }, 19 | 'threshold' => { 20 | 'common-model' => 'threshold' 21 | } 22 | } 23 | }, 24 | 'database' => { 25 | 'type' => { 26 | 'ruckuscloud' => '/nodes/$node/health/ruckuscloud.rrd', 27 | } 28 | }, 29 | 'heading' => { 30 | 'graphtype' => { 31 | 'RuckusCloud_Health' => "RuckusCloud Device Health", 32 | } 33 | }, 34 | 'system' => { 35 | 'nodeModel' => 'RuckusCloud', 36 | 'nodeType' => 'cloud', 37 | 'nodeVendor' => 'Universal', 38 | 'nodegraph' => 'RuckusCloud_Health', 39 | 40 | 'rrd' => { 41 | 'ruckuscloud' => { 42 | 'graphtype' => 'RuckusCloud_Health', 43 | } 44 | }, 45 | }, 46 | ); 47 | -------------------------------------------------------------------------------- /models-install/Model-ServiceOnly.nmis: -------------------------------------------------------------------------------- 1 | # 2 | ## $Id: Model-PingOnly.nmis,v 8.2 2011/08/28 15:11:55 nmisdev Exp $ 3 | # 4 | # Copyright 1999-2011 Opmantek Limited (www.opmantek.com) 5 | # 6 | # ALL CODE MODIFICATIONS MUST BE SENT TO CODE@OPMANTEK.COM 7 | # 8 | # This file is part of Network Management Information System (“NMIS”). 9 | # 10 | # NMIS is free software: you can redistribute it and/or modify 11 | # it under the terms of the GNU General Public License as published by 12 | # the Free Software Foundation, either version 3 of the License, or 13 | # (at your option) any later version. 14 | # 15 | # NMIS is distributed in the hope that it will be useful, 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | # GNU General Public License for more details. 19 | # 20 | # You should have received a copy of the GNU General Public License 21 | # along with NMIS (most likely in a file named LICENSE). 22 | # If not, see 23 | # 24 | # For further information on NMIS or for a license other than GPL please see 25 | # www.opmantek.com or email contact@opmantek.com 26 | # 27 | # User group details: 28 | # http://support.opmantek.com/users/ 29 | # 30 | # ***************************************************************************** 31 | 32 | %hash = ( 33 | '-common-' => { 34 | 'class' => { 35 | 'database' => { 36 | 'common-model' => 'database' 37 | }, 38 | 'threshold' => { 39 | 'common-model' => 'threshold' 40 | }, 41 | 'summary' => { 42 | 'common-model' => 'summary' 43 | }, 44 | 'heading' => { 45 | 'common-model' => 'heading' 46 | }, 47 | 'stats' => { 48 | 'common-model' => 'stats' 49 | }, 50 | 'event' => { 51 | 'common-model' => 'event' 52 | } 53 | } 54 | }, 55 | 'system' => { 56 | 'nodeType' => 'generic', 57 | 'nodeModel' => 'ServiceOnly', 58 | 'nodegraph' => '' 59 | } 60 | ); 61 | --------------------------------------------------------------------------------