MSActivator Health and Performances...

32
MSActivator Health and Performances Monitoring 1 / 32 MSActivator Health and Performances Monitoring February 2009

Transcript of MSActivator Health and Performances...

Page 1: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

1 / 32

MSActivator Health and Performances Monitoring

February 2009

Page 2: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

2 / 32

Contents

MSActivator Health and Performances Monitoring ............................................. 1

1. Introduction ........................................................................................ 3

2. MSActivator MIBs ................................................................................ 3

2.1. UBIQUBE-MIB ................................................................................ 4

2.2. UBIQUBE-SEC-ENGINE-MIB ............................................................. 5

3. Specific plugins to Nagios ................................................................... 13

3.1. Oracle databases ......................................................................... 13

3.2. SecEngine ................................................................................... 14

3.3. 3 VSOC Website ........................................................................... 15

3.4. Certificate Authority ..................................................................... 15

3.5. MSActivator hosts ........................................................................ 16

3.6. NTP server .................................................................................. 16

4. Annex A ........................................................................................... 18

Page 3: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

3 / 32

1. Introduction

The UBIqube MSActivator health and performances are monitored in real time to ensure the availability and quality of service of the different modules. Enhanced SLA monitoring of the platform are done via :

• The embedded UBIqube MSActivator MIB; • Specific plugins to Nagios

2. MSActivator MIBs

To easily monitor and survey the plate-form, UBIqube have developed an SNMP agent with its own dedicated SNMP MIBs to give access (read only) on various key indicators of the MSActivator activity and health. You can now, for example, monitor the disk activity of the SOC or its average load. Monitoring profile XML API can be used to easily import and export predefined MSActivator Key Performances Indicators (KPI) for the MSACTIVATOR MIB : An example of a MSActivator monitoring profile XML definition is available in Appendix A. UBIqube uses a master MSActivator to monitor the other MSActivator. The creation of the profile is done automatically by import the previous XML file and by attaching the monitored devices corresponding to the MSActivator to pool. Example :

Page 4: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

4 / 32

2.1. UBIQUBE-MIB UBIQUBE-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32, Integer32, Unsigned32, NOTIFICATION-TYPE, OBJECT-IDENTITY, Counter64, enterprises FROM SNMPv2-SMI; ubiqube MODULE-IDENTITY LAST-UPDATED "200811180000Z" ORGANIZATION "UBIqube" CONTACT-INFO "www.ubiqube.com"

Page 5: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

5 / 32

DESCRIPTION "The Structure of Management Information for the UBIqube enterprise" ::= { enterprises 13567 } socAsset MODULE-IDENTITY LAST-UPDATED "200811180000Z" ORGANIZATION "UBIqube" CONTACT-INFO "www.ubiqube.com" DESCRIPTION "The MIB module to describe management objects for the UBIqube SOC." ::= { ubiqube 1 } webPortal MODULE-IDENTITY LAST-UPDATED "200811180000Z" ORGANIZATION "UBIqube" CONTACT-INFO "www.ubiqube.com" DESCRIPTION "The MIB module to describe management objects for the UBIqube SOC WEB Portal." ::= { ubiqube 2 } secEngine MODULE-IDENTITY LAST-UPDATED "200811180000Z" ORGANIZATION "UBIqube" CONTACT-INFO "www.ubiqube.com" DESCRIPTION "The MIB module to describe management objects for the UBIqube SOC SEC Engine." ::= { ubiqube 3 } END

2.2. UBIQUBE-SEC-ENGINE-MIB

UBIqube has also developed a specific MIB to monitor the SEC engine. Monitoring profile

XML API can be used to easily import and export predefined MSActivator Key

Performances Indicators (KPI) for the SEC ENGINE MIB.

UBIQUBE-SEC-ENGINE-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32, Integer32, Unsigned32, NOTIFICATION-TYPE,

Page 6: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

6 / 32

