Created
May 8, 2012 10:18
-
-
Save freemanlutsk/2634062 to your computer and use it in GitHub Desktop.
MongoDB Zabbix Mikoomi Temlate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <zabbix_export version="1.0" date="08.05.12" time="11.37"> | |
| <hosts> | |
| <host name="Template_MongoDB"> | |
| <proxy_hostid>0</proxy_hostid> | |
| <useip>1</useip> | |
| <dns></dns> | |
| <ip>127.0.0.1</ip> | |
| <port>10050</port> | |
| <status>3</status> | |
| <useipmi>0</useipmi> | |
| <ipmi_ip>127.0.0.1</ipmi_ip> | |
| <ipmi_port>623</ipmi_port> | |
| <ipmi_authtype>0</ipmi_authtype> | |
| <ipmi_privilege>2</ipmi_privilege> | |
| <ipmi_username></ipmi_username> | |
| <ipmi_password></ipmi_password> | |
| <groups> | |
| <group>Templates</group> | |
| <group>Mikoomi Templates</group> | |
| </groups> | |
| <triggers> | |
| <trigger> | |
| <description>One or more databases have been created</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:db_count.last(0)}>{Template_MongoDB:db_count.prev(0)}</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>1</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>One or more databases have been destroyed</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:db_count.last(0)}<{Template_MongoDB:db_count.prev(0)}</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>2</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>No Data Received in 5 minutes</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:mongoDB_plugin_checksum.nodata(300)}=1</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>4</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>One or more members have been added to the ReplicaSet</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:replica_set_member_count.last(0)}>{Template_MongoDB:replica_set_member_count.prev(0)}</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>1</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>One or more members have been removed from the ReplicaSet</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:replica_set_member_count.last(0)}<{Template_MongoDB:replica_set_member_count.prev(0)}</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>4</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>One or more replication members need attention</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:repl_member_attention_state_count.last(0)}>0</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>4</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>One or more new sharded collections have been created</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:sharded_collections_count.last(0)}>{Template_MongoDB:sharded_collections_count.prev(0)}</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>1</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>One or more new shard chunks have been created</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:shard_chunk_count.last(0)}>{Template_MongoDB:shard_chunk_count.prev(0)}</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>1</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>One or more shards have been added to the cluster</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:shard_count.last(0)}>{Template_MongoDB:shard_count.prev(0)}</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>1</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>One or more shards have been removed from the cluster</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:shard_count.last(0)}<{Template_MongoDB:shard_count.prev(0)}</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>4</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>One or more collections have been added</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:total_collection_count.last(0)}>{Template_MongoDB:total_collection_count.prev(0)}</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>1</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>One or more collections have been dropped</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:total_collection_count.last(0)}<{Template_MongoDB:total_collection_count.prev(0)}</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>2</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>One or more indexes have been added</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:total_index_count.last(0)}>{Template_MongoDB:total_index_count.prev(0)}</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>1</priority> | |
| <comments></comments> | |
| </trigger> | |
| <trigger> | |
| <description>One or more indexes have been dropped</description> | |
| <type>0</type> | |
| <expression>{Template_MongoDB:total_index_count.last(0)}<{Template_MongoDB:total_index_count.prev(0)}</expression> | |
| <url></url> | |
| <status>0</status> | |
| <priority>2</priority> | |
| <comments></comments> | |
| </trigger> | |
| </triggers> | |
| <items> | |
| <item type="2" key="asserts_msg" value_type="3"> | |
| <description>Asserts: Total Msg Asserts</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Asserts</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="asserts_regular" value_type="3"> | |
| <description>Asserts: Total Regular Asserts</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Asserts</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="asserts_rollovers" value_type="3"> | |
| <description>Asserts: Total Assert Rollovers</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Asserts</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="asserts_user" value_type="3"> | |
| <description>Asserts: Total User Asserts</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Asserts</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="asserts_warning" value_type="3"> | |
| <description>Asserts: Total Warning Asserts</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Asserts</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="backgroundFlushing_average_ms" value_type="0"> | |
| <description>Background Flushing: Background Flush Average Time (ms)</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Background Flushing</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="backgroundFlushing_flushes" value_type="3"> | |
| <description>Background Flushing: Number of Flushes in Last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Background Flushing</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="backgroundFlushing_last_ms" value_type="0"> | |
| <description>Background Flushing: Last Background Flush Time (ms)</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Background Flushing</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="backgroundFlushing_total_ms" value_type="0"> | |
| <description>Background Flushing: Total Background Flush Time (ms) in Last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Background Flushing</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="connections_available" value_type="3"> | |
| <description>Database Connections: Connections Available</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Database Connections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="connections_current" value_type="3"> | |
| <description>Database Connections: Current Connections</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Database Connections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="cursors_clientCursors_size" value_type="3"> | |
| <description>Cursors: Client Cursor Size</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Cursors</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="cursors_timedOut" value_type="3"> | |
| <description>Cursors: Cursor Time Outs</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Cursors</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="cursors_totalOpen" value_type="3"> | |
| <description>Cursors: Open Curors</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Cursors</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="database_info" value_type="4"> | |
| <description>Databases and Collections: List of All Database Stats</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="db_avgObjSize" value_type="4"> | |
| <description>Databases and Collections: List of Database Average Object Size</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="db_collections" value_type="4"> | |
| <description>Databases and Collections: List of Database Collection Count</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="db_count" value_type="3"> | |
| <description>Databases and Collections: Database Count</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="db_dataSize" value_type="4"> | |
| <description>Databases and Collections: List of Database Data Size</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="db_fileSize" value_type="4"> | |
| <description>Databases and Collections: List of Database File Size</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="db_indexes" value_type="4"> | |
| <description>Databases and Collections: List of Database Index Count</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="db_indexSize" value_type="4"> | |
| <description>Databases and Collections: List of Database Index Size</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="db_info" value_type="4"> | |
| <description>Sharding: List of Sharded Databases and Collections</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Sharding</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="db_numExtents" value_type="4"> | |
| <description>Databases and Collections: List of Database Extent Count</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="db_objects" value_type="4"> | |
| <description>Databases and Collections: List of Database Object Count</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="db_storageSize" value_type="4"> | |
| <description>Databases and Collections: List of Database Storage Size</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="extra_info_heap_usage" value_type="0"> | |
| <description>Memory: Heap Memory Size (MB)</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Memory</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="extra_info_page_faults" value_type="3"> | |
| <description>Memory: Page Faults/minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Memory</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="globalLock_currentQueue_readers" value_type="3"> | |
| <description>Global Locking: Current Reader Queue Length</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Global Locking</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="globalLock_currentQueue_total" value_type="3"> | |
| <description>Global Locking: Current Total Queue Length</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Global Locking</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="globalLock_currentQueue_writers" value_type="3"> | |
| <description>Global Locking: Current Writer Queue Length</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Global Locking</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="globalLock_lockTime" value_type="3"> | |
| <description>Global Locking: Total Lock Time (microseconds) in Last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Global Locking</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="indexCounters_btree_accesses" value_type="3"> | |
| <description>Index Effectiveness: Total Btree Accesses in Last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Index Effectiveness</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="indexCounters_btree_hits" value_type="3"> | |
| <description>Index Effectiveness: Total Btree Hits in Last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Index Effectiveness</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="indexCounters_btree_misses" value_type="3"> | |
| <description>Index Effectiveness: Total Btree Misses in Last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Index Effectiveness</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="indexCounters_btree_missRatio" value_type="0"> | |
| <description>Index Effectiveness: Btree Miss Ratio</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Index Effectiveness</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="indexCounters_btree_resets" value_type="3"> | |
| <description>Index Effectiveness: Total Btree Resets</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Index Effectiveness</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="is_replica_set" value_type="1"> | |
| <description>Replication: Is Mongo Server Part of a ReplicatSet</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Replication</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="is_sharded" value_type="1"> | |
| <description>Sharding: Is Mongo Server a Cluster Router (mongos process)</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Sharding</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="logging_commits" value_type="3"> | |
| <description>Journaling: Commits in last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Journaling</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="logging_commits_in_writelock" value_type="0"> | |
| <description>Journaling: Commits in Writelocks in last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Journaling</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="logging_datafile_writes_mb" value_type="0"> | |
| <description>Journaling: Datafile Writes (MB) in last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Journaling</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="logging_datafile_write_time_ms" value_type="0"> | |
| <description>Journaling: Datafile Write Time (ms) in last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Journaling</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="logging_early_commits" value_type="0"> | |
| <description>Journaling: Early Commits in last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Journaling</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="logging_journal_writes_mb" value_type="0"> | |
| <description>Journaling: Journal Writes (MB) in last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Journaling</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="logging_journal_write_time_ms" value_type="0"> | |
| <description>Journaling: Journal Write Time (ms) in last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Journaling</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="logging_log_buffer_prep_time_ms" value_type="0"> | |
| <description>Journaling: Log Buffer Prep Time (ms) in last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Journaling</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="mem_bits" value_type="3"> | |
| <description>Memory: Memory Addressing (32/64 bit)</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Memory</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="mem_resident" value_type="3"> | |
| <description>Memory: Resident Memory Size (MB)</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Memory</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="mem_virtual" value_type="3"> | |
| <description>Memory: Virtual Memory Size (MB)</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Memory</application> | |
| </applications> | |
| </item> | |
| <item type="10" key="mikoomi-mongodb-plugin.sh[-h {$MONGODB_HOSTNAME} -p {$MONGODB_PORT} -z {$MONGODB_ZABBIX_NAME}-u {$MONGODB_USER} -x {$MONGODB_PASS}]" value_type="3"> | |
| <description>Miscellaneous: Data Collector</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts>localhost</trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Miscellaneous</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="mongoDB_plugin_checksum" value_type="4"> | |
| <description>Miscellaneous: MongoDB Plugin Checksum</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Miscellaneous</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="mongoDB_plugin_data_collection_time" value_type="3"> | |
| <description>Miscellaneous: MongoDB Plugin Data Collection Time (seconds)</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Miscellaneous</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="mongoDB_plugin_version" value_type="4"> | |
| <description>Miscellaneous: MongoDB Plugin Version</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Miscellaneous</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="mongodb_version" value_type="4"> | |
| <description>Miscellaneous: MongoDB Version</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Miscellaneous</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="opcounters_command" value_type="3"> | |
| <description>OpCounters: Total Commands in Last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>OpCounters</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="opcounters_delete" value_type="3"> | |
| <description>OpCounters: Total Delete Ops in Last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>OpCounters</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="opcounters_getmore" value_type="3"> | |
| <description>OpCounters: Total Getmore Ops in Last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>OpCounters</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="opcounters_insert" value_type="3"> | |
| <description>OpCounters: Total Insert Ops in Last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>OpCounters</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="opcounters_query" value_type="3"> | |
| <description>OpCounters: Total Query Ops in Last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>OpCounters</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="opcounters_update" value_type="3"> | |
| <description>OpCounters: Total Update Ops in Last 1 Minute</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>2</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>OpCounters</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="oplog.rs_count" value_type="3"> | |
| <description>Replication: Entries in oplog.rs Collection</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Replication</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="replica_set_hosts" value_type="4"> | |
| <description>Replication: ReplicaSet Host Names</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Replication</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="replica_set_member_count" value_type="3"> | |
| <description>Replication: ReplicaSet Member Count</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Replication</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="replica_set_name" value_type="1"> | |
| <description>Replication: ReplicaSet Name</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Replication</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="repl_member_attention_state_count" value_type="3"> | |
| <description>Replication: Count of ReplicaSet Members Needing Attention</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Replication</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="repl_member_attention_state_info" value_type="4"> | |
| <description>Replication: List of ReplicaSet Members in Attention State</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>30</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Replication</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="sharded_collections_count" value_type="3"> | |
| <description>Sharding: Total Number of Sharded Collections</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Sharding</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="sharded_collection_info" value_type="4"> | |
| <description>Sharding: List of Sharded Collections in Cluster</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Sharding</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="shard_chunk_count" value_type="3"> | |
| <description>Sharding: Total Number of Chunks</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Sharding</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="shard_count" value_type="3"> | |
| <description>Sharding: Total Number of Shards</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Sharding</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="shard_info" value_type="4"> | |
| <description>Sharding: List of Shards in Cluster</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Sharding</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="totalSize" value_type="0"> | |
| <description>Databases and Collections: Total Size of All Databases (MB)</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="total_collection_count" value_type="3"> | |
| <description>Databases and Collections: Total Collections Across All Databases</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="total_index_count" value_type="3"> | |
| <description>Databases and Collections: Total Indexes Across All Collections</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="total_object_count" value_type="3"> | |
| <description>Databases and Collections: Total Objects Across All Databases</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Databases and Collections</application> | |
| </applications> | |
| </item> | |
| <item type="2" key="uptime" value_type="3"> | |
| <description>Miscellaneous: MongoDB Uptime (seconds)</description> | |
| <ipmi_sensor></ipmi_sensor> | |
| <delay>60</delay> | |
| <history>90</history> | |
| <trends>365</trends> | |
| <status>0</status> | |
| <data_type>0</data_type> | |
| <units></units> | |
| <multiplier>0</multiplier> | |
| <delta>0</delta> | |
| <formula>0</formula> | |
| <lastlogsize>0</lastlogsize> | |
| <logtimefmt></logtimefmt> | |
| <delay_flex></delay_flex> | |
| <authtype>0</authtype> | |
| <username></username> | |
| <password></password> | |
| <publickey></publickey> | |
| <privatekey></privatekey> | |
| <params></params> | |
| <trapper_hosts></trapper_hosts> | |
| <snmp_community></snmp_community> | |
| <snmp_oid></snmp_oid> | |
| <snmp_port>161</snmp_port> | |
| <snmpv3_securityname></snmpv3_securityname> | |
| <snmpv3_securitylevel>0</snmpv3_securitylevel> | |
| <snmpv3_authpassphrase></snmpv3_authpassphrase> | |
| <snmpv3_privpassphrase></snmpv3_privpassphrase> | |
| <valuemapid>0</valuemapid> | |
| <applications> | |
| <application>Miscellaneous</application> | |
| </applications> | |
| </item> | |
| </items> | |
| <templates/> | |
| <graphs> | |
| <graph name="MongoDB Memory Footprint" width="900" height="200"> | |
| <ymin_type>0</ymin_type> | |
| <ymax_type>0</ymax_type> | |
| <ymin_item_key></ymin_item_key> | |
| <ymax_item_key></ymax_item_key> | |
| <show_work_period>0</show_work_period> | |
| <show_triggers>1</show_triggers> | |
| <graphtype>0</graphtype> | |
| <yaxismin>0.0000</yaxismin> | |
| <yaxismax>100.0000</yaxismax> | |
| <show_legend>0</show_legend> | |
| <show_3d>0</show_3d> | |
| <percent_left>0.0000</percent_left> | |
| <percent_right>0.0000</percent_right> | |
| <graph_elements> | |
| <graph_element item="Template_MongoDB:mem_virtual"> | |
| <drawtype>2</drawtype> | |
| <sortorder>0</sortorder> | |
| <color>009900</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| <graph_element item="Template_MongoDB:extra_info_heap_usage"> | |
| <drawtype>2</drawtype> | |
| <sortorder>1</sortorder> | |
| <color>000000</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| <graph_element item="Template_MongoDB:mem_resident"> | |
| <drawtype>2</drawtype> | |
| <sortorder>2</sortorder> | |
| <color>0000CC</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| </graph_elements> | |
| </graph> | |
| <graph name="MongoDB Journaling" width="900" height="200"> | |
| <ymin_type>0</ymin_type> | |
| <ymax_type>0</ymax_type> | |
| <ymin_item_key></ymin_item_key> | |
| <ymax_item_key></ymax_item_key> | |
| <show_work_period>0</show_work_period> | |
| <show_triggers>1</show_triggers> | |
| <graphtype>0</graphtype> | |
| <yaxismin>0.0000</yaxismin> | |
| <yaxismax>100.0000</yaxismax> | |
| <show_legend>0</show_legend> | |
| <show_3d>0</show_3d> | |
| <percent_left>0.0000</percent_left> | |
| <percent_right>0.0000</percent_right> | |
| <graph_elements> | |
| <graph_element item="Template_MongoDB:logging_commits"> | |
| <drawtype>2</drawtype> | |
| <sortorder>0</sortorder> | |
| <color>BB0000</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| <graph_element item="Template_MongoDB:logging_datafile_writes_mb"> | |
| <drawtype>2</drawtype> | |
| <sortorder>1</sortorder> | |
| <color>DDDD00</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| <graph_element item="Template_MongoDB:logging_datafile_write_time_ms"> | |
| <drawtype>2</drawtype> | |
| <sortorder>2</sortorder> | |
| <color>CC00CC</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| <graph_element item="Template_MongoDB:logging_journal_writes_mb"> | |
| <drawtype>2</drawtype> | |
| <sortorder>3</sortorder> | |
| <color>00BB00</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| <graph_element item="Template_MongoDB:logging_journal_write_time_ms"> | |
| <drawtype>2</drawtype> | |
| <sortorder>4</sortorder> | |
| <color>0000BB</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| </graph_elements> | |
| </graph> | |
| <graph name="MongoDB Database Operations" width="900" height="200"> | |
| <ymin_type>0</ymin_type> | |
| <ymax_type>0</ymax_type> | |
| <ymin_item_key></ymin_item_key> | |
| <ymax_item_key></ymax_item_key> | |
| <show_work_period>0</show_work_period> | |
| <show_triggers>1</show_triggers> | |
| <graphtype>0</graphtype> | |
| <yaxismin>0.0000</yaxismin> | |
| <yaxismax>100.0000</yaxismax> | |
| <show_legend>0</show_legend> | |
| <show_3d>0</show_3d> | |
| <percent_left>0.0000</percent_left> | |
| <percent_right>0.0000</percent_right> | |
| <graph_elements> | |
| <graph_element item="Template_MongoDB:opcounters_query"> | |
| <drawtype>2</drawtype> | |
| <sortorder>0</sortorder> | |
| <color>00DD00</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| <graph_element item="Template_MongoDB:opcounters_insert"> | |
| <drawtype>2</drawtype> | |
| <sortorder>1</sortorder> | |
| <color>CC0000</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| <graph_element item="Template_MongoDB:opcounters_update"> | |
| <drawtype>2</drawtype> | |
| <sortorder>2</sortorder> | |
| <color>CCCC00</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| <graph_element item="Template_MongoDB:opcounters_delete"> | |
| <drawtype>2</drawtype> | |
| <sortorder>3</sortorder> | |
| <color>0000BB</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| <graph_element item="Template_MongoDB:opcounters_command"> | |
| <drawtype>2</drawtype> | |
| <sortorder>4</sortorder> | |
| <color>000000</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| <graph_element item="Template_MongoDB:opcounters_getmore"> | |
| <drawtype>2</drawtype> | |
| <sortorder>5</sortorder> | |
| <color>EE00EE</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| </graph_elements> | |
| </graph> | |
| <graph name="MongoDB Sum Total of Sizes of All Databases" width="900" height="200"> | |
| <ymin_type>0</ymin_type> | |
| <ymax_type>0</ymax_type> | |
| <ymin_item_key></ymin_item_key> | |
| <ymax_item_key></ymax_item_key> | |
| <show_work_period>0</show_work_period> | |
| <show_triggers>1</show_triggers> | |
| <graphtype>0</graphtype> | |
| <yaxismin>0.0000</yaxismin> | |
| <yaxismax>100.0000</yaxismax> | |
| <show_legend>0</show_legend> | |
| <show_3d>0</show_3d> | |
| <percent_left>0.0000</percent_left> | |
| <percent_right>0.0000</percent_right> | |
| <graph_elements> | |
| <graph_element item="Template_MongoDB:totalSize"> | |
| <drawtype>1</drawtype> | |
| <sortorder>0</sortorder> | |
| <color>0000EE</color> | |
| <yaxisside>0</yaxisside> | |
| <calc_fnc>7</calc_fnc> | |
| <type>0</type> | |
| <periods_cnt>5</periods_cnt> | |
| </graph_element> | |
| </graph_elements> | |
| </graph> | |
| </graphs> | |
| <macros> | |
| <macro> | |
| <value>localhost</value> | |
| <name>{$MONGODB_HOSTNAME}</name> | |
| </macro> | |
| <macro> | |
| <value>27017</value> | |
| <name>{$MONGODB_PORT}</name> | |
| </macro> | |
| <macro> | |
| <value>MongoDB_ZabbixN</value> | |
| <name>{$MONGODB_ZABBIX_NAME}</name> | |
| </macro> | |
| </macros> | |
| </host> | |
| </hosts> | |
| <dependencies/> | |
| </zabbix_export> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment