Allot Netenforcer

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

krap_rz
Posts: 26
Joined: Thu May 18, 2006 5:23 am
Location: Cyberjaya, Malaysia
Contact:

Different user for different xml files?

Post by krap_rz »

Dear all, i am terebly new at cacti. :-?

Ok now my netenforcer is managing several remote hosts (non-snmp devices). I wanted several remotes to seen only to UserA, several to UserB and so on. From what i understand in this thread forum, it seems that xeon manage to implement NetEnforcer MIB onto Cacti. Now his OID is a bit different than mine probobly due to different version Allot box:

.1.3.6.1.4.1.2603.1.5.1.1.1.X.YY.0.YY.0 where X is the OID counter type and YY.0.YY.0 for remotes.

So from xeon xml file, i have been doing some modify trial&error test to see whether its working or not. But the reply from verbose query is=

+ Running data query [13].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/allot-qvc-thc.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.2603.1.5.1.1.1'
+ No SNMP data returned
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/allot-qvc-thc.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/allot-qvc-thc.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/allot-qvc-thc.xml'



If i run snmpwalk from my box, here is the reply:

[root@localhost snmp_queries]# snmpwalk -c public -v 1 192.168.150.73 .1.3.6.1.4.1.2603.1.5.1.1.1.5.31.0.4.0
SNMPv2-SMI::enterprises.2603.1.5.1.1.1.5.31.0.4.0 = Counter64: 728098807 (Netenforcer qidVcByteCountIn for customer 31.0.4.0)
[root@localhost snmp_queries]# snmpwalk -c public -v 1 192.168.150.73 .1.3.6.1.4.1.2603.1.5.1.1.1.6.31.0.4.0
SNMPv2-SMI::enterprises.2603.1.5.1.1.1.6.31.0.4.0 = Counter64: 2742280654 (Netenforcer qidVcByteCountOut for customer 31.0.4.0)

Can anyone help me on these? Below is the last modification of xml file. If not, i am willing to hear any other suggestion that i can made to poll bandwidth utilization for each non-snmp device from NetEnforcer.

<interface>
<name>Get Allot VC information</name>
<description>Get SNMP based VC Information</description>
<index_order_type>numeric</index_order_type>
<oid_index>.1.3.6.1.4.1.2603.1.5.1.1.1</oid_index>
<oid_index_parse>OID/REGEXP:.*\.([0-9]{1,3}\.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3})$</oid_index_parse>

<fields>
<vcByteCountIn>
<name>vcByteCountIn</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.2603.1.5.1.1.1.5</oid>
</vcByteCountIn>
<vcByteCountOut>
<name>vcByteCountOut</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.2603.1.5.1.1.1.6</oid>
</vcByteCountOut>
</fields>
</interface>
KeyBoarD Is MightieR ThaN ThE sWorD, iF onLy ConNecTed tO tHe InTernET..
caplinux
Posts: 1
Joined: Wed Jul 25, 2007 9:25 pm

Problem Creating Graph Allot NetEnforced

Post by caplinux »

Notice: Undefined index: sgg_11 in /home/httpd/cacti2/graphs_new.php on line 71

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/cacti2/graphs_new.php:71) in /home/httpd/cacti2/graphs_new.php on line 322
warzwar
Posts: 4
Joined: Thu Jan 03, 2008 4:46 am

Re: Problem Creating Graph Allot NetEnforced

Post by warzwar »

I should be add in Associated Graph Templates

What graph in?
helloja
Posts: 2
Joined: Wed Jun 04, 2008 11:31 pm

I have got the same result as "krap_rz".

Post by helloja »

I have got the same result as "krap_rz". If anyone know pls help to answer
southcat
Posts: 9
Joined: Fri Oct 31, 2008 2:18 am

Post by southcat »

xeon wrote:Well... I think I got it running.

Here are the 2 xml files I'm using for the allot.

Corrections/additions are welcome.

Regards,
Hello!
My version of the cacti are Version 0.8.7b, download the two documents were unable to import a template, you can modify .
Thanks
southcat
Posts: 9
Joined: Fri Oct 31, 2008 2:18 am