OBJECT-IDENTITY, Counter64 FROM SNMPv2-SMI secEngine FROM UBIQUBE-MIB; smsSyslogd MODULE-IDENTITY LAST-UPDATED "200811180000Z" ORGANIZATION "UBIqube" CONTACT-INFO "www.ubiqube.com" DESCRIPTION "The MIB module to describe monitoring objects for the sms_syslogd daemon." ::= { secEngine 28172 } syslogdDesc OBJECT-IDENTITY STATUS current DESCRIPTION "This is the base object identifier for all objects which are defining the sms_syslogd daemon." ::= { smsSyslogd 1 } syslogdName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the sms_syslogd daemon." ::= { syslogdDesc 1 } syslogdStat OBJECT-IDENTITY STATUS current DESCRIPTION "This is the base object identifier for all statistics counters of the sms_syslogd daemon." ::= { smsSyslogd 2 } syslogdMsgReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of messages received." ::= { syslogdStat 1 } syslogdMsgDiscarded OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of messages discarded." ::= { syslogdStat 2 } syslogdTryLock OBJECT-TYPE SYNTAX Counter32

Page 7: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

7 / 32

MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of queue lock failed." ::= { syslogdStat 3 } syslogdQueueLevel OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The messages queue load." ::= { syslogdStat 4 } syslogdInThroughput OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The input throughput (msg/s)." ::= { syslogdStat 5 } syslogdOutThroughput OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The output throughput (msg/s)." ::= { syslogdStat 6 } syslogdIpup OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of ipup messages sent." ::= { syslogdStat 7 } syslogdVmStat OBJECT-IDENTITY STATUS current DESCRIPTION "This is the base object identifier for virtual memory statistics counters of the sms_syslogd daemon." ::= { smsSyslogd 3 } syslogdVmSize OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The size of the virtual memory allocated to the process (kB)." ::= { syslogdVmStat 1 } syslogdVmData OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The size of the Data segment (kB)."

Page 8: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

8 / 32

::= { syslogdVmStat 2 } smsAgregatord MODULE-IDENTITY LAST-UPDATED "200811180000Z" ORGANIZATION "UBIqube" CONTACT-INFO "www.ubiqube.com" DESCRIPTION "The MIB module to describe monitoring objects for the sms_agregatord daemon." ::= { secEngine 28164 } agregatordDesc OBJECT-IDENTITY STATUS current DESCRIPTION "This is the base object identifier for all objects which are defining the sms_agregatord daemon." ::= { smsAgregatord 1 } agregatordName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the sms_agregatord daemon." ::= { agregatordDesc 1 } agregatordStat OBJECT-IDENTITY STATUS current DESCRIPTION "This is the base object identifier for all statistics counters of the sms_agregatord daemon." ::= { smsAgregatord 2 } agregatordFileProcessed OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of files processed per minute." ::= { agregatordStat 1 } agregatordLogLinesProcessed OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of log lines processed per second." ::= { agregatordStat 2 } agregatordDbLinesUpdated OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of database lines updated per second." ::= { agregatordStat 3 }

Page 9: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

9 / 32

agregatordProcessTime OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The process time in percent." ::= { agregatordStat 4 } agregatordVmStat OBJECT-IDENTITY STATUS current DESCRIPTION "This is the base object identifier for virtual memory statistics counters of the sms_agregatord daemon." ::= { smsAgregatord 3 } agregatordVmSize OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The size of the virtual memory allocated to the process (kB)." ::= { agregatordVmStat 1 } agregatordVmData OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The size of the Data segment (kB)." ::= { agregatordVmStat 2 } smsReportlogd MODULE-IDENTITY LAST-UPDATED "200811180000Z" ORGANIZATION "UBIqube" CONTACT-INFO "www.ubiqube.com" DESCRIPTION "The MIB module to describe monitoring objects for the sms_reportlogd daemon." ::= { secEngine 28166 } reportlogdDesc OBJECT-IDENTITY STATUS current DESCRIPTION "This is the base object identifier for all objects which are defining the sms_reportlogd daemon." ::= { smsReportlogd 1 } reportlogdName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the sms_reportlogd daemon." ::= { reportlogdDesc 1 }

Page 10: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

10 / 32

reportlogdStat OBJECT-IDENTITY STATUS current DESCRIPTION "This is the base object identifier for all statistics counters of the sms_reportlogd daemon." ::= { smsReportlogd 2 } reportlogdFileTranfered OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of files transfered per minute." ::= { reportlogdStat 1 } reportlogdLogLinesProcessed OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of log lines processed per second." ::= { reportlogdStat 2 } reportlogdFileTransferError OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of file transfer error per minute." ::= { reportlogdStat 3 } reportlogdVmStat OBJECT-IDENTITY STATUS current DESCRIPTION "This is the base object identifier for virtual memory statistics counters of the sms_reportlogd daemon." ::= { smsReportlogd 3 } reportlogdVmSize OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The size of the virtual memory allocated to the process (kB)." ::= { reportlogdVmStat 1 } reportlogdVmData OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The size of the Data segment (kB)." ::= { reportlogdVmStat 2 } smsPolld MODULE-IDENTITY LAST-UPDATED "200811180000Z" ORGANIZATION "UBIqube" CONTACT-INFO "www.ubiqube.com"

