Skip to content

Commit

Permalink
View established vSphere sessions from Zabbix
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 24, 2014
1 parent 7374c77 commit 99bb1cf
Showing 1 changed file with 80 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2014-09-13T14:40:11Z</date>
<date>2014-09-24T12:25:54Z</date>
<groups>
<group>
<name>Datastores</name>
Expand Down Expand Up @@ -41,6 +41,9 @@
<application>
<name>General</name>
</application>
<application>
<name>Sessions</name>
</application>
</applications>
<items>
<item>
Expand Down Expand Up @@ -717,6 +720,82 @@ vSphere host: {$VSPHERE.HOST}</description>
</host_prototype>
</host_prototypes>
</discovery_rule>
<discovery_rule>
<name>Discover vSphere Sessions</name>
<type>3</type>
<snmp_community/>
<snmp_oid/>
<key>vpoller[&quot;session.get&quot;, &quot;{HOST.HOST}&quot;, &quot;null&quot;, &quot;null&quot;, &quot;null&quot;]</key>
<delay>300</delay>
<status>0</status>
<allowed_hosts/>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<delay_flex/>
<params/>
<ipmi_sensor/>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<filter>:</filter>
<lifetime>1</lifetime>
<description>Discover established vSphere sessions</description>
<item_prototypes>
<item_prototype>
<name>{#VSPHERE.SESSION.USERNAME}@{#VSPHERE.SESSION.IPADDRESS} logged in at {#VSPHERE.SESSION.LOGINTIME} [call-count: {#VSPHERE.SESSION.CALLCOUNT}] [user-agent: {#VSPHERE.SESSION.USERAGENT}]</name>
<type>3</type>
<snmp_community/>
<multiplier>0</multiplier>
<snmp_oid/>
<key>vpoller.echo[{#VSPHERE.SESSION.KEY}]</key>
<delay>300</delay>
<history>1</history>
<trends>365</trends>
<status>0</status>
<value_type>4</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Sessions</name>
</application>
</applications>
<valuemap/>
</item_prototype>
</item_prototypes>
<trigger_prototypes/>
<graph_prototypes/>
<host_prototypes/>
</discovery_rule>
</discovery_rules>
<macros/>
<templates/>
Expand Down

0 comments on commit 99bb1cf

Please sign in to comment.