Post by southcat »

xeon wrote:Well... I think I got it running.

Here are the 2 xml files I'm using for the allot.

Corrections/additions are welcome.

Regards,
The Forum is for the template can not allot the use of Version 0.8.7b. I do not know why?
Hello!
My version of the cacti are Version 0.8.7b, download the two documents were unable to import a template, you can modify
Thanks
southcat
Posts: 9
Joined: Fri Oct 31, 2008 2:18 am

Post by southcat »

xeon wrote:Well... I think I got it running.

Here are the 2 xml files I'm using for the allot.

Corrections/additions are welcome.

Regards,
请问如何导入,我导不进去
mrnoodle
Cacti User
Posts: 59
Joined: Sun Apr 02, 2006 3:56 pm

Post by mrnoodle »

Attached is a copy of the Host Template I created for the NetEnforcer along with all of the dependencies that are associated with their creation. I also had to modify the allot-vc.xml file that was posted above to include some additional graphs that were not originally there.

The graphs I have created:

Total NE Graphs - Traffic, Packets, Active Connections, New Connections

NE Indexed Pipe Graphs (using XML files posted above) - Traffic, Packets, Active Connections, New Connections

NE Indexed VC Graphs (using XML files posted above) - Traffic, Packets, Active Connections, New Connections

First Warning: I have a number of custom settings on my Cacti installation, most notably a large default 5 minute RRA, so you should probably verify these templates do no import anything you don't want or at least you should verify/change the settings after it is imported. I have also found that the SNMP performance on even a lightly loaded Allot is less than responsive so I found that you have to increase the SNMP timeout to get these indexed polls to respond properly. On one Allot, I had to set the timeout to beyond 5 seconds to be able to get the Pipe Index data, but YMMV.

A second warning: An Allot with many hosts defined will have many VCs defined and a walk of all the VCs may not be acceptable, but again YMMV.


A third bit of information: All of the graph templates include a blank line after the second legend entry which will not show up properly after being imported. To display the graphs as expected, you will have to go into each of the Allot graph templates and add a single space in the text box for the comment so it will add the blank line.

Enjoy!
Attachments
cacti_host_template_allot.xml
Import this template into Cacti using the import Template function.
(150.71 KiB) Downloaded 913 times
allot-vc.xml
Copy to the &quot;cacti/resources/snmp_queries&quot; along with the allot-pipe.xml file posted above.
(3.01 KiB) Downloaded 875 times
southcat
Posts: 9
Joined: Fri Oct 31, 2008 2:18 am

Post by southcat »

mrnoodle wrote:Attached is a copy of the Host Template I created for the NetEnforcer along with all of the dependencies that are associated with their creation. I also had to modify the allot-vc.xml file that was posted above to include some additional graphs that were not originally there.

The graphs I have created:

Total NE Graphs - Traffic, Packets, Active Connections, New Connections

NE Indexed Pipe Graphs (using XML files posted above) - Traffic, Packets, Active Connections, New Connections

NE Indexed VC Graphs (using XML files posted above) - Traffic, Packets, Active Connections, New Connections

First Warning: I have a number of custom settings on my Cacti installation, most notably a large default 5 minute RRA, so you should probably verify these templates do no import anything you don't want or at least you should verify/change the settings after it is imported. I have also found that the SNMP performance on even a lightly loaded Allot is less than responsive so I found that you have to increase the SNMP timeout to get these indexed polls to respond properly. On one Allot, I had to set the timeout to beyond 5 seconds to be able to get the Pipe Index data, but YMMV.

A second warning: An Allot with many hosts defined will have many VCs defined and a walk of all the VCs may not be acceptable, but again YMMV.


A third bit of information: All of the graph templates include a blank line after the second legend entry which will not show up properly after being imported. To display the graphs as expected, you will have to go into each of the Allot graph templates and add a single space in the text box for the comment so it will add the blank line.