Page 11: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

11 / 32

DESCRIPTION "The MIB module to describe monitoring objects for the sms_polld daemon." ::= { secEngine 28173 } polldDesc OBJECT-IDENTITY STATUS current DESCRIPTION "This is the base object identifier for all objects which are defining the sms_polld daemon." ::= { smsPolld 1 } polldName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the sms_polld daemon." ::= { polldDesc 1 } polldVmStat OBJECT-IDENTITY STATUS current DESCRIPTION "This is the base object identifier for virtual memory statistics counters of the sms_polld daemon." ::= { smsPolld 3 } polldVmSize OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The size of the virtual memory allocated to the process (kB)." ::= { polldVmStat 1 } polldVmData OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The size of the Data segment (kB)." ::= { polldVmStat 2 } smsd MODULE-IDENTITY LAST-UPDATED "200811180000Z" ORGANIZATION "UBIqube" CONTACT-INFO "www.ubiqube.com" DESCRIPTION "The MIB module to describe monitoring objects for the smsd daemon." ::= { secEngine 28169 } smsdDesc OBJECT-IDENTITY STATUS current

Page 12: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

12 / 32

DESCRIPTION "This is the base object identifier for all objects which are defining the smsd daemon." ::= { smsd 1 } smsdName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the sms_polld daemon." ::= { smsdDesc 1 } smsdVmStat OBJECT-IDENTITY STATUS current DESCRIPTION "This is the base object identifier for virtual memory statistics counters of the smsd daemon." ::= { smsd 3 } smsdVmSize OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The size of the virtual memory allocated to the process (kB)." ::= { smsdVmStat 1 } smsdVmData OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The size of the Data segment (kB)." ::= { smsdVmStat 2 } END

Page 13: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

13 / 32

3. Specific plugins to Nagios

In addition to the MSActivator MIBs, UBIqube has developed dedicated plugins for the

popular Nagios monitoring engine. Those plugins offers enhanced statistics on the health

and performances of the MSActivator Modules :

• Configuration Management Oracle Data Base (CMDB)

• Event Tracker, Event Database and Reporting engine

• Sec Engine

• VSOC Web Portal

• PKI server

3.1. Oracle databases

• PMON processes of all instances (CUSTOMER, SMS, DATALOG), • Tablespace free space on all three instances (CUSTOMER, SMS, DATALOG), • Cache hit on all three instances (CUSTOMER, SMS, DATALOG).

Page 14: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

14 / 32

3.2. SecEngine

SecEngine services are TCP monitored :

• BATCHUPDATE,

• DNS_UPDATED,

• POLLD,

• RA_DEAMON,

• SMSD,

• SYSLOGD

• THTTPD.

Page 15: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

15 / 32

3.3. 3 VSOC Website

• SSL certificate expiration date • Certificat Authority redirection • All SES Tomcat servers https response

3.4. Certificate Authority

• Website

Page 16: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

16 / 32

3.5. MSActivator hosts

• Root partition free space • /opt partition free space • Total running processes • Current load • Number of users logged in

3.6. NTP server

• NTP offset (Too much offset can cause certificate enrollment failure)

Page 17: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

17 / 32

Page 18: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

18 / 32

4. Appendix A

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <MonitoringProfile>

<id>2226</id>

<comment>MSActivator KPI monitoring</comment>

<name>MSA monitoring</name>

- <graphRendererList>

- <dataList>

<colorAsHexa>ff0000</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>disk</fileName>

<id>0</id>

<maxValue>100</maxValue>

<minValue>0</minValue>

<name>disk</name>

<oid>1.3.6.1.4.1.2021.9.1.9.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>90</threshold>

<thresholdComparator>71</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>root</horizontalLabel>

<rendererId>0</rendererId>

<snmpPollingId>0</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>0000ff</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>disk_opt</fileName>

<id>15</id>

<maxValue>100</maxValue>

<minValue>0</minValue>

<name>disk_opt</name>

<oid>1.3.6.1.4.1.2021.9.1.9.2</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>90</threshold>

<thresholdComparator>71</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>opt</horizontalLabel>

