--- cacti-spine-0.8.7a.orig/debian/config +++ cacti-spine-0.8.7a/debian/config @@ -0,0 +1,21 @@ +#!/bin/sh + +set -e + +. /usr/share/debconf/confmodule + +case "$1" in +"configure"|"reconfigure") + # print warning/instructions about needing to configure cacti for spine + db_input high cacti-spine/configuring_cacti || true + + # get mysql info from cacti + db_input high cacti/mysql_server || true + db_input high cacti/database || true + db_input high cacti/username || true + db_input high cacti/password || true + + db_go || true +;; +esac + --- cacti-spine-0.8.7a.orig/debian/spine.conf.sample +++ cacti-spine-0.8.7a/debian/spine.conf.sample @@ -0,0 +1,32 @@ +# +-------------------------------------------------------------------------+ +# | Copyright (C) 2004 Ian Berry | +# | | +# | This program is free software; you can redistribute it and/or | +# | modify it under the terms of the GNU General Public License | +# | as published by the Free Software Foundation; either version 2 | +# | of the License, or (at your option) any later version. | +# | | +# | This program is distributed in the hope that it will be useful, | +# | but WITHOUT ANY WARRANTY; without even the implied warranty of | +# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | +# | GNU General Public License for more details. | +# +-------------------------------------------------------------------------+ +# | spine: a backend data gatherer for Cacti | +# +-------------------------------------------------------------------------+ +# | This poller would not have been possible without: | +# | - Rivo Nurges (rrd support, mysql poller cache, misc functions) | +# | - RTG (core poller code, pthreads, snmp, autoconf examples) | +# | - Brady Alleman/Doug Warner (threading ideas, implimentation details) | +# +-------------------------------------------------------------------------+ +# | Settings | +# +-------------------------------------------------------------------------+ +# | DB_Host 'localhost' for unix, IP Address for Windows | +# | DB_Database Database name, typically 'cacti' | +# | DB_User The user to access the database, typically 'cactiuser' | +# | DB_Pass The password for the Cacti user | +# | LogFile UNC path name to the Cacti logfile | +# +-------------------------------------------------------------------------+ +DB_Host localhost +DB_Database cacti +DB_User cactiuser +DB_Pass cactiuser --- cacti-spine-0.8.7a.orig/debian/changelog +++ cacti-spine-0.8.7a/debian/changelog @@ -0,0 +1,582 @@ +cacti-spine (0.8.7a-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Re-fix pending l10n issues + * Debconf translations: + - Portuguese. Closes: #498958 + + -- Christian Perrier Mon, 15 Sep 2008 22:14:40 +0200 + +cacti-spine (0.8.7a-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix pending l10n issues + * Debconf translations: + - Portuguese. Closes: #487882 + - Swedish. Closes: #491939 + - Basque. Closes: #497982 + - Czech. Closes: #498007 + - Russian. Closes: #498109 + + -- Christian Perrier Fri, 12 Sep 2008 07:31:51 +0200 + +cacti-spine (0.8.7a-2) unstable; urgency=high + + * Make Conflicts versioned, which was an accidental omission and breaks + upgrades from etch -> lenny (closes: #476511). + * This would probably be considered RC, so high urgency. + * New debconf translations: + - French, thanks to Christian Perrier (closes: #474432). + - German, thanks to Helge Kreutzmann (closes: #474263). + * Lintian updates: + - fix for debian-rules-ignores-make-clean-error + - update to Standards-Version 3.7.3 + - update copyright info to include a (c) statement/date as well + as to reflect the upstream shift from GPL to LGPL. + * Throw in some Vcs-foo fields in debian/control while we're there. + + -- Sean Finney Fri, 18 Apr 2008 19:10:32 +0200 + +cacti-spine (0.8.7a-1) unstable; urgency=low + + * New upstream release (closes: #453286). + * Add build-depends on autoconf/automake, and regenerate the autofoo + files during the build process. At least until the default autostuff + builds out of the box again. + * Avoid unnecessary noise from the build/clean cycle by preserving + the "cruft" files + * Long overdue inclusion of Dutch nl.po debconf translations from + Bart Cornelis (closes: #423071). + + -- Sean Finney Wed, 26 Mar 2008 00:27:34 +0100 + +cacti-spine (0.8.7-1) unstable; urgency=low + + * New upstream release + * now known as "cacti-spine". + + -- sean finney Wed, 24 Oct 2007 20:57:50 +0200 + +spine (0.8.7~beta4-1~pre) experimental; urgency=low + + * New upstream (beta) release. + * switch from dpatch to quilt for add-on patch management. + * Add build-dependency on libtool. + * New Dutch debconf translations, from Bart Cornelis (closes: #423071). + + -- sean finney Tue, 09 Oct 2007 21:32:52 +0200 + +cacti-cactid (0.8.6i-2) unstable; urgency=low + + * New German debconf translations from Helge Kreutzmann (closes: #412377). + + -- sean finney Tue, 06 Mar 2007 19:31:13 +0100 + +cacti-cactid (0.8.6i-1) unstable; urgency=low + + * new upstream release. + * update FSF address + * update standards-version + * oh yes, cactid correctly reports its version now (closes: #377550). + + -- sean finney Mon, 30 Oct 2006 23:22:18 +0100 + +cacti-cactid (0.8.6g-4) unstable; urgency=low + + * check for ucf's existance before unconditionally executing + it in the postinst. + + -- sean finney Fri, 22 Sep 2006 23:13:50 +0200 + +cacti-cactid (0.8.6g-3) unstable; urgency=low + + * added note to README.Debian about what to do if you're not getting + any polling and all you see are mysterious "Partial Result" + errors in the logs (closes: #356493). + + -- sean finney Tue, 30 May 2006 22:52:51 +0200 + +cacti-cactid (0.8.6g-2) unstable; urgency=high + + * previous version was uninstallable after cacti was converted to + dbconfig-common. as this makes cactid uninstallable in both + unstable and testing, this is an RC bug and thus urgency + is bumped (closes: #352185). + + -- sean finney Sat, 18 Feb 2006 18:43:37 +0100 + +cacti-cactid (0.8.6g-1) unstable; urgency=low + + * new upstream release. + * updated to build against libmysqlclient15-dev (closes: #343766). + * removed obsolete 02_warnings_to_stderr.dpatch which has been + incorporated upstream. + + -- sean finney Mon, 16 Jan 2006 17:09:40 +0100 + +cacti-cactid (0.8.6f-1-3) unstable; urgency=low + + * fix to searchpath for cactid.conf (closes: #337112). thanks to + Michael Bussman for finding this. + * while we're at it, make the relevant error from the above bug + go to stderr instead of stdout. + + -- sean finney Thu, 03 Nov 2005 09:53:17 +0100 + +cacti-cactid (0.8.6f-1-2) unstable; urgency=low + + * new spanish debconf translations from César Gómez Martín and + the debian-l10n-spanish mailing list (closes: #334385). + * new portuguese translations from Luís Ferreira (closes: #336790). + + -- sean finney Wed, 02 Nov 2005 10:24:37 +0100 + +cacti-cactid (0.8.6f-1-1) unstable; urgency=medium + + * new upstream release + * leaving priority set at medium, as the last upload hasn't made it + through, but will only go as fast as net-snmp and openssl anyway, + so reason to rush. + + -- sean finney Sun, 16 Oct 2005 18:25:21 +0200 + +cacti-cactid (0.8.6e-3) unstable; urgency=high + + * new swedish debconf translations from Daniel Nylander (closes: #331303). + * rc bugfix: update build-dependencies for libsnmp9-dev | libsnmp-dev. + thanks to luk cleas for pointing this out (closes: 333940). + + -- sean finney Sat, 15 Oct 2005 16:26:52 +0200 + +cacti-cactid (0.8.6e-2) unstable; urgency=low + + * fixed to properly depend on debconf. + * updated Standards-Version to 3.6.2. + + -- sean finney Mon, 08 Aug 2005 13:28:12 -0400 + +cacti-cactid (0.8.6e-1) unstable; urgency=low + + * new upstream release + * license changed to LGPL to address OpenSSL and potentially other + GPL-incompatible licenses. thanks to the upstream authors for + working to clarify this (closes: #312657). + * new vietnamese debconf translation from Clytie Siddall (closes: #313192). + * the last upload didn't actually contain Martin's czech translation. + whoops. should be included in this upload. + + -- sean finney Sat, 18 Jun 2005 02:08:48 -0400 + +cacti-cactid (0.8.6d-7) unstable; urgency=low + + * updated pt_BR debconf translations from Gustavo Noronha Silva + (closes: #310886). + * initial czech translation from Martin sin (closes: #311094). + + -- sean finney Sat, 28 May 2005 19:18:34 -0400 + +cacti-cactid (0.8.6d-6) unstable; urgency=low + + * updated brazillian portuguese translations from Rodrigo (closes: #302288). + + -- sean finney Wed, 27 Apr 2005 01:31:31 -0400 + +cacti-cactid (0.8.6d-5) unstable; urgency=low + + * brazillian portuguese debconf translations, thanks to + Rodrigo Tadeu Claro (closes: #302078). + * french debconf translations, thanks to Eric + (closes: #299249). + + -- sean finney Tue, 29 Mar 2005 20:39:33 -0500 + +cacti-cactid (0.8.6d-4) unstable; urgency=medium + + * cactid was looking for a default conf file in /etc/cacticactid.conf, + i inserted the missing '/'. thanks to Rafael D'Halleweyn + (closes: #298344). + * cactid.conf now includes an SNMP_Ver parameter. + * build-depend on libmysqlclient12-dev, not just the generic virtual dev + package. this should hopefully prevent a future pbuilder problem. + + -- sean finney Mon, 07 Mar 2005 00:56:10 -0500 + +cacti-cactid (0.8.6d-3) unstable; urgency=high + + * FTBFS? d'oh! now build-depends on dpatch. thanks to the hppa + autobuilders for finding that one (closes: #297996). + + -- sean finney Thu, 03 Mar 2005 17:02:12 -0500 + +cacti-cactid (0.8.6d-2) unstable; urgency=high + + * no changes from previous version, but this is the upload + to unstable needed to fix the rc bug in cacti. + + -- sean finney Thu, 03 Mar 2005 12:06:14 -0500 + +cacti-cactid (0.8.6d-1) experimental; urgency=low + + * new upstream release. + * new maintainer. + * cactid is now generated by a seperate source package, as that's what + upstream has been doing all along. + * this upload is "experimental" to make sure the source package split + works okay with the NEW queue being frozen. if it works the + next upload will be priority high, as the combined cacti/cactid + uploads will fix an rc bug. + + -- sean finney Wed, 02 Mar 2005 22:15:48 -0500 + +cacti (0.8.5a-8) unstable; urgency=high + + * Update pt_BR, nl debconf translations. (Closes: #270277, #270787) + + -- Thorsten Sauter Sat, 11 Sep 2004 00:18:12 +0200 + +cacti (0.8.5a-7) unstable; urgency=low + + * Update french translation. (Closes: #268801) + * Checking for short tags in cacti/debian.php and fix them if needed. (Closes: #269480) + * debian/README.Debian: add a new section about php short tags + + -- Thorsten Sauter Thu, 2 Sep 2004 23:27:27 +0200 + +cacti (0.8.5a-6) unstable; urgency=high + + * Don't know why it was last: change priority from extra to optional + * debian/README.Debian: spell checking, add docu for php4-cli + * ship a new script which check for php4-mysql support and print a + error message to the poller logfile. With the modification of the + readme file I think the bug can be closed. (Closes: #267009) + + -- Thorsten Sauter Thu, 26 Aug 2004 22:52:38 +0200 + +cacti (0.8.5a-5) unstable; urgency=high + + * debian/control: change priority from extra to optional + * replace Brazilian Portuguese translation. (Closes: #264090) + * debian/cacti.templates: Add new choice "None" to the webserver question. + This gives the user a chance to use his own webserver. (Closes: #255971) + * If we search for a local installed mysql-server check for packages + which are installed or on hold. (Closes: #263262) + * Fix some errors while removing include line from httpd.conf file. Also, + print an error message if this doesn't work. New installations should + use apache/conf.d anyway. (Closes: #253202) + * SECURITY-UPDATE: Fix SQL Injection in CACTI. (Closes: #267758) + Original upstream patch: + http://cvs.raxnet.net/cgi-bin/viewcvs.cgi/cacti/auth_login.php.diff?r1=1.48&r2=1.49 + Full-Disclosure: + http://archives.neohapsis.com/archives/fulldisclosure/2004-08/0717.html + * cacti.apache.conf: Change some php4 settings to make cacti more robust/secure. + * /etc/cacti/debian.php: create long php4 tags ' Wed, 23 Jun 2004 08:46:37 +0200 + +cacti (0.8.5a-4) unstable; urgency=low + + * Change package priority to extra. + * Change cronjob. The output of the poller job is now appended to the + logfile + * Update french debconf translation: fr.po. (Closes: #253585) + * Add debconf translation: pt_BR.po. Don't know, which language + this is :-) (Closes: #252021, #252017) + * Backport cacti cvs fix (#0000176) into debian version. This will fix + compatiblity problem with the output of the df command and long device + names. (Closes: #254856) + + -- Thorsten Sauter Tue, 22 Jun 2004 23:26:17 +0200 + +cacti (0.8.5a-3) unstable; urgency=low + + * Fix type in package description. (Closes: #249590) + * Update dutch debconf translation. (Closes: #250652) + + -- Thorsten Sauter Wed, 26 May 2004 11:49:27 +0200 + +cacti (0.8.5a-2) unstable; urgency=low + + * Fix error in the cron script + - poll.sh isn't in the default path, we need ./poll.sh here + - make sure the cacti directory exists, otherwise we will get + a lot of error messages from cron. (Closes: #246982) + * Depend also on apache2. Still depend on php4-cgi, we need both + packages: php4 and php4-cgi. (Closes: #227295) + * Make the package apache2 "safe". Depend on php4 or libapache2-mod-php4 + * Include apache2 howto into debian/README.Debian. + * Update templates, maintainer scripts to install config files for apache2 + too. Update german translation + * cactid: remove upstream installation docu + + -- Thorsten Sauter Mon, 17 May 2004 11:12:05 +0200 + +cacti (0.8.5a-1) unstable; urgency=low + + * New upstream version. + * Include new dutch debconf translation: nl.po. (Closes: #245916) + * Insert new dependency on php4-snmp which removes a lot of extra cpu usage. + Thanks Rafael D'Halleweyn. (Closes: #228948) + * Update debconf template and german/french translations. + Thanks Christian Perrier. (Closes: #225890) + * Including the new multi-threading poller (cactid). This binary can collect + multiple datasources at the same time. (Closes: #186013, #237055) + The program is not in the core release and not marked as stable, that's + why I include it in an extra debian package. + * The MySQL admin password is now removed from debconf database, if the user + decide to not store it. (Closes: #224214) + * The new poll.sh script report the output from the poller into a logfile. + Maybe not the best solution, but so we don't loose any output. (Closes: #234726) + * The new package containts the install/ directory also. This is useful, + if we're not upgrading from 0.8.4 but from an other version. (Closes: #227737) + * Insert an upgrade path from 0.8.4 and 0.8.5, this is done via sql scripts + in updscripts/ + * A new poll.sh script is used for cronjobs. This script use either cacti + or the new cactid poller (depends on the default-poller file). + * During upgrade the databases are dumped/backuped. + * Update build system. Change to cdbs system. + * Update README.Debian file. + * Update Build-Depends/Depends + + -- Thorsten Sauter Mon, 26 Apr 2004 10:48:58 +0200 + +cacti (0.8.4-2) unstable; urgency=low + + * Print a warning message, if cacti is upgraded from an old version + * extend debian/README.Debian with upgrade database instructions + + -- Thorsten Sauter Tue, 30 Dec 2003 13:44:55 +0100 + +cacti (0.8.4-1) unstable; urgency=low + + * New maintainer. (Closes: #196199) + * New upstream version. (Closes: #198777) + * debian/changelog: + - convert to UTF-8 + * debian/control: + - update standards version + - update build dependencies + - insert new logrotate dependency + - depend on libphp-adodb, which is also in the archive + - add apache-perl to apache dependency list. (Closes: #204290) + * debian/rules: rewrite the way to install the files into the package + * debian/cacti.cron.d: + - make the script a little bit more robust. (Closes: #211249) + * debian/README.Debian: + - replace most parts of the text. + * debian/cacti.apache.conf: + - reformat the file a little bit + - remove unused phtml extension + * debian/cacti.logrotate: + - reformat the file + + -- Thorsten Sauter Tue, 2 Dec 2003 11:24:49 +0100 + +cacti (0.6.8a-13.1) unstable; urgency=low + + * NMU + * Rewrote debconf templates to more standard english with the help of + debian-l10n-english. Former templates have been left for future reference + Closes: #189401 + * French debconf templates update. Closes: #197119 + * More secure temp file handling in postrm. Thanks lintian. + + -- Christian Perrier Mon, 16 Jun 2003 22:54:11 +0200 + +cacti (0.6.8a-13) unstable; urgency=low + + * Orphan this package + + -- Igor Genibel Thu, 5 Jun 2003 11:58:50 +0200 + +cacti (0.6.8a-12) unstable; urgency=low + + * Missed to close bug #183287 (Closes: #183287) + + -- Igor Genibel Wed, 19 Mar 2003 09:32:25 +0100 + +cacti (0.6.8a-11) unstable; urgency=low + + * remove quote in cron.php in order to be run in safe_mode + and /var/log/httpd/access_log -> /var/log/apache/access_log in + scripts/webhits (Closes: #177791) + * fix non installation when no mysql server is present when localhost + installation (Closes: #183288, #184324) + * fix non removal when no mysql server found (in localhost installation) + (Closes: #183288) + * fix loop when upgrading and mysql-server != localhost (Closes: #179561) + * use po-debconf + + -- Igor Genibel Mon, 17 Mar 2003 15:00:55 +0100 + +cacti (0.6.8a-10) unstable; urgency=low + + * Fix various packaging mistakes + - Mention that mysql is not installed on local systems (complement to the + #172414) + - Provide a good cacti.sql (Closes: #166296) + - config.php is only store in /etc/cacti (Closes: #172410) + - Provide somes explanations for scripts provided in the package + (see the README.Debian file) (Closes: #167814) + * Standards-Version: 3.5.8 + + -- Igor Genibel Sun, 5 Jan 2003 21:15:49 +0100 + +cacti (0.6.8a-9) unstable; urgency=low + + * Fix extra OID in parameter. Thanks to Roberto Moreda + (Closes: #162873) + + -- Igor Genibel Mon, 30 Sep 2002 16:51:36 +0200 + +cacti (0.6.8a-8) unstable; urgency=low + + * Fix typo in postinst file (Closes: #162574) + + -- Igor Genibel Fri, 27 Sep 2002 12:20:28 +0200 + +cacti (0.6.8a-7) unstable; urgency=low + + * fix broken regexp in include/snmp_functions.php + * force the use of external snmp functions + + -- Igor Genibel Thu, 26 Sep 2002 17:39:03 +0200 + +cacti (0.6.8a-6) unstable; urgency=low + + * apply a patch provided by Blaine Kahle in order to + cleanly use net-snmp5 + + -- Igor Genibel Thu, 26 Sep 2002 16:50:24 +0200 + +cacti (0.6.8a-5) unstable; urgency=low + + * re-add lost patch provided by Adam Conrad in order to bypass the php4-cgi + installation bug (related bugs: #147385, #147261, #129883 and #145465) + (Closes: #154822) + + -- Igor Genibel Thu, 26 Sep 2002 16:10:05 +0200 + +cacti (0.6.8a-4) unstable; urgency=low + + * New recommends on iputils-ping (because of the "-w" ping option) + (Closes: #161278, #161279) + * New Standards (3.5.7.0) + * DH_COMPAT 4 + + -- Igor Genibel Thu, 26 Sep 2002 12:35:46 +0200 + +cacti (0.6.8a-3) unstable; urgency=low + + * Fix type in postinst file (Closes: #160694) + * Add missing ; in include/rrd_functions.php file (Closes: #160703) + + -- Igor Genibel Tue, 17 Sep 2002 17:51:09 +0200 + +cacti (0.6.8a-2) unstable; urgency=high + + * Security upload: + really fix the arbitrary program code execution. + + -- Igor Genibel Tue, 10 Sep 2002 09:57:00 +0200 + +cacti (0.6.8a-1) unstable; urgency=high + + * Security Upload: + prevent executing arbitrary program code under the user id of the web + server. + + -- Igor Genibel Mon, 9 Sep 2002 14:39:37 +0200 + +cacti (0.6.8-10) unstable; urgency=high + + * fix the wrong setcookie() call (Closes: #157740) + * force the use of net-snmp tool instead of using native broken php-snmp + functions (Closes: #157383,#157381) + * urgency=high because cacti is not usable with the php-snmp functions + + -- Igor Genibel Thu, 22 Aug 2002 17:20:32 +0200 + +cacti (0.6.8-9) unstable; urgency=low + + * The «I'm too lame and stupid» version + * really add the «if exists» statement + + -- Igor Genibel Mon, 19 Aug 2002 16:03:44 +0200 + +cacti (0.6.8-8) unstable; urgency=low + + * add a «if exists» when dropping the database (for partial installation) + + -- Igor Genibel Mon, 19 Aug 2002 15:46:58 +0200 + +cacti (0.6.8-7) unstable; urgency=low + + * Fix uninstallable package with calling mysql differently (Closes: #156951) + + -- Igor Genibel Mon, 19 Aug 2002 14:41:08 +0200 + +cacti (0.6.8-6) unstable; urgency=low + + * move php-cgi bug workaround from include/database.php to + include/config.php in order to fix the html export bug + * put strict dependency on mysql-client (because of SQL query) + (Closes: #149787) + + -- Igor Genibel Wed, 12 Jun 2002 19:40:29 +0200 + +cacti (0.6.8-5) unstable; urgency=low + + * ask for password confirmation. + * Test if provided password for mysql is Ok. (Closes: #148862) + * add two scripts + + -- Igor Genibel Mon, 3 Jun 2002 14:11:28 +0200 + +cacti (0.6.8-4) unstable; urgency=low + + * put php_flag short_open_tag On in apache.conf file (Closes: #147283) + * fix SQL entry for webhits script + + -- Igor Genibel Fri, 17 May 2002 18:45:17 +0200 + +cacti (0.6.8-3) unstable; urgency=low + + * provide the get_stat_for_interface.pl script (I'm too lame) + + -- Igor Genibel Fri, 17 May 2002 18:36:44 +0200 + +cacti (0.6.8-2) unstable; urgency=low + + * Suppress and fix wrong SQL inserts. (Closes: #147259,#147262) + Thanks to Guillaume + * Applied a patch provided by Adam Conrad in order to bypass php4-cgi + installation bug + + -- Igor Genibel Fri, 17 May 2002 16:19:14 +0200 + +cacti (0.6.8-1) unstable; urgency=low + + * New upstream version (Closes: #146799) + * add new script that fetches informations directly from /proc (Luc + Saillard) + * patch auth_login.php in order to move php4 dependency from Depends to + Recommends. Now only php4-cgi package is mandatory. (Luc Saillard) + * Standards-Version: 3.5.6.0 + + -- Igor Genibel Mon, 13 May 2002 16:03:13 +0200 + +cacti (0.6.7-2) unstable; urgency=low + + * add snmp to dependencies + * fix logrotate broken file + * add a note in README.Debian concerning php4-cgi installation + + -- Igor Genibel Fri, 5 Apr 2002 12:59:51 +0200 + +cacti (0.6.7-1) unstable; urgency=low + + * Initial Release. (Closes: #140461) + + -- Igor Genibel Wed, 3 Apr 2002 15:04:11 +0200 + --- cacti-spine-0.8.7a.orig/debian/postrm +++ cacti-spine-0.8.7a/debian/postrm @@ -0,0 +1,14 @@ +#!/bin/sh + +set -e + +case "$1" in +"purge") + if which ucf >/dev/null 2>&1; then + ucf --purge /etc/cacti/spine.conf + fi + rm -f /etc/cacti/spine.conf +;; +esac + +#DEBHELPER# --- cacti-spine-0.8.7a.orig/debian/README.Debian +++ cacti-spine-0.8.7a/debian/README.Debian @@ -0,0 +1,49 @@ +Welcome to the README.Debian for spine. here's a quick outline +of the contents: + +- WARNING WARNING WARNING +- Setting up spine +- Troubleshooting + - No polling and all the error log says is "Partial Result" + + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = +WARNING WARNING WARNING + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = + +spine is still considered somewhat experimental. you should only use +this package if the traditional "cmd.php" poller is not able to complete +its task in the required amount of time. + +that said.... + + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = +Setting up spine + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = + +Once spine is installed on your system, you must perform the following +steps to make your Cacti installation aware of it. + +0. Verify the contents of /etc/cacti/spine.conf are correct (they should be) +1. Login to Cacti as an admin user. +2. Select Settings on the menu and click the Paths tab. +3. Enter the complete path to your spine binary (/usr/sbin/spine) + in the Spine Poller File Path field and click Save. +4. Click the Poller tab. +5. Choose "spine" from the Poller Type dropdown box and click Save. + +After completing these steps, Cacti will spawn spine every 5 minutes +instead of cmd.php. If you are having problems getting spine to gather +data, you can always temporarily change Poller Type back to "cmd.php". + + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = +Troubleshooting + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = + +If spine didn't work for you out of the box, or something broke, and there was +a quick fix, file a wishlist/minor bugreport against spine with your +suggestion and i'll probably something in here about it. + + - No polling and all the error log says is "Partial Result" + + go through all your Data Input Methods and make sure the full path to + the executable scripts are specified (i.e. /usr/bin/perl and not perl) --- cacti-spine-0.8.7a.orig/debian/dirs +++ cacti-spine-0.8.7a/debian/dirs @@ -0,0 +1,2 @@ +usr/sbin +etc/cacti --- cacti-spine-0.8.7a.orig/debian/templates +++ cacti-spine-0.8.7a/debian/templates @@ -0,0 +1,8 @@ +Template: cacti-spine/configuring_cacti +Type: note +_Description: cacti must be configured to use spine! + In order to use the spine poller, cacti must be configured via its web + based interface. Even if you have previously configured cacti to use + spine via debconf, you must now perform this step via the web based + control panel. For instructions on how to do this, please read + /usr/share/doc/cacti-spine/README.Debian. --- cacti-spine-0.8.7a.orig/debian/compat +++ cacti-spine-0.8.7a/debian/compat @@ -0,0 +1 @@ +4 --- cacti-spine-0.8.7a.orig/debian/control +++ cacti-spine-0.8.7a/debian/control @@ -0,0 +1,42 @@ +Source: cacti-spine +Section: web +Priority: extra +Maintainer: Sean Finney +Build-Depends: autoconf, automake, debhelper (>= 4.2.8), libtool, po-debconf, libmysqlclient15-dev, libsnmp9-dev | libsnmp-dev, quilt +Standards-Version: 3.7.3 +Vcs-Git: git://git.debian.org/git/users/seanius/spine.git +Vcs-Browser: http://git.debian.org/?p=users/seanius/spine.git + +Package: cacti-spine +Architecture: any +Conflicts: cacti-cactid (<< 0.8.7a-1) +Replaces: cacti-cactid +Provides: cacti-cactid +Depends: ${shlibs:Depends}, ${misc:Depends}, cacti (>= 0.8.6c), dbconfig-common, ucf +Description: Multi-Threading poller for cacti + Spine (formerly cactid) is an experimental replacement for the default + cmd.php poller in the cacti package. It primarily strives to be as fast as + possible, and is designed for sites with large numbers of hosts + and devices polled. + . + If the default poller provided by cacti works for you, then you should + not use this package. You should only use this package if the default + poller is unable to complete a polling cycle in the required amount + of time. + +Package: cacti-cactid +Architecture: all +Depends: cacti-spine +Description: Multi-Threading poller for cacti (transitional package) + Spine (formerly cactid) is an experimental replacement for the default + cmd.php poller in the cacti package. It primarily strives to be as fast as + possible, and is designed for sites with large numbers of hosts + and devices polled. + . + If the default poller provided by cacti works for you, then you should + not use this package. You should only use this package if the default + poller is unable to complete a polling cycle in the required amount + of time. + . + This is a transitional package, for users of cacti who have previously + installed the cacti-cactid package. --- cacti-spine-0.8.7a.orig/debian/docs +++ cacti-spine-0.8.7a/debian/docs @@ -0,0 +1,2 @@ +debian/spine.conf.sample +debian/spine.conf.dbconfig --- cacti-spine-0.8.7a.orig/debian/postinst +++ cacti-spine-0.8.7a/debian/postinst @@ -0,0 +1,26 @@ +#!/bin/sh + +set -e + +generate_config() { + confdbc=/usr/share/doc/cacti-spine/spine.conf.dbconfig + confsrc=/usr/share/doc/cacti-spine/spine.conf.sample + if [ -f "/etc/dbconfig-common/cacti.conf" ]; then + dbconfig-generate-include -f template -o "template_infile=$confdbc" /etc/dbconfig-common/cacti.conf /etc/cacti/spine.conf + else + ucf $confsrc /etc/cacti/spine.conf + fi + chown root:www-data /etc/cacti/spine.conf + chmod 640 /etc/cacti/spine.conf +} + +case "$1" in +"configure"|"reconfigure"|"upgrade") + . /usr/share/debconf/confmodule + db_version 2.0 + + generate_config +;; +esac + +#DEBHELPER# --- cacti-spine-0.8.7a.orig/debian/rules +++ cacti-spine-0.8.7a/debian/rules @@ -0,0 +1,90 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + + +TDIR:=debian/cacti-spine +CONFIGURE:=./configure --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr +MAKE:=make + +# include the patch/unpatch rules from quilt +include /usr/share/quilt/quilt.make + +autocruft:=configure aclocal.m4 Makefile.in +upstream_cruft:=config/config.h.in~ config/stamp-h1 libtool + +configure: configure-stamp +configure-stamp: $(QUILT_STAMPFN) + dh_testdir + for f in $(autocruft) $(upstream_cruft); do cp $$f $$f.cruft; done + autoreconf + ${CONFIGURE} + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + ${MAKE} + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + [ ! -f Makefile ] || make distclean + for f in $(autocruft) $(upstream_cruft); do \ + [ ! -f $$f.cruft ] || mv $$f.cruft $$f; \ + done + rm -f build-stamp configure-stamp + dh_clean -X config/config.h.in~ + debconf-updatepo + +install: build-stamp + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + install -p spine ${TDIR}/usr/sbin/ + + +# Build architecture-dependent files here. +binary-indep: build-stamp install + +binary-arch: build-stamp install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installdebconf + dh_installlogrotate + dh_installcron + dh_installman + dh_usrlocal + dh_fixperms -X/var/lib/cacti/rra + dh_link + dh_strip + dh_compress + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch --- cacti-spine-0.8.7a.orig/debian/copyright +++ cacti-spine-0.8.7a/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Igor Genibel on +Wed Apr 3 15:13:41 CEST 2002 + +It was downloaded from http://www.raxnet.net/products/cacti/ + +Author: Ian Berry. +Copyright (C) 2002-2007 The Cacti Group + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA --- cacti-spine-0.8.7a.orig/debian/spine.conf.dbconfig +++ cacti-spine-0.8.7a/debian/spine.conf.dbconfig @@ -0,0 +1,32 @@ +# +-------------------------------------------------------------------------+ +# | Copyright (C) 2004 Ian Berry | +# | | +# | This program is free software; you can redistribute it and/or | +# | modify it under the terms of the GNU General Public License | +# | as published by the Free Software Foundation; either version 2 | +# | of the License, or (at your option) any later version. | +# | | +# | This program is distributed in the hope that it will be useful, | +# | but WITHOUT ANY WARRANTY; without even the implied warranty of | +# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | +# | GNU General Public License for more details. | +# +-------------------------------------------------------------------------+ +# | spine: a backend data gatherer for Cacti | +# +-------------------------------------------------------------------------+ +# | This poller would not have been possible without: | +# | - Rivo Nurges (rrd support, mysql poller cache, misc functions) | +# | - RTG (core poller code, pthreads, snmp, autoconf examples) | +# | - Brady Alleman/Doug Warner (threading ideas, implimentation details) | +# +-------------------------------------------------------------------------+ +# | Settings | +# +-------------------------------------------------------------------------+ +# | DB_Host 'localhost' for unix, IP Address for Windows | +# | DB_Database Database name, typically 'cacti' | +# | DB_User The user to access the database, typically 'cactiuser' | +# | DB_Pass The password for the Cacti user | +# | LogFile UNC path name to the Cacti logfile | +# +-------------------------------------------------------------------------+ +DB_Host _DBC_DBSERVER_ +DB_Database _DBC_DBNAME_ +DB_User _DBC_DBUSER_ +DB_Pass _DBC_DBPASS_ --- cacti-spine-0.8.7a.orig/debian/po/templates.pot +++ cacti-spine-0.8.7a/debian/po/templates.pot @@ -0,0 +1,34 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:14+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "cacti must be configured to use spine!" +msgstr "" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" --- cacti-spine-0.8.7a.orig/debian/po/nl.po +++ cacti-spine-0.8.7a/debian/po/nl.po @@ -0,0 +1,48 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: cacti-cactid\n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:14+0200\n" +"PO-Revision-Date: 2007-05-01 23:00+0100\n" +"Last-Translator: Bart Cornelis \n" +"Language-Team: debian-l10n-dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Dutch\n" + +#. Type: note +#. Description +#: ../templates:1001 +#, fuzzy +#| msgid "cacti must be configured to use cactid!" +msgid "cacti must be configured to use spine!" +msgstr "cacti dient ingesteld te zijn om cactid te gebruiken!" + +#. Type: note +#. Description +#: ../templates:1001 +#, fuzzy +#| msgid "" +#| "In order to use the cactid poller, cacti must be configured via its web " +#| "based interface. Even if you have previously configured cacti to use " +#| "cactid via debconf, you must now perform this step via the web based " +#| "control panel. For instructions on how to do this, please read /usr/" +#| "share/doc/cacti-cactid/README.Debian." +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" +"om de cactid-poller te gebruiken dient cactie ingesteld te zijn via de " +"webinterface. Zelfs als u eerder cacti via debconf ingesteld heeft om cactid " +"te gebruiken dient u deze stap nu via heet web-gebaseerde controlepaneel uit " +"te voeren. Meer informatie over hoe dit te doen vindt u in /usr/share/doc/" +"cacti-cactid/README.Debian." --- cacti-spine-0.8.7a.orig/debian/po/es.po +++ cacti-spine-0.8.7a/debian/po/es.po @@ -0,0 +1,71 @@ +# cacti-cactid po-debconf translation to Spanish +# Copyright (C) 2005 Software in the Public Interest +# This file is distributed under the same license as the cacti-cactid package. +# +# Changes: +# - Initial translation +# César Gómez Martín +# +# Traductores, si no conoce el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Equipo de traducción al español, por favor, lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: cacti-cactid\n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:07+0200\n" +"PO-Revision-Date: 2005-10-13 17:01+0100\n" +"Last-Translator: César Gómez Martín \n" +"Language-Team: Debian l10n spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Spanish\n" +"X-Poedit-Country: SPAIN\n" +"X-Poedit-SourceCharset: utf-8\n" + +#. Type: note +#. Description +#: ../templates:1001 +#, fuzzy +#| msgid "cacti must be configured to use cactid!" +msgid "cacti must be configured to use spine!" +msgstr "¡Se debe configurar Cacti para que use Cactid!" + +#. Type: note +#. Description +#: ../templates:1001 +#, fuzzy +#| msgid "" +#| "In order to use the cactid poller, cacti must be configured via its web " +#| "based interface. Even if you have previously configured cacti to use " +#| "cactid via debconf, you must now perform this step via the web based " +#| "control panel. For instructions on how to do this, please read /usr/" +#| "share/doc/cacti-cactid/README.Debian." +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" +"Para utilizar la sonda proporcionada por Cactid, Cacti tiene que " +"configurarse a través de su interfaz web. Aunque hubiera configurado " +"previamente Cacti con debconf para que usara Cactid, ahora tiene que " +"realizar este paso a través de la interfaz web del panel de control. Lea /" +"usr/share/doc/cacti-cactid/README.Debian si desea instrucciones sobre como " +"realizarlo." --- cacti-spine-0.8.7a.orig/debian/po/POTFILES.in +++ cacti-spine-0.8.7a/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates --- cacti-spine-0.8.7a.orig/debian/po/vi.po +++ cacti-spine-0.8.7a/debian/po/vi.po @@ -0,0 +1,49 @@ +# Vietnamese translation for cacti-cactid. +# Copyright © 2005 Free Software Foundation, Inc. +# Clytie Siddall , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: cacti-cactid 0.8.6d-7\n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:07+0200\n" +"PO-Revision-Date: 2005-06-12 21:07+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0\n" + +#. Type: note +#. Description +#: ../templates:1001 +#, fuzzy +#| msgid "cacti must be configured to use cactid!" +msgid "cacti must be configured to use spine!" +msgstr "" +"• Để có thể sử dụng trình cactid, cần phải cấu hình trình cacti trước hết. •" + +#. Type: note +#. Description +#: ../templates:1001 +#, fuzzy +#| msgid "" +#| "In order to use the cactid poller, cacti must be configured via its web " +#| "based interface. Even if you have previously configured cacti to use " +#| "cactid via debconf, you must now perform this step via the web based " +#| "control panel. For instructions on how to do this, please read /usr/" +#| "share/doc/cacti-cactid/README.Debian." +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" +"Để sử dụng trình thăm dò cactid, cần phải cấu hình trình cacti thông qua " +"giao diện đựa vào Mạng của nó. Thậm chí nếu bạn đã cấu hình trình cacti để " +"sử dụng cactid thông qua debconf vào một lúc trước, vào lúc này bạn cần phải " +"theo một số bước mới thông qua bảng điều khiển đựa vào Mạng. Để tìm những " +"hướng dẫn về thủ tục này, hãy đọc tập tin «/usr/share/doc/cacti-cactid/" +"README.Debian»." --- cacti-spine-0.8.7a.orig/debian/po/de.po +++ cacti-spine-0.8.7a/debian/po/de.po @@ -0,0 +1,38 @@ +# Translation of cacti-spine debconf templates to German +# Copyright (C) Helge Kreutzmann , 2007, 2008. +# This file is distributed under the same license as the cacti-spine package. +# +msgid "" +msgstr "" +"Project-Id-Version: cacti-spine 0.8.7a-1\n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:14+0200\n" +"PO-Revision-Date: 2008-04-04 17:55+0200\n" +"Last-Translator: Helge Kreutzmann \n" +"Language-Team: de \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "cacti must be configured to use spine!" +msgstr "Cacti muss konfiguriert werden, um Spine zu verwenden!" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" +"Damit der Spine-Abfrager verwendet werden kann, muss Cacti ber seine " +"webbasierte Schnittstelle konfiguriert werden. Selbst falls Sie frher Cacti " +"ber Debconf konfiguriert haben, Spine zu verwenden, mssen Sie diesen " +"Schritt jetzt ber die webbasierte Steuerung ausfhren. Lesen Sie bitte /usr/" +"share/doc/cacti-spine/README.Debian fr Anweisungen, wie dies durchgefhrt " +"wird." --- cacti-spine-0.8.7a.orig/debian/po/fr.po +++ cacti-spine-0.8.7a/debian/po/fr.po @@ -0,0 +1,40 @@ +# Translation of cacti-spine debconf templates to French +# Copyright (C) 2007 Christian Perrier +# This file is distributed under the same license as the cacti-spine package. +# +# Christian Perrier , 2008. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:14+0200\n" +"PO-Revision-Date: 2008-04-05 17:21+0200\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "cacti must be configured to use spine!" +msgstr "Configuration obligatoire de cacti pour utiliser spine" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" +"Afin d'utiliser le programme de rcupration (poller) spine, Cacti doit " +"tre configur par son interface web. Mme si vous avez prcdemment " +"configur Cacti pour utiliser spine via debconf, vous devez maintenant " +"excuter cette tape de configuration via l'interface web. Veuillez " +"consulter le fichier /usr/share/doc/cacti-spine/README.Debian pour obtenir " +"plus d'informations propos de la configuration." --- cacti-spine-0.8.7a.orig/debian/po/pt_BR.po +++ cacti-spine-0.8.7a/debian/po/pt_BR.po @@ -0,0 +1,55 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: cacti-cactid 0.8.6d-6\n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:07+0200\n" +"PO-Revision-Date: 2005-05-26 15:03-0300\n" +"Last-Translator: Gustavo Noronha Silva \n" +"Language-Team: Debian Brasil \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../templates:1001 +#, fuzzy +#| msgid "cacti must be configured to use cactid!" +msgid "cacti must be configured to use spine!" +msgstr "O cacti precisa ser configurado para usar o cactid!" + +#. Type: note +#. Description +#: ../templates:1001 +#, fuzzy +#| msgid "" +#| "In order to use the cactid poller, cacti must be configured via its web " +#| "based interface. Even if you have previously configured cacti to use " +#| "cactid via debconf, you must now perform this step via the web based " +#| "control panel. For instructions on how to do this, please read /usr/" +#| "share/doc/cacti-cactid/README.Debian." +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" +"Para usar o extrator de dados do cactid o cacti precisa ser configurado por " +"sua interface web. Mesmo se voc tiver configurado o cacti para usar o " +"cactid usando o debconf anteriormente voc agora precisa executar esse " +"procedimento no painel de controle web do cacti. Para instrues sobre como " +"faz-lo leia /usr/share/doc/cacti-cactid/README.Debian." --- cacti-spine-0.8.7a.orig/debian/po/sv.po +++ cacti-spine-0.8.7a/debian/po/sv.po @@ -0,0 +1,45 @@ +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# Developers do not need to manually edit POT or PO files. +# , fuzzy +# +# +msgid "" +msgstr "" +"Project-Id-Version: cacti-cactid 0.8.6e-2\n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:14+0200\n" +"PO-Revision-Date: 2008-07-22 20:07+0100\n" +"Last-Translator: Martin Bagge \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "cacti must be configured to use spine!" +msgstr "cacti måste konfigureras att använda spine!" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" +"För att använda informationshämtaren spine måste cacti konfigureras via sitt " +"webbaserade gränssnitt. Även om du tidigare har konfigurerat cacti att " +"använda spine via debconf så måste du nu göra detta via den webbaserade " +"kontrollpanelen. För instruktioner hur detta går till, läs /usr/share/doc/" +"cacti-spine/README.Debian." --- cacti-spine-0.8.7a.orig/debian/po/eu.po +++ cacti-spine-0.8.7a/debian/po/eu.po @@ -0,0 +1,39 @@ +# translation of cacti-spine-eu.po to Euskara +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Piarres Beobide , 2008. +msgid "" +msgstr "" +"Project-Id-Version: cacti-spine-eu\n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:14+0200\n" +"PO-Revision-Date: 2008-09-05 23:27+0200\n" +"Last-Translator: Piarres Beobide \n" +"Language-Team: Euskara \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "cacti must be configured to use spine!" +msgstr "cacti konfiguratu egin behar da spine erabili dezan!" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" +"Spine zunda (\"poller\") erabili ahal izateko, cacti bere web bidezko " +"interfazean konfiguratu behar da. Nahiz eta aurretik spine debconf bidez " +"erabiltzeko konfiguratua izan urrats hau egin behar duzu web bidezko kontrol " +"panelean. Hau egiteko moduari buruzko argibideetarako /usr/share/doc/cacti-" +"spine/README.Debian irakurri." --- cacti-spine-0.8.7a.orig/debian/po/cs.po +++ cacti-spine-0.8.7a/debian/po/cs.po @@ -0,0 +1,53 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: cacti-spine 0.8.7a-2.1\n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:14+0200\n" +"PO-Revision-Date: 2008-09-06 08:59+0200\n" +"Last-Translator: Martin Sin \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "cacti must be configured to use spine!" +msgstr "pro použití spine je potřeba nastavit cacti!" + +#. Type: note +#. Description +#: ../templates:1001 +#, fuzzy +#| msgid "" +#| "In order to use the cactid poller, cacti must be configured via its web " +#| "based interface. Even if you have previously configured cacti to use " +#| "cactid via debconf, you must now perform this step via the web based " +#| "control panel. For instructions on how to do this, please read /usr/" +#| "share/doc/cacti-cactid/README.Debian." +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" +"Aby jste mohli použít poller cactid, musíte nastavit cacti přes jeho webové " +"rozhraní. Jestliže jste již dříve (přes debconf) nastavili cacti aby " +"používal cactid, musíte provést tento krok ještě přes webový ovládací panel. " +"Pro další instrukce, jak to udělat, si prosím přečtěte /usr/share/doc/cacti-" +"cactid/README.Debian." --- cacti-spine-0.8.7a.orig/debian/po/ru.po +++ cacti-spine-0.8.7a/debian/po/ru.po @@ -0,0 +1,41 @@ +# translation of ru.po to Russian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Yuri Kozlov , 2008. +msgid "" +msgstr "" +"Project-Id-Version: ru\n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:14+0200\n" +"PO-Revision-Date: 2008-09-07 10:38+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "cacti must be configured to use spine!" +msgstr "В cacti нужно настроить работу через spine!" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" +"Чтобы использовать службу опроса spine, cacti нужно настроить через веб-" +"интерфейс. Даже если вы уже настраивали указывали в cacti использование " +"spine через debconf, вы всё-равно должны выполнить этот шаг в веб-панели " +"управления. От том, как это сделать, читайте в файле /usr/share/doc/cacti-" +"spine/README.Debian." --- cacti-spine-0.8.7a.orig/debian/po/pt2.po +++ cacti-spine-0.8.7a/debian/po/pt2.po @@ -0,0 +1,40 @@ +# Portuguese translation of cacti-spine's debconf messages. +# Copyright (C) 2005 Luís Ferreira +# Copyright (C) 2008 Carlos Lisboa +# This file is distributed under the same license as the cacti-spine package. +# Luís Ferreira , 2005 +# Carlos Lisboa , 2008 +# +msgid "" +msgstr "" +"Project-Id-Version: cacti-cactid 0.8.6f-1-1\n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:14+0200\n" +"PO-Revision-Date: 2008-09-14 21:36+0100\n" +"Last-Translator: Carlos Lisboa \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "cacti must be configured to use spine!" +msgstr "o cacti necessita ser configurado para usar o spine!" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" +"Para usar o poller do spine, o cacti tem que ser configurado através da seu " +"interface web. Mesmo que já tenha configurado o cacti para usar o spine " +"através do debconf, deverá efectuar este passo através do centro de controlo " +"da interface web. Para instruções sobre como efectuar este passo leia /usr/" +"share/doc/cacti-spine/README.Debian." --- cacti-spine-0.8.7a.orig/debian/po/pt.po +++ cacti-spine-0.8.7a/debian/po/pt.po @@ -0,0 +1,38 @@ +# Portuguese translation of cacti-cactid's debconf messages. +# 2005, Luís Ferreira +# +# 01-11-2005 - Luís Ferreira - Initial translation +# 24-06-2008 - Luís Ferreira - Cactid to spine +msgid "" +msgstr "" +"Project-Id-Version: cacti-cactid 0.8.6f-1-1\n" +"Report-Msgid-Bugs-To: seanius@debian.org\n" +"POT-Creation-Date: 2007-10-24 21:14+0200\n" +"PO-Revision-Date: 2008-06-24 21:11+0100\n" +"Last-Translator: Luís Ferreira \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "cacti must be configured to use spine!" +msgstr "o cacti precisa de estar configurado para usar o spine!" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "" +"In order to use the spine poller, cacti must be configured via its web based " +"interface. Even if you have previously configured cacti to use spine via " +"debconf, you must now perform this step via the web based control panel. " +"For instructions on how to do this, please read /usr/share/doc/cacti-spine/" +"README.Debian." +msgstr "" +"Para que o spine funcione, o cacti tem que ser configurado através do seu " +"interface web. Mesmo que já tenha configurado o cacti para usar o spine " +"através do debconf, você precisa de efectuar este passo através do centro de " +"controle do interface web. Para instruções sobre como efectuar este passo " +"por favor leia o /usr/share/doc/cacti-spine/README.Debian." --- cacti-spine-0.8.7a.orig/debian/patches/01_cactid.conf.patch +++ cacti-spine-0.8.7a/debian/patches/01_cactid.conf.patch @@ -0,0 +1,13 @@ +Index: spine-0.8.7~beta4/spine.h +=================================================================== +--- spine-0.8.7~beta4.orig/spine.h 2007-10-09 21:46:10.000000000 +0200 ++++ spine-0.8.7~beta4/spine.h 2007-10-09 21:48:53.000000000 +0200 +@@ -138,7 +138,7 @@ + /* locations to search for the config file */ + #define CONFIG_PATHS 3 + #define CONFIG_PATH_1 "" +-#define CONFIG_PATH_2 "/etc/" ++#define CONFIG_PATH_2 "/etc/cacti/" + #define CONFIG_PATH_3 "../etc/" + + /* config file defaults */ --- cacti-spine-0.8.7a.orig/debian/patches/series +++ cacti-spine-0.8.7a/debian/patches/series @@ -0,0 +1 @@ +01_cactid.conf.patch