Enjoy!
我会出错:
my error note:
+ Running data query [42].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/opt/lampp/htdocs/cacti/resource/snmp_queries/allot-pipe.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.2603.1.2.1.1.1.1'
+ No SNMP data returned
+ Found data query XML file at '/opt/lampp/htdocs/cacti/resource/snmp_queries/allot-pipe.xml'
+ Found data query XML file at '/opt/lampp/htdocs/cacti/resource/snmp_queries/allot-pipe.xml'
+ Found data query XML file at '/opt/lampp/htdocs/cacti/resource/snmp_queries/allot-pipe.xml'
southcat
Posts: 9
Joined: Fri Oct 31, 2008 2:18 am

Post by southcat »

mrnoodle wrote:Attached is a copy of the Host Template I created for the NetEnforcer along with all of the dependencies that are associated with their creation. I also had to modify the allot-vc.xml file that was posted above to include some additional graphs that were not originally there.

The graphs I have created:

Total NE Graphs - Traffic, Packets, Active Connections, New Connections

NE Indexed Pipe Graphs (using XML files posted above) - Traffic, Packets, Active Connections, New Connections

NE Indexed VC Graphs (using XML files posted above) - Traffic, Packets, Active Connections, New Connections

First Warning: I have a number of custom settings on my Cacti installation, most notably a large default 5 minute RRA, so you should probably verify these templates do no import anything you don't want or at least you should verify/change the settings after it is imported. I have also found that the SNMP performance on even a lightly loaded Allot is less than responsive so I found that you have to increase the SNMP timeout to get these indexed polls to respond properly. On one Allot, I had to set the timeout to beyond 5 seconds to be able to get the Pipe Index data, but YMMV.

A second warning: An Allot with many hosts defined will have many VCs defined and a walk of all the VCs may not be acceptable, but again YMMV.


A third bit of information: All of the graph templates include a blank line after the second legend entry which will not show up properly after being imported. To display the graphs as expected, you will have to go into each of the Allot graph templates and add a single space in the text box for the comment so it will add the blank line.

Enjoy!
can you export allot-pipe.xml ,let me see
mrnoodle
Cacti User
Posts: 59
Joined: Sun Apr 02, 2006 3:56 pm

Post by mrnoodle »

The alot-pipe.xml file was attached earlier in this post. There is nothing different in my file than the one posted earlier.

Try increasing your SNMP timeout in that Allot host to see if you get a response. Something like 10 seconds may be needed.
amwes
Posts: 1
Joined: Wed Jan 14, 2009 7:09 am

help with allot pipes

Post by amwes »

hello ,

i have been able to use the said scripts and graph an allot netenforcer box with about 233 pipes now the problem is that every time i add a new pipe on the allot box the graphs seem to get mixed up .

has anyone encountered this problem ?

any help will be appreciated

thank you

--
nicolatron
Posts: 40
Joined: Mon Jan 28, 2008 4:11 am

Re: Allot Netenforcer

Post by nicolatron »

Hello,
In case someone stumbles upon the same problem.
I'm using and generating graphs for a Netenforcer AC-802. But i have noticed in the spine process, after the 107 datasource is polled the Netenforcer stars responding "U" to all the pollings. I don't know why or how, i just deleted all the garbage datasources i had and leave the important ones untill there was only 104 datasources associated with the Netenforcer device, now it's working ok.