<rendererId>0</rendererId>

<snmpPollingId>15</snmpPollingId>

</dataList>

<id>0</id>

<name>disk</name>

<profileId>2226</profileId>

<vertivalLabel>percent use</vertivalLabel>

</graphRendererList>

Page 19: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

19 / 32

- <graphRendererList>

- <dataList>

<colorAsHexa>003300</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>loadAvg1min</fileName>

<id>4</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>loadAvg1min</name>

<oid>.1.3.6.1.4.1.2021.10.1.5.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>1min</horizontalLabel>

<rendererId>1</rendererId>

<snmpPollingId>4</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>ff9900</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>loadAvg5min</fileName>

<id>5</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>loadAvg5min</name>

<oid>.1.3.6.1.4.1.2021.10.1.5.2</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>5min</horizontalLabel>

<rendererId>1</rendererId>

<snmpPollingId>5</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>993366</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>loadAvg15min</fileName>

<id>6</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>loadAvg15min</name>

<oid>.1.3.6.1.4.1.2021.10.1.5.3</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>1000</threshold>

Page 20: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

20 / 32

<thresholdComparator>71</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>15min</horizontalLabel>

<rendererId>1</rendererId>

<snmpPollingId>6</snmpPollingId>

</dataList>

<id>1</id>

<name>load average</name>

<profileId>2226</profileId>

<vertivalLabel>load</vertivalLabel>

</graphRendererList>

- <graphRendererList>

- <dataList>

<colorAsHexa>0000ff</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>syslogdInThroughput</fileName>

<id>9</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>syslogdInThroughput</name>

<oid>.1.3.6.1.4.1.13567.3.28172.2.5</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>InThroughput</horizontalLabel>

<rendererId>2</rendererId>

<snmpPollingId>9</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>00ff00</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>syslogdOutThroughput</fileName>

<id>10</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>syslogdOutThroughput</name>

<oid>.1.3.6.1.4.1.13567.3.28172.2.6</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>OutThroughput</horizontalLabel>

<rendererId>2</rendererId>

<snmpPollingId>10</snmpPollingId>

</dataList>

<id>2</id>

<name>syslogdThroughput</name>

Page 21: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

21 / 32

<profileId>2226</profileId>

<vertivalLabel>msg/s</vertivalLabel>

</graphRendererList>

- <graphRendererList>

- <dataList>

<colorAsHexa>ff0000</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>syslogdMsgDiscarded</fileName>

<id>7</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>syslogdMsgDiscarded</name>

<oid>.1.3.6.1.4.1.13567.3.28172.2.2</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>1</threshold>

<thresholdComparator>71</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>MsgDiscarded</horizontalLabel>

<rendererId>3</rendererId>

<snmpPollingId>7</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>000000</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>syslogdQueueLevel</fileName>

<id>8</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>syslogdQueueLevel</name>

<oid>.1.3.6.1.4.1.13567.3.28172.2.4</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>QueueLevel</horizontalLabel>

<rendererId>3</rendererId>

<snmpPollingId>8</snmpPollingId>

</dataList>

<id>3</id>

<name>syslogdMsg</name>

<profileId>2226</profileId>

<vertivalLabel>msg</vertivalLabel>

</graphRendererList>

- <graphRendererList>

- <dataList>

<colorAsHexa>008000</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

Page 22: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

22 / 32

<fileName>agregatordLogLinesProcessed</fileName>

<id>12</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>agregatordLogLinesProcessed</name>

<oid>.1.3.6.1.4.1.13567.3.28164.2.2</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>logs</horizontalLabel>

<rendererId>4</rendererId>

<snmpPollingId>12</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>ff6600</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>agregatordDbLinesUpdated</fileName>

<id>13</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>agregatordDbLinesUpdated</name>

<oid>.1.3.6.1.4.1.13567.3.28164.2.3</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>dblines</horizontalLabel>

<rendererId>4</rendererId>

<snmpPollingId>13</snmpPollingId>

</dataList>

<id>4</id>

<name>agregator</name>

<profileId>2226</profileId>

<vertivalLabel>nb</vertivalLabel>

</graphRendererList>

- <graphRendererList>

- <dataList>

<colorAsHexa>0000ff</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>agregatordFileProcessed</fileName>

<id>11</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>agregatordFileProcessed</name>

<oid>.1.3.6.1.4.1.13567.3.28164.2.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

Page 23: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

