Search found 10 matches
- Fri Sep 18, 2020 8:28 am
- Forum: Help: General
- Topic: graph templates not showing in spikekill settings
- Replies: 0
- Views: 1593
graph templates not showing in spikekill settings
Hi Everyone, I've been using cacti since v0.88c. a while ago upgraded existing installation to 1.2.2 and then a couple days ago to latest 1.2.14. cacti us running on ubuntu server 18.04.2 LTS on v 0.88c i was running spikekill as a plugin, and now it is merged into current versions. I don't know if ...
- Fri Aug 02, 2019 1:07 am
- Forum: Help: General
- Topic: SOLVED: data collection through python script
- Replies: 6
- Views: 3291
Re: data collection through python script
Throw enough crap at the wall and eventually something will stick... Turns out it was the minimal_heartbeat setting in the rrd that was the problem. I've been dealing with odd issues here and there since upgrading from 0.8.8 to 1.2.2. One of them seems to be that my 5 minute polling data profile has...
- Fri Aug 02, 2019 12:34 am
- Forum: Help: General
- Topic: SOLVED: data collection through python script
- Replies: 6
- Views: 3291
Re: data collection through python script
well my syntax was wrong using rrdtune... Once i figured it out i realized that U for .max .min values makes them NaN so that's not the issue. I'm at a loss. I even see in the log that cacti is trying to update the rrd with the value extracted from the script output 2019/08/02 01:08:29 - POLLER: Pol...
- Thu Aug 01, 2019 11:14 pm
- Forum: Help: General
- Topic: SOLVED: data collection through python script
- Replies: 6
- Views: 3291
Re: data collection through python script
This is the logging output. Script is executing and it seems like the output is being parsed properly: 2019/08/02 00:38:36 - POLLER: Poller[Main Poller] Parsed MULTI output field 'icTotal:1' [map icTotal->icTotal] 2019/08/02 00:38:35 - SPINE: Poller[Main Poller] Device[BS06-Hillcrest] HT[1] DS[BS06-...
- Thu Aug 01, 2019 1:10 pm
- Forum: Help: General
- Topic: SOLVED: data collection through python script
- Replies: 6
- Views: 3291
Re: data collection through python script
well i enabled debug logging and i can see that the script runs with the proper output. The script server parses the output properly and appears to put it in the rrd according to the log but my graph still has no data.
- Thu Aug 01, 2019 10:54 am
- Forum: Help: General
- Topic: SOLVED: data collection through python script
- Replies: 6
- Views: 3291
SOLVED: data collection through python script
Hi all, Cacti version 1.2.2 running on ubuntu server 18.04 I have a python script with multiple outputs which looks like this: icTotal:19 icAvgTime:40.31 icQueuedTotal:2 icAvgQueueTime:0.84 icMaxQueueTime:1 gcTotal:18 gcAvgTime:10.74 gcQueuedTotal:0 gcAvgQueueTime:0.00 gcMaxQueueTime:0 totalCalls:37...
- Fri Mar 15, 2019 10:32 am
- Forum: Help: General
- Topic: Cacti built in logrotate?
- Replies: 2
- Views: 387
Re: Cacti built in logrotate?
sheesh, i don't know why i didn't see that!ign wrote:Maybe Settings->Paths->Logging is what you are looking for.
Thanks
- Fri Mar 15, 2019 10:09 am
- Forum: Help: General
- Topic: Cacti built in logrotate?
- Replies: 2
- Views: 387
Cacti built in logrotate?
Hi again, Still getting things ready for a server migration and i left the replacement server running last night for burn in. This morning I was going to setup logrotate but i see that at midnight the logfile was renamed to cacti.log-20190314 and new one started for today. This is obviously somethin...
- Wed Mar 13, 2019 12:59 pm
- Forum: Help: General
- Topic: possible to restart upgrade?
- Replies: 2
- Views: 876
Re: possible to restart upgrade?
Solved my own problem.
Dropped cacti database that was partially upgraded and imported sqldump from current cacti server.
Reloading webpage started process from the beginning.
Dropped cacti database that was partially upgraded and imported sqldump from current cacti server.
Reloading webpage started process from the beginning.
- Wed Mar 13, 2019 12:16 pm
- Forum: Help: General
- Topic: possible to restart upgrade?
- Replies: 2
- Views: 876
possible to restart upgrade?
Hi, Currently running 0.8.8b and trying to upgrade to latest (1.2.2). Encountered a problem when the installer started upgrading existing database. Got to Database Upgrade - Version 1.1.34 which failed with error: ALTER IGNORE TABLE version DROP PRIMARY KEY [Fail] found same issue #2482 on GitHub wi...