A spine log with the problem when i had too many datasources for that device (in device's opinion):

11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The path_php_server variable is /cacti-svn/script_server.php
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The path_cactilog variable is /cacti-svn/log/cacti.log
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The log_destination variable is 1 (FILE)
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The path_php variable is /usr/bin/php5
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The availability_method variable is 4
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The ping_recovery_count variable is 3
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The ping_failure_count variable is 2
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The ping_method variable is 2
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The ping_retries variable is 1
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The ping_timeout variable is 400
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The snmp_retries variable is 3
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The log_perror variable is 1
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The log_pwarn variable is 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The boost_redirect variable is 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The log_pstats variable is 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The threads variable is 10
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The polling interval is 300 seconds
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The number of concurrent processes is 1
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The script timeout is 55
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The number of php script servers to run is 10
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: StartHost='634', EndHost='634', TotalPHPScripts='0'
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The PHP Script Server is Not Required
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The Maximum SNMP OID Get Size is 40
11/20/2014 05:41:44 PM - SPINE: Poller[0] Version 0.8.8b starting
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: MySQL is Thread Safe!
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: Spine is running asroot.
11/20/2014 05:41:44 PM - SPINE: Poller[0] SPINE: Initializing Net-SNMP API
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: Issues with SNMP Header Version information, assuming old version of Net-SNMP.
11/20/2014 05:41:44 PM - SPINE: Poller[0] SPINE: Initializing PHP Script Server(s)
11/20/2014 05:41:44 PM - SPINE: Poller[0] NOTE: Spine will support multithread device polling.
11/20/2014 05:41:44 PM - SPINE: Poller[0] NOTE: Spine is behaving in a 0.8.7g+ manner
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: Initial Value of Active Threads is 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: Valid Thread to be Created
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: In Poller, About to Start Polling of Host
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 1
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: In Poller, About to Start Polling of Host
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: Valid Thread to be Created
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 2
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[0] TH[1] Total Time: 0.00025 Seconds
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[0] TH[1] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
11/20/2014 05:41:44 PM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 1
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] DEBUG: Entering SNMP Ping
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] SNMP Result: Host responded to SNMP
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] RECACHE: Processing 3 items in the auto reindex cache for 'netenforcer'
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] Recache DataQuery[1] OID: .1.3.6.1.2.1.1.3.0, output: 1634492321
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] Recache DataQuery[16] OID: .1.3.6.1.2.1.1.3.0, output: 1634492321
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] Recache DataQuery[17] OID: .1.3.6.1.2.1.1.3.0, output: 1634492321
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] NOTE: There are '154' Polling Items for this Host
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[73473] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.18.0, value: 1968832692439
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[73470] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.26.0, value: 2183988845598
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[73471] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.17.0, value: 1852179552
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[73471] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.17.0, value: 77956365
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[73472] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.3.0, value: 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[54772] SNMP: v2: netenforcer, dsname: errors_out, oid: .1.3.6.1.2.1.2.2.1.20.3, value: 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[54772] SNMP: v2: netenforcer, dsname: discards_out, oid: .1.3.6.1.2.1.2.2.1.19.3, value: 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[54772] SNMP: v2: netenforcer, dsname: discards_in, oid: .1.3.6.1.2.1.2.2.1.13.3, value: 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[54772] SNMP: v2: netenforcer, dsname: errors_in, oid: .1.3.6.1.2.1.2.2.1.14.3, value: 1
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[54771] SNMP: v2: netenforcer, dsname: errors_out, oid: .1.3.6.1.2.1.2.2.1.20.2, value: 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[54771] SNMP: v2: netenforcer, dsname: discards_out, oid: .1.3.6.1.2.1.2.2.1.19.2, value: 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[54771] SNMP: v2: netenforcer, dsname: discards_in, oid: .1.3.6.1.2.1.2.2.1.13.2, value: 24987442
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[54771] SNMP: v2: netenforcer, dsname: errors_in, oid: .1.3.6.1.2.1.2.2.1.14.2, value: 24987442
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[54770] SNMP: v2: netenforcer, dsname: errors_out, oid: .1.3.6.1.2.1.2.2.1.20.1, value: 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[54770] SNMP: v2: netenforcer, dsname: discards_out, oid: .1.3.6.1.2.1.2.2.1.19.1, value: 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[54770] SNMP: v2: netenforcer, dsname: discards_in, oid: .1.3.6.1.2.1.2.2.1.13.1, value: 1895930
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[54770] SNMP: v2: netenforcer, dsname: errors_in, oid: .1.3.6.1.2.1.2.2.1.14.1, value: 1895930
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[73472] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.3.0, value: 0
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[73473] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.18.0, value: 19493978332813
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[55804] SNMP: v2: netenforcer, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.1, value: 3618820973
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[55804] SNMP: v2: netenforcer, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.1, value: 2371350221
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[55805] SNMP: v2: netenforcer, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.2, value: 2745438402
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[55805] SNMP: v2: netenforcer, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.2, value: 1783858785
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[55806] SNMP: v2: netenforcer, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.3, value: 1738736642
11/20/2014 05:41:44 PM - SPINE: Poller[0] Host[634] TH[1] DS[55806] SNMP: v2: netenforcer, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.3, value: 449345190
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73470] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.26.0, value: 405396278831
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73464] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.23.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73465] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.14.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73465] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.14.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73466] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.24.0, value: 2732
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73466] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.24.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73467] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.15.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73467] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.15.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73468] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.25.0, value: 171
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73468] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.25.0, value: 124
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73469] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.16.0, value: 40895727
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73469] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.16.0, value: 6947176
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73455] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.9.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73455] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.9.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73456] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.1.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73456] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.1.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73457] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.10.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73457] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.10.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73458] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.11.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73458] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.11.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73459] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.2.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73459] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.2.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73460] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.3.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73460] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.3.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73461] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.4.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73461] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.4.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73462] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.6.0.1.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73462] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.6.0.1.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73463] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.13.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73463] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.13.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73464] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.23.0, value: 923464
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73454] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.8.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73454] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.8.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73449] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.3.0.1.0, value: 12412280091
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73450] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.4.0.1.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73450] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.4.0.1.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73451] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.5.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73451] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.5.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73452] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.6.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73452] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.6.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73453] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.7.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73453] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.7.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73449] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.3.0.1.0, value: 199780084
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73447] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.1.0.1.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73447] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.1.0.1.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73448] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.2.0.1.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73448] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.2.0.1.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69138] SNMP: v2: netenforcer, dsname: traffic_in, oid: .1.3.6.1.2.1.31.1.1.1.6.1, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69138] SNMP: v2: netenforcer, dsname: traffic_out, oid: .1.3.6.1.2.1.31.1.1.1.10.1, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69139] SNMP: v2: netenforcer, dsname: traffic_in, oid: .1.3.6.1.2.1.31.1.1.1.6.2, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69139] SNMP: v2: netenforcer, dsname: traffic_out, oid: .1.3.6.1.2.1.31.1.1.1.10.2, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69140] SNMP: v2: netenforcer, dsname: traffic_in, oid: .1.3.6.1.2.1.31.1.1.1.6.3, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69140] SNMP: v2: netenforcer, dsname: traffic_out, oid: .1.3.6.1.2.1.31.1.1.1.10.3, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69141] SNMP: v2: netenforcer, dsname: neactiveconn, oid: .1.3.6.1.4.1.2603.1.1.1.4.0, value: 9614
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69142] SNMP: v2: netenforcer, dsname: nenewconn, oid: .1.3.6.1.4.1.2603.1.1.1.5.0, value: 1749320855
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69143] SNMP: v2: netenforcer, dsname: neactiveconn, oid: .1.3.6.1.4.1.2603.1.1.1.4.0, value: 9614
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69144] SNMP: v2: netenforcer, dsname: nepacketsin, oid: .1.3.6.1.4.1.2603.1.1.1.6.0, value: 81949925081
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69145] SNMP: v2: netenforcer, dsname: nepacketsout, oid: .1.3.6.1.4.1.2603.1.1.1.7.0, value: 79418006003
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69146] SNMP: v2: netenforcer, dsname: netrafficout, oid: .1.3.6.1.4.1.2603.1.1.1.2.0, value: 53742204730282
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69147] SNMP: v2: netenforcer, dsname: netrafficin, oid: .1.3.6.1.4.1.2603.1.1.1.1.0, value: 69384741445258
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[69148] SNMP: v2: netenforcer, dsname: netrafficout, oid: .1.3.6.1.4.1.2603.1.1.1.2.0, value: 53742204730282
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73474] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.4.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73474] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.4.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73475] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.19.0, value: 1493601864961
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73475] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.19.0, value: 176006527584
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73476] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.5.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73476] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.5.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73477] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.1.0, value: 17772294255
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73477] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.1.0, value: 208097650052
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73478] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.2.0, value: 115287531454
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73478] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.2.0, value: 12788279295
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73479] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.6.0, value: 283046640364
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73479] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.6.0, value: 2951626947426
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73480] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.10.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73480] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.10.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73481] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.20.0, value: 151602550192
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73481] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.20.0, value: 126538892250
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73482] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.7.0, value: 1208325683941
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73482] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.7.0, value: 10222479143760
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73483] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.11.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73483] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.11.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73484] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.21.0, value: 7869015
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73484] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.21.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73485] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.8.0, value: 118193312984
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73485] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.8.0, value: 3048983079156
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73486] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.12.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73486] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.12.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73487] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.22.0, value: 14402013
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73487] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.22.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73488] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.9.0, value: 5933073541666
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73488] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.9.0, value: 2242251214883
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73489] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.8.0.9.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73489] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.8.0.9.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73490] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.8.0.1.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73490] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.8.0.1.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73491] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.8.0.10.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73491] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.8.0.10.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73492] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.8.0.11.0, value: 40089140
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73492] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.8.0.11.0, value: 234712640
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73493] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.8.0.2.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73493] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.8.0.2.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73494] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.8.0.3.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73494] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.8.0.3.0, value: 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73495] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.8.0.4.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73495] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.8.0.4.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73496] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.8.0.5.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73496] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.8.0.5.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73497] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.8.0.6.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73497] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.8.0.6.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73498] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.8.0.7.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73498] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.8.0.7.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73499] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.8.0.8.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73499] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.8.0.8.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73446] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.8.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73446] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.8.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73445] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.7.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73442] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.4.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73442] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.4.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73443] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.5.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73443] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.5.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73445] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.7.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73444] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.6.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73444] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.6.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73439] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.1.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73439] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.1.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73440] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.2.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73440] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.2.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73441] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.3.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DS[73441] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.3.0, value: U
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] Total Time: 0.27 Seconds
11/20/2014 05:41:45 PM - SPINE: Poller[0] Host[634] TH[1] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
11/20/2014 05:41:45 PM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 0
11/20/2014 05:41:45 PM - SPINE: Poller[0] DEBUG: Thread Cleanup Complete
11/20/2014 05:41:45 PM - SPINE: Poller[0] DEBUG: PHP Script Server Pipes Closed
11/20/2014 05:41:45 PM - SPINE: Poller[0] DEBUG: Allocated Variable Memory Freed
11/20/2014 05:41:45 PM - SPINE: Poller[0] DEBUG: MYSQL Free & Close Completed
11/20/2014 05:41:45 PM - SPINE: Poller[0] DEBUG: Net-SNMP Close Completed
11/20/2014 05:41:45 PM - SPINE: Poller[0] Time: 0.2867 s, Threads: 10, Hosts: 2