23 / 32

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>Files processed</horizontalLabel>

<rendererId>5</rendererId>

<snmpPollingId>11</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>ff0000</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>agregatordProcessTime</fileName>

<id>14</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>agregatordProcessTime</name>

<oid>.1.3.6.1.4.1.13567.3.28164.2.4</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>95</threshold>

<thresholdComparator>71</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>Avg Process Time</horizontalLabel>

<rendererId>5</rendererId>

<snmpPollingId>14</snmpPollingId>

</dataList>

<id>5</id>

<name>agregator2</name>

<profileId>2226</profileId>

<vertivalLabel>nb</vertivalLabel>

</graphRendererList>

- <graphRendererList>

- <dataList>

<colorAsHexa>000000</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>cpu_idle</fileName>

<id>1</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>cpu idle</name>

<oid>.1.3.6.1.4.1.2021.11.53.0</oid>

<pollingType>67</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>idle</horizontalLabel>

<rendererId>6</rendererId>

<snmpPollingId>1</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>0000ff</colorAsHexa>

Page 24: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

24 / 32

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>cpu_user</fileName>

<id>2</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>cpu user</name>

<oid>.1.3.6.1.4.1.2021.11.50.0</oid>

<pollingType>67</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>user</horizontalLabel>

<rendererId>6</rendererId>

<snmpPollingId>2</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>ff0000</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>cpu_system</fileName>

<id>3</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>cpu system</name>

<oid>.1.3.6.1.4.1.2021.11.52.0</oid>

<pollingType>67</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>system</horizontalLabel>

<rendererId>6</rendererId>

<snmpPollingId>3</snmpPollingId>

</dataList>

<id>6</id>

<name>CPU</name>

<profileId>2226</profileId>

<vertivalLabel>100x nb CPU</vertivalLabel>

</graphRendererList>

- <graphRendererList>

- <dataList>

<colorAsHexa>3366ff</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>SyslogdVmSize</fileName>

<id>16</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>SyslogdVmSize</name>

<oid>.1.3.6.1.4.1.13567.3.28172.3.1</oid>

Page 25: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

25 / 32

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>syslogd</horizontalLabel>

<rendererId>7</rendererId>

<snmpPollingId>16</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>ff00ff</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>AgregatordVmSize</fileName>

<id>17</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>AgregatordVmSize</name>

<oid>.1.3.6.1.4.1.13567.3.28164.3.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>agregatord</horizontalLabel>

<rendererId>7</rendererId>

<snmpPollingId>17</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>ff6600</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>ReportlogdVmSize</fileName>

<id>18</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>ReportlogdVmSize</name>

<oid>.1.3.6.1.4.1.13567.3.28166.3.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>reportlogd</horizontalLabel>

<rendererId>7</rendererId>

<snmpPollingId>18</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>33cccc</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

Page 26: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

26 / 32

<fileName>polldVmSize</fileName>

<id>19</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>polldVmSize</name>

<oid>.1.3.6.1.4.1.13567.3.28173.3.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>polld</horizontalLabel>

<rendererId>7</rendererId>

<snmpPollingId>19</snmpPollingId>

</dataList>

- <dataList>

<colorAsHexa>ff0000</colorAsHexa>

- <data>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>smsdVmSize</fileName>

<id>20</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>smsdVmSize</name>

<oid>.1.3.6.1.4.1.13567.3.28169.3.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</data>

<horizontalLabel>smsd</horizontalLabel>

<rendererId>7</rendererId>

<snmpPollingId>20</snmpPollingId>

</dataList>

<id>7</id>

<name>Daemon Memory</name>

<profileId>2226</profileId>

<vertivalLabel>kB</vertivalLabel>

</graphRendererList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>disk</fileName>

<id>0</id>

<maxValue>100</maxValue>

<minValue>0</minValue>

<name>disk</name>

<oid>1.3.6.1.4.1.2021.9.1.9.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>90</threshold>

<thresholdComparator>71</thresholdComparator>

<thresholdFrequency>72</thresholdFrequency>

</snmpPollingList>

Page 27: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

27 / 32

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>cpu_idle</fileName>

<id>1</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>cpu idle</name>

<oid>.1.3.6.1.4.1.2021.11.53.0</oid>

<pollingType>67</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>cpu_user</fileName>

<id>2</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>cpu user</name>

<oid>.1.3.6.1.4.1.2021.11.50.0</oid>

