Changes

Jump to navigation Jump to search
23 bytes removed ,  23:33, 4 January 2019
no edit summary
Line 3: Line 3:  
The following Munin plugins support the reporting of statistics for HP e710 series printers.
 
The following Munin plugins support the reporting of statistics for HP e710 series printers.
   −
<analytics uacct="UA-27654202-1" ></analytics>
+
With later devices HP has removed some of the useful SNMP accessible OIDs and moved to an XML based approach. Whilst more flexible this requires additional steps to make the information available via Munin plugins.
 
  −
With later devices HP has removed some of the useful SNMP accessible OIDs and moved to an xml based approach. Whilst more flexible this requires additional steps to make the information available via Munin plugins.
        Line 128: Line 126:  
$ua->timeout(30);
 
$ua->timeout(30);
 
$ua->agent('Mozilla/5.0');
 
$ua->agent('Mozilla/5.0');
#$ua->proxy('http','http://localhost:1080/');
+
#$ua->proxy('http','http://localhost:3128/');
 
my $request = new HTTP::Request('GET', $url);
 
my $request = new HTTP::Request('GET', $url);
 
my $response = $ua->request($request);
 
my $response = $ua->request($request);
Line 167: Line 165:  
$ua->agent('Mozilla/5.0');
 
$ua->agent('Mozilla/5.0');
 
$ua->timeout(30);
 
$ua->timeout(30);
#$ua->proxy('http','http://localhost:1080/');
+
#$ua->proxy('http','http://localhost:3128/');
 
my $request = new HTTP::Request('GET', $url);
 
my $request = new HTTP::Request('GET', $url);
 
my $response = $ua->request($request);
 
my $response = $ua->request($request);
Line 209: Line 207:  
$ua->agent('Mozilla/5.0');
 
$ua->agent('Mozilla/5.0');
 
$ua->timeout(30);
 
$ua->timeout(30);
# $ua->proxy('http','http://localhost:1080/');
+
# $ua->proxy('http','http://localhost:3128/');
 
my $request = new HTTP::Request('GET', $url);
 
my $request = new HTTP::Request('GET', $url);
 
my $response = $ua->request($request);
 
my $response = $ua->request($request);
Line 254: Line 252:  
$ua->agent('Mozilla/5.0');
 
$ua->agent('Mozilla/5.0');
 
$ua->timeout(30);
 
$ua->timeout(30);
#$ua->proxy('http','http://localhost:1080/');
+
#$ua->proxy('http','http://localhost:3128/');
 
my $request = new HTTP::Request('GET', $url);
 
my $request = new HTTP::Request('GET', $url);
 
my $response = $ua->request($request);
 
my $response = $ua->request($request);
Line 527: Line 525:       −
This website publishes a Privacy Policy. Continued use of this website implies your consent to the storage of data outlined in the policy.
+
This website publishes a Privacy Policy (link at the bottom of every page). Continued use of this website implies your consent to the use of data outlined in the policy.
 
  −
----
 

Navigation menu