|
|
| Author |
Message |
oxo-oxo Cacti User
Joined: 30 Aug 2007 Posts: 106 Location: Silkeborg, Denmark
|
Posted: Mon Sep 10, 2007 4:10 am Post subject: SVN structure changing .... |
|
|
Hi
What should I use to checkout code: the svn structure is changing and giving me problems ...
As in directory-- |
|
| Back to top |
|
 |
rony Developer/Forum Admin
Joined: 17 Nov 2003 Posts: 5439 Location: Wisconsin, USA
|
Posted: Mon Sep 10, 2007 9:11 am Post subject: |
|
|
It will not change again, well maybe. But we don't have any plans to change it again.
Personally, I just use the root directory of the cacti repository.  |
|
| Back to top |
|
 |
oxo-oxo Cacti User
Joined: 30 Aug 2007 Posts: 106 Location: Silkeborg, Denmark
|
Posted: Mon Sep 10, 2007 9:20 am Post subject: |
|
|
OK: I finished rrd path hack and found the correct svn so now I'm adding all my devices via add_device.
Next is add_graphs etc |
|
| Back to top |
|
 |
oxo-oxo Cacti User
Joined: 30 Aug 2007 Posts: 106 Location: Silkeborg, Denmark
|
Posted: Mon Sep 10, 2007 9:27 am Post subject: |
|
|
By the way
The echo causes havoc when parsing from other tools ...:
| Code: | Index: lib/api_automation_tools.php
===================================================================
--- lib/api_automation_tools.php (revision 4144)
+++ lib/api_automation_tools.php (working copy)
@@ -293,7 +293,7 @@
}
function displayHosts($hosts) {
- echo "Known Hosts: (id, hostname, template, description)\n";
+ # echo "Known Hosts: (id, hostname, template, description)\n";
if (sizeof($hosts)) {
foreach($hosts as $host) { |
|
|
| Back to top |
|
 |
|