<pollingType>67</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>cpu_system</fileName>

<id>3</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>cpu system</name>

<oid>.1.3.6.1.4.1.2021.11.52.0</oid>

<pollingType>67</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>loadAvg1min</fileName>

<id>4</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>loadAvg1min</name>

<oid>.1.3.6.1.4.1.2021.10.1.5.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

Page 28: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

28 / 32

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>loadAvg5min</fileName>

<id>5</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>loadAvg5min</name>

<oid>.1.3.6.1.4.1.2021.10.1.5.2</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>loadAvg15min</fileName>

<id>6</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>loadAvg15min</name>

<oid>.1.3.6.1.4.1.2021.10.1.5.3</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>1000</threshold>

<thresholdComparator>71</thresholdComparator>

<thresholdFrequency>72</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>syslogdMsgDiscarded</fileName>

<id>7</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>syslogdMsgDiscarded</name>

<oid>.1.3.6.1.4.1.13567.3.28172.2.2</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>1</threshold>

<thresholdComparator>71</thresholdComparator>

<thresholdFrequency>72</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>syslogdQueueLevel</fileName>

<id>8</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>syslogdQueueLevel</name>

<oid>.1.3.6.1.4.1.13567.3.28172.2.4</oid>

Page 29: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

29 / 32

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>syslogdInThroughput</fileName>

<id>9</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>syslogdInThroughput</name>

<oid>.1.3.6.1.4.1.13567.3.28172.2.5</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>syslogdOutThroughput</fileName>

<id>10</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>syslogdOutThroughput</name>

<oid>.1.3.6.1.4.1.13567.3.28172.2.6</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>agregatordFileProcessed</fileName>

<id>11</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>agregatordFileProcessed</name>

<oid>.1.3.6.1.4.1.13567.3.28164.2.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>agregatordLogLinesProcessed</fileName>

<id>12</id>

<maxValue>-1</maxValue>

Page 30: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

30 / 32

<minValue>0</minValue>

<name>agregatordLogLinesProcessed</name>

<oid>.1.3.6.1.4.1.13567.3.28164.2.2</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>agregatordDbLinesUpdated</fileName>

<id>13</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>agregatordDbLinesUpdated</name>

<oid>.1.3.6.1.4.1.13567.3.28164.2.3</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>agregatordProcessTime</fileName>

<id>14</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>agregatordProcessTime</name>

<oid>.1.3.6.1.4.1.13567.3.28164.2.4</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>95</threshold>

<thresholdComparator>71</thresholdComparator>

<thresholdFrequency>72</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>disk_opt</fileName>

<id>15</id>

<maxValue>100</maxValue>

<minValue>0</minValue>

<name>disk_opt</name>

<oid>1.3.6.1.4.1.2021.9.1.9.2</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>90</threshold>

<thresholdComparator>71</thresholdComparator>

<thresholdFrequency>72</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

Page 31: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

31 / 32

<fileName>SyslogdVmSize</fileName>

<id>16</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>SyslogdVmSize</name>

<oid>.1.3.6.1.4.1.13567.3.28172.3.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>AgregatordVmSize</fileName>

<id>17</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>AgregatordVmSize</name>

<oid>.1.3.6.1.4.1.13567.3.28164.3.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>ReportlogdVmSize</fileName>

<id>18</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>ReportlogdVmSize</name>

<oid>.1.3.6.1.4.1.13567.3.28166.3.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>polldVmSize</fileName>

<id>19</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>polldVmSize</name>

<oid>.1.3.6.1.4.1.13567.3.28173.3.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

Page 32: MSActivator Health and Performances Monitoringdepot.ubiqube.com/.../MSActivator_Health_and_Performances_Monitoring.pdf · MSActivator Health and Performances Monitoring 3 / 32 1.Introduction

MSActivator Health and Performances Monitoring

32 / 32

- <snmpPollingList>

<comment />

<defaultPolling>false</defaultPolling>

<fileName>smsdVmSize</fileName>

<id>20</id>

<maxValue>-1</maxValue>

<minValue>0</minValue>

<name>smsdVmSize</name>

<oid>.1.3.6.1.4.1.13567.3.28169.3.1</oid>

<pollingType>71</pollingType>

<profileId>2226</profileId>

<threshold>0</threshold>

<thresholdComparator>76</thresholdComparator>

<thresholdFrequency>78</thresholdFrequency>

</snmpPollingList>

</MonitoringProfile>