snmp-mib.txt File
This file includes several sections of variables. Some of them are defined in SNMP and/or MIB. For more information, refer for example to http://en.wikipedia.org/wiki/Simple_Network_Management_Protocol/. The current version of this file is available in <InstallationRoot>\doc\snmp-mib.txt.
In the SvcID section, there are variables defined by IceWarp:
Variable |
Statistic Item |
Description |
1 - svcName |
Service |
Service name |
2 - svcRunning |
|
0 not running 1 - running |
3 - svcUpTime |
Running Time |
Service running time |
4 - svcServerOutData |
Server Data Out |
Amount of data sent out during server sessions (In kB) |
5 - svcServerInData |
Server Data In |
Amount of data received during server sessions (In kB) |
6 svcClientOutData |
Client Data Out |
Amount of data sent out during client sessions (In kB) |
7 - svcClientInData |
Client Data In |
Amount of data received during client sessions (In kB) |
8 - svcServer |
Server Connections (Count) |
Actual number of concurrent server sessions |
9 - svcServerPeak |
Server Connections (Peak) |
Maximal number of concurrent server sessions |
10 - svcClient |
Client Connections (Count) |
Actual number of concurrent client sessions |
11 - svcClientPeak |
Client Connections (Peak) |
Maximal number of concurrent client sessions |
12 - svcServerConns |
Connections Total |
Number of all historical sessions (client + server) |
13 - svcPeakWorkingSetSize |
Working Set Size Peak |
Maximal amount of memory used by the service |
14 - svcPageFileUsage |
|
Number of page file used by the process (process statistic Windows tells us this) |
15 - svcWorkingSetSize |
Working Set Size |
Current amount of memory used by the service |
16 - svcSMTPMessageOut |
Sent |
All following variables are related to SMTP service. Number of messages send out from the server |
17 - svcSMTPMessageIn |
Received |
Number of messages received by the server |
18 - svcSMTPMessageFailed |
Failed |
Number of failed messages during sending |
20 - svcSMTPFailedVirus |
Virus |
All following variables are related to incoming messages. Number of failed messages with a virus recognized |
21 - svcSMTPFailedCF |
Content Filter |
Number of failed messages filtered by content filters |
22 - svcSMTPFailedStaticFilter |
External Filter |
Number of failed messages filtered by external filters |
23 - svcSMTPFailedBWFilter |
Rules |
Number of failed messages filtered by rules |
24 - svcSMTPFailedDNSBL |
DNS |
Number of sessions filtered by features within the Mail Service Security DNS General section |
25 - svcSMTPFailedTarpit |
Intrusion Prevention |
Number of failed messages braking intrusion prevention rules |
26 svcSMTPFailedSpam |
Spam Marked |
Number of messages evaluated as SPAM and accepted (does not include rejected SPAM) |