and now that i "only" have 104 datasources:

11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The path_php_server variable is /cacti-svn/script_server.php
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The path_cactilog variable is /cacti-svn/log/cacti.log
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The log_destination variable is 1 (FILE)
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The path_php variable is /usr/bin/php5
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The availability_method variable is 4
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The ping_recovery_count variable is 3
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The ping_failure_count variable is 2
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The ping_method variable is 2
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The ping_retries variable is 1
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The ping_timeout variable is 400
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The snmp_retries variable is 3
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The log_perror variable is 1
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The log_pwarn variable is 0
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The boost_redirect variable is 0
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The log_pstats variable is 0
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The threads variable is 40
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The polling interval is 300 seconds
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The number of concurrent processes is 1
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The script timeout is 55
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The number of php script servers to run is 10
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: StartHost='634', EndHost='634', TotalPHPScripts='0'
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The PHP Script Server is Not Required
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: The Maximum SNMP OID Get Size is 100
11/20/2014 05:57:38 PM - SPINE: Poller[0] Version 0.8.8b starting
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: MySQL is Thread Safe!
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: Spine is running asroot.
11/20/2014 05:57:38 PM - SPINE: Poller[0] SPINE: Initializing Net-SNMP API
11/20/2014 05:57:38 PM - SPINE: Poller[0] DEBUG: Issues with SNMP Header Version information, assuming old version of Net-SNMP.
11/20/2014 05:57:39 PM - SPINE: Poller[0] SPINE: Initializing PHP Script Server(s)
11/20/2014 05:57:39 PM - SPINE: Poller[0] NOTE: Spine will support multithread device polling.
11/20/2014 05:57:39 PM - SPINE: Poller[0] NOTE: Spine is behaving in a 0.8.7g+ manner
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: Initial Value of Active Threads is 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: Valid Thread to be Created
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: In Poller, About to Start Polling of Host
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 1
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: Valid Thread to be Created
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 2
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: In Poller, About to Start Polling of Host
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] DEBUG: Entering SNMP Ping
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[0] TH[1] Total Time: 0.00072 Seconds
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[0] TH[1] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 1
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] SNMP Result: Host responded to SNMP
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] RECACHE: Processing 3 items in the auto reindex cache for 'netenforcer'
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] Recache DataQuery[1] OID: .1.3.6.1.2.1.1.3.0, output: 1634587738
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] Recache DataQuery[16] OID: .1.3.6.1.2.1.1.3.0, output: 1634587738
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] Recache DataQuery[17] OID: .1.3.6.1.2.1.1.3.0, output: 1634587738
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] NOTE: There are '100' Polling Items for this Host
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73473] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.18.0, value: 1969178970173
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73471] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.17.0, value: 1852255490
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73471] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.17.0, value: 77971711
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73472] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.3.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[54771] SNMP: v2: netenforcer, dsname: errors_out, oid: .1.3.6.1.2.1.2.2.1.20.2, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[54771] SNMP: v2: netenforcer, dsname: discards_out, oid: .1.3.6.1.2.1.2.2.1.19.2, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[54771] SNMP: v2: netenforcer, dsname: discards_in, oid: .1.3.6.1.2.1.2.2.1.13.2, value: 24987442
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[54771] SNMP: v2: netenforcer, dsname: errors_in, oid: .1.3.6.1.2.1.2.2.1.14.2, value: 24987442
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[54770] SNMP: v2: netenforcer, dsname: errors_out, oid: .1.3.6.1.2.1.2.2.1.20.1, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[54770] SNMP: v2: netenforcer, dsname: discards_out, oid: .1.3.6.1.2.1.2.2.1.19.1, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[54770] SNMP: v2: netenforcer, dsname: discards_in, oid: .1.3.6.1.2.1.2.2.1.13.1, value: 1895930
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[54770] SNMP: v2: netenforcer, dsname: errors_in, oid: .1.3.6.1.2.1.2.2.1.14.1, value: 1895930
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73472] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.3.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73473] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.18.0, value: 19498562349427
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[55804] SNMP: v2: netenforcer, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.1, value: 4158278502
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[55804] SNMP: v2: netenforcer, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.1, value: 211379058
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[55805] SNMP: v2: netenforcer, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.2, value: 717902094
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[55805] SNMP: v2: netenforcer, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.2, value: 2196857493
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73465] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.14.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73465] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.14.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73468] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.25.0, value: 171
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73468] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.25.0, value: 124
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73469] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.16.0, value: 40896371
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73469] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.16.0, value: 6947176
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73455] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.9.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73455] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.9.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73456] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.1.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73456] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.1.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73457] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.10.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73457] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.10.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73459] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.2.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73459] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.2.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73460] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.3.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73460] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.3.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73461] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.4.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73461] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.4.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73463] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.13.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73463] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.13.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73454] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.8.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73454] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.8.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73451] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.5.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73451] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.5.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73452] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.6.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73452] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.6.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73453] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.5.0.7.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73453] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.5.0.7.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[69138] SNMP: v2: netenforcer, dsname: traffic_in, oid: .1.3.6.1.2.1.31.1.1.1.6.1, value: U
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[69138] SNMP: v2: netenforcer, dsname: traffic_out, oid: .1.3.6.1.2.1.31.1.1.1.10.1, value: U
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[69139] SNMP: v2: netenforcer, dsname: traffic_in, oid: .1.3.6.1.2.1.31.1.1.1.6.2, value: U
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[69139] SNMP: v2: netenforcer, dsname: traffic_out, oid: .1.3.6.1.2.1.31.1.1.1.10.2, value: U
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[69143] SNMP: v2: netenforcer, dsname: neactiveconn, oid: .1.3.6.1.4.1.2603.1.1.1.4.0, value: 9778
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[69144] SNMP: v2: netenforcer, dsname: nepacketsin, oid: .1.3.6.1.4.1.2603.1.1.1.6.0, value: 81957086787
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[69145] SNMP: v2: netenforcer, dsname: nepacketsout, oid: .1.3.6.1.4.1.2603.1.1.1.7.0, value: 79424730813
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[69146] SNMP: v2: netenforcer, dsname: netrafficout, oid: .1.3.6.1.4.1.2603.1.1.1.2.0, value: 53746891447597
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[69147] SNMP: v2: netenforcer, dsname: netrafficin, oid: .1.3.6.1.4.1.2603.1.1.1.1.0, value: 69391141869852
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[69148] SNMP: v2: netenforcer, dsname: netrafficout, oid: .1.3.6.1.4.1.2603.1.1.1.2.0, value: 53746891447597
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73474] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.4.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73474] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.4.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73475] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.19.0, value: 1493777062177
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73475] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.19.0, value: 176029584960
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73476] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.5.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73476] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.5.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73477] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.1.0, value: 17774373738
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73477] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.1.0, value: 208147272418
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73478] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.2.0, value: 115287666747
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73478] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.2.0, value: 12788528316
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73479] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.6.0, value: 283076643156
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73479] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.6.0, value: 2951697519126
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73481] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.20.0, value: 151635145267
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73481] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.20.0, value: 126604916506
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73482] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.7.0, value: 1208558203460
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73482] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.7.0, value: 10225011584069
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73483] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.11.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73483] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.11.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73484] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.21.0, value: 7870477
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73484] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.21.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73485] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.8.0, value: 118223814120
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73485] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.8.0, value: 3049954438334
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73486] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.12.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73486] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.12.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73487] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.22.0, value: 14403724
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73487] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.22.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73488] SNMP: v2: netenforcer, dsname: vcbytecountin, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.6.7.0.9.0, value: 5934299458061
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73488] SNMP: v2: netenforcer, dsname: vcbytecountout, oid: .1.3.6.1.4.1.2603.1.3.1.1.1.7.7.0.9.0, value: 2242350378093
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73446] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.8.0, value: 234749056
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73446] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.8.0, value: 40095365
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73445] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.7.0, value: 29344128360277
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73442] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.4.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73442] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.4.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73443] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.5.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73443] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.5.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73445] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.7.0, value: 23151635520694
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73444] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.6.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73444] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.6.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73439] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.1.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73439] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.1.0, value: 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73440] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.2.0, value: 4523
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73440] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.2.0, value: 18823
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73441] SNMP: v2: netenforcer, dsname: pipeByteCountIn, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.5.3.0, value: 12413539722
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DS[73441] SNMP: v2: netenforcer, dsname: pipeByteCountOut, oid: .1.3.6.1.4.1.2603.1.2.1.1.1.4.3.0, value: 199821268
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] Total Time: 0.22 Seconds
11/20/2014 05:57:39 PM - SPINE: Poller[0] Host[634] TH[1] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 0
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: Thread Cleanup Complete
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: PHP Script Server Pipes Closed
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: Allocated Variable Memory Freed
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: MYSQL Free & Close Completed
11/20/2014 05:57:39 PM - SPINE: Poller[0] DEBUG: Net-SNMP Close Completed
11/20/2014 05:57:39 PM - SPINE: Poller[0] Time: 0.2427 s, Threads: 40, Hosts: 2

In the case of the OIDs that returned "U" i was able to get correct numeric results polling directly with snmpget so it had me quite puzzled until i found out the problem. Well if i did, i'm not so sure i nailed it, i just saw some "U" values on my first log mixed with the nice numeric results, but now it's working, so i'm happy.

Greetings and many thanks for the templates to the ppl that posted it, and of course to the cacti team.
Nico
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests