KSriHarsha591 / mysql-cacti-templates

Automatically exported from code.google.com/p/mysql-cacti-templates
GNU General Public License v2.0
0 stars 0 forks source link

make-template.pl not using --mpds flag #119

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. (1.1.4) perl make-template.pl  --script ss_get_by_ssh.php
memcached_definitions.pl --mpds port >
cacti_host_template_x_memcached_server_with_ports_ht_0.8.6i-sver1.1.4.xml
2. (1.1.5) perl tools/make-template.pl --script scripts/ss_get_by_ssh.php
definitions/memcached_definitions.pl --mpds port >
templates/cacti_host_template_x_memcached_server_with_ports_ht_0.8.6i-sver1.1.5.
xml
3. 1.1.6) perl tools/make-template.pl --script scripts/ss_get_by_ssh.php
definitions/memcached_definitions.pl --mpds port >
templates/cacti_host_template_x_memcached_server_with_ports_ht_0.8.6i-sver1.1.6.
xml

What is the expected output? What do you see instead?
Expected to see a template that then asks for port number when a device is
created.  Instead, the template that make-template.pl is creating is
exactly the same as the template provided with mysql-cacti-templates
(tested using diff).

What version of the product are you using? On what operating system?
tested mysql-cacti-templates versions 1.1.4, 1.1.5, and 1.1.6 on ubuntu
jaunty.  cacti version 0.8.7d.

Please provide any additional information below.

Original issue reported on code.google.com by gregc...@gmail.com on 19 Jan 2010 at 10:08

GoogleCodeExporter commented 8 years ago
Please cancel this issue - the solution is to use "--mpds port2".  
make-template.pl
now appears to be working correctly.  Sorry about any confusion!!!

Original comment by gregc...@gmail.com on 2 Feb 2010 at 1:57

GoogleCodeExporter commented 8 years ago
This turned out not to be a bug.  I'll update the docs to make sure people 
notice
this anyway!

Original comment by baron.schwartz on 2 Feb 2010 at 2:43