Thanks for your answer, but no solution for sqlite (or sqlite3) ( I am stubborn ) ?TheWitness wrote:It would be easier than Oracle.
Search found 9 matches
- Tue Nov 15, 2011 10:03 am
- Forum: Help: General
- Topic: cacti with sqlite3
- Replies: 3
- Views: 706
Re: cacti with sqlite3
- Thu Nov 03, 2011 9:34 am
- Forum: Help: General
- Topic: cacti with sqlite3
- Replies: 3
- Views: 706
cacti with sqlite3
Hello all I make a little server with dockstar (Seagate) , and debian testing. In my old server, I run cacti with mysql/apache, but, the new server run nginx, and, my question is: is possible to run cacti with sqlite3? Mysql and Apache are too big, and the goal is to make the lightest possible Thank...
- Mon Oct 13, 2008 1:56 pm
- Forum: Help: Linux/Unix Specific
- Topic: Problem with perl script
- Replies: 6
- Views: 2299
- Thu Oct 09, 2008 2:56 pm
- Forum: Help: Linux/Unix Specific
- Topic: Problem with perl script
- Replies: 6
- Views: 2299
- Thu Oct 09, 2008 9:28 am
- Forum: Help: Linux/Unix Specific
- Topic: Problem with perl script
- Replies: 6
- Views: 2299
The cacti.log gives you the necessary information. The output from the script is incorrect. Cacti requries output that is formatted in a particular way. entity:value You per perl script should look more like this: #!/usr/bin/perl -w # ---------------------------------------------------------- print...
- Thu Oct 09, 2008 7:13 am
- Forum: Help: Linux/Unix Specific
- Topic: Problem with perl script
- Replies: 6
- Views: 2299
Problem with perl script
I test script in perl, and graph whith data output: #!/usr/bin/perl -w # ---------------------------------------------------------- print "11"; exit; __END__ Very simple, isn't it? But, in cacti.log, the result is bad: 10/09/2008 02:05:03 PM - CMDPHP: Poller[0] Host[25] DS[46] WARNING: Res...
- Tue Oct 07, 2008 4:16 am
- Forum: Scripts and Templates
- Topic: Postfix monitoring with David Schweikert's Mailgraph?
- Replies: 107
- Views: 254185
correction for debian user
hello all
(sorry for my very poor english)
I use mailgraph, and i modified the initscript mailgrph for use in my debian stable
http://linuxette.suinot.org/tmp/mailgraph
And, in the parameter for mailgraph, the log file is not
/var/log/maillog
but
/var/log/mail.log
(sorry for my very poor english)
I use mailgraph, and i modified the initscript mailgrph for use in my debian stable
http://linuxette.suinot.org/tmp/mailgraph
And, in the parameter for mailgraph, the log file is not
/var/log/maillog
but
/var/log/mail.log
- Mon Oct 06, 2008 7:49 am
- Forum: Help: Linux/Unix Specific
- Topic: deian & snmp error
- Replies: 2
- Views: 2194
I'm STUPID !!!!! (tired?)
your code
Is the ultimate solution!!!!
I Read too many doc, with too different information.
Sorry for no more debugging snmp config.
Great big thank you!
your code
Code: Select all
rocommunity public
I Read too many doc, with too different information.
Sorry for no more debugging snmp config.
Great big thank you!
- Mon Oct 06, 2008 3:42 am
- Forum: Help: Linux/Unix Specific
- Topic: deian & snmp error
- Replies: 2
- Views: 2194
deian & snmp error
Hello All, sorry for my english Y used cacti debian pacage (version: 0.8.6i-3.), and snmp. Snmp work fine: # snmpwalk -OX -c public -v 2c localhost .1.3.6.1.2.1.2.2.1.1 IF-MIB::ifIndex[1] = INTEGER: 1 IF-MIB::ifIndex[2] = INTEGER: 2 IF-MIB::ifIndex[3] = INTEGER: 3 IF-MIB::ifIndex[4] = INTEGER: 4 IF-...