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 |
--------------------------------------------------------------------------------