summaryrefslogtreecommitdiff
path: root/MIBS/tait/TAIT-TNADMIN-TC
blob: 500d70275bd8642dc3bad05de9a0f8bc1433712c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
TAIT-TNADMIN-TC DEFINITIONS ::= BEGIN
--
-- Versions:
--
-- Release 1
-- Preliminary support for monitoring of core network server.
--
-- Notes:
--  None
--

IMPORTS
   MODULE-IDENTITY, Integer32
      FROM SNMPv2-SMI
   TEXTUAL-CONVENTION
      FROM SNMPv2-TC
   tnAdminMibModule
      FROM TAIT-TNADMIN-MODULE-MIB;

tnAdminTC MODULE-IDENTITY
   LAST-UPDATED "202002101200Z"
   ORGANIZATION "www.taitradio.com"
   CONTACT-INFO
      "postal: Tait International Limited
               245 Wooldridge Road
               Harewood
               Christchurch
               PO Box 1645
               Christchurch
               New Zealand
       phone:  +64 3358 3399
       email:  support@taitradio.com"
   DESCRIPTION "TaitNet Administration textual conventions."

   REVISION "202002101200Z"
   DESCRIPTION "Initial revision of this module."
       ::= { tnAdminMibModule 1 }

-- Textual Conventions
PercentHundredths ::= TEXTUAL-CONVENTION
   DISPLAY-HINT "d-2"
   STATUS current
   DESCRIPTION "Type used to represent a percent value, rounded to the nearest hundredth."
   SYNTAX Integer32 (0..10000)

TaitServiceState ::= TEXTUAL-CONVENTION
   STATUS current
   DESCRIPTION "The current state of a Tait service. State values are Running (0), Watchdog Stopped (1), Application Stopped (2), Stopped (3), and Not Installed (4)."
   SYNTAX INTEGER {
             running(0),
             watchdogStopped(1),
             applicationStopped(2),
             stopped(3),
             notInstalled(4)
          }

END