Search found 788 matches
- Thu Oct 04, 2018 4:56 am
- Forum: Help: Linux/Unix Specific
- Topic: Main poller goes down if add new remote one
- Replies: 11
- Views: 1658
Re: Main poller goes down if add new remote one
Then we install new poller, complete installation via web for it and start to see it as New Poller in Data Collectors list (in Console).
$database_type = 'mysql';
$database_default = 'cactidev';
$database_hostname = '10.10.10.117';
$database_username = 'cactiuser';
$database_password ...
- Tue Feb 27, 2018 3:52 pm
- Forum: Help: General
- Topic: csv from cacti graph and raw data output is not the same?
- Replies: 1
- Views: 683
Re: csv from cacti graph and raw data output is not the same
Don't worry. You should trust in your script. The CSV export function in Cacti is not using RRDtool fetch, it is using xport which will be limited to a number of samples. So, what you are doing is correct and the same what ReportIt provided all the years. Shame on me that I'm struggling with its new ...
- Thu Sep 07, 2017 1:31 pm
- Forum: Plugin General
- Topic: Report plugin ''ReportIt" - v0.7.5a (released 23/12/11)
- Replies: 993
- Views: 669323
Re: Report plugin ''ReportIt" - v0.7.5a (released 23/12/11)
Hi Steve, Hi Glueguy,
I'm really sorry, but ReportIt has not fully been migrated to Cacti 1.x yet. It is not a secret that I'm personally having really difficulty in concentration since a few months and my personal situation as well as my job did their very best to reach that state. That's the ...
I'm really sorry, but ReportIt has not fully been migrated to Cacti 1.x yet. It is not a secret that I'm personally having really difficulty in concentration since a few months and my personal situation as well as my job did their very best to reach that state. That's the ...
- Wed Jul 12, 2017 1:54 am
- Forum: Plugin General
- Topic: Report plugin ''ReportIt" - v0.7.5a (released 23/12/11)
- Replies: 993
- Views: 669323
Re: Report plugin ''ReportIt" - v0.7.5a (released 23/12/11)
Are you not using the data items filter under "data items presets"?
Regards
-Andi
Regards
-Andi
- Mon Feb 27, 2017 6:39 pm
- Forum: Plugin General
- Topic: SNMPAgent not working on V1.0.X
- Replies: 4
- Views: 2420
Re: SNMPAgent not working on V1.0.X
Hi thubbard,
I've just read your note and committed a bug fix addressing that issue.
https://github.com/Cacti/cacti/commit/5 ... 02e2eff9ed
Regards
-Andi
I've just read your note and committed a bug fix addressing that issue.
https://github.com/Cacti/cacti/commit/5 ... 02e2eff9ed
Regards
-Andi
- Tue Jan 31, 2017 2:50 am
- Forum: Plugin General
- Topic: Report plugin ''ReportIt" - v0.7.5a (released 23/12/11)
- Replies: 993
- Views: 669323
Re: Report plugin ''ReportIt" - v0.7.5a (released 23/12/11)
Dear Cacti Community,
Most probably some of you have already noticed that we have just released Cacti 1.0.
Unfortunately I have to inform you that in its current state ReportIt is not compatible with that new major release.
This does not mean that ReportIt is completely dead although its ...
Most probably some of you have already noticed that we have just released Cacti 1.0.
Unfortunately I have to inform you that in its current state ReportIt is not compatible with that new major release.
This does not mean that ReportIt is completely dead although its ...
- Tue Dec 06, 2016 3:26 am
- Forum: Plugin General
- Topic: BOOST doesn't improve poll time
- Replies: 5
- Views: 2926
Re: BOOST doesn't improve poll time
Keep in mind that a single host can cause such a high poller runtime. Take a look at your processes running every polling cycle. You will notice that most probably only a single polling process will remain while others have been completed pretty fast. Try to identify that host and change its polling ...
- Wed Mar 30, 2016 3:24 am
- Forum: Plugin Announcements
- Topic: Cacti SNMPAgent - v0.2.3 (released 28/Oct/15)
- Replies: 20
- Views: 36335
Re: Cacti SNMPAgent - v0.2.3 (released 28/Oct/15)
I believe this happened if a print statement has been executed instead of fwrite, but I'm not absolutely sure. It's a long time ago that a was working on that code that last time. Line 131 of persist.php should definitely been changed from:
fwrite(STDOUT, print "NONE" . $eol);
to
fwrite(STDOUT ...
fwrite(STDOUT, print "NONE" . $eol);
to
fwrite(STDOUT ...
- Thu Dec 10, 2015 2:06 am
- Forum: Plugin Announcements
- Topic: Cacti SNMPAgent - v0.2.3 (released 28/Oct/15)
- Replies: 20
- Views: 36335
Re: Cacti SNMPAgent - v0.2.3 (released 28/Oct/15)
Let me start with your second question:
There is no relationship between the SNMP trap feature and the persistent daemon.
You only have to define the path to the snmptrap binary and to setup your notification receivers.
If the snmpd.conf has been setup correctly and the net-snmp process has been ...
There is no relationship between the SNMP trap feature and the persistent daemon.
You only have to define the path to the snmptrap binary and to setup your notification receivers.
If the snmpd.conf has been setup correctly and the net-snmp process has been ...
- Tue Dec 01, 2015 9:53 am
- Forum: Plugin General
- Topic: [Reportit] SQL table reportit_results - how to read
- Replies: 2
- Views: 1424
Re: [Reportit] SQL table reportit_results - how to read
This is difficult to verify as long as the definition of the measurand is totally unknown.
ReportIt only stores the output of the calculation formula itself within a result table.
The final presentation depends on how you have setup the measurand.
Does the report itself match?
Regards
-Andi
ReportIt only stores the output of the calculation formula itself within a result table.
The final presentation depends on how you have setup the measurand.
Does the report itself match?
Regards
-Andi
- Thu Oct 29, 2015 4:15 am
- Forum: Plugin: (Threshold)
- Topic: After threshold breached send SNMP traps
- Replies: 8
- Views: 15830
Re: After threshold breached send SNMP traps
A new version of the SNMPAgent plugin addresses both bugs.
Password validation is working now and administrators are allowed to configure the SNMP Engine ID per notification receiver individually.
Additionally a new, much much faster and more scaling persistent daemon for Net-SNMP has become ...
Password validation is working now and administrators are allowed to configure the SNMP Engine ID per notification receiver individually.
Additionally a new, much much faster and more scaling persistent daemon for Net-SNMP has become ...
- Wed Oct 28, 2015 12:15 pm
- Forum: Plugin General
- Topic: Snmpagent support when installing newer Cacti versions
- Replies: 5
- Views: 2247
Re: Snmpagent support when installing newer Cacti versions
As promised the new, high performant version has been released today.
Regards
-Andi
Regards
-Andi
- Tue Oct 20, 2015 8:43 am
- Forum: Plugin General
- Topic: Snmpagent support when installing newer Cacti versions
- Replies: 5
- Views: 2247
Re: Snmpagent support when installing newer Cacti versions
Patches are only required if you would like to run the SNMPagent plugin in combination with Cacti 0.8.8a or 0.8.8b.
Newer versions ( 0.8.8c and above ) are already containing all of those hooks the SNMPAgent is working with.
Like Jimmy already has mentioned the plugin itself became part of the Cacti ...
Newer versions ( 0.8.8c and above ) are already containing all of those hooks the SNMPAgent is working with.
Like Jimmy already has mentioned the plugin itself became part of the Cacti ...
- Fri May 29, 2015 3:48 am
- Forum: Plugin General
- Topic: 'ReportIt' -> v0.7.5a (released 23/12/11)
- Replies: 124
- Views: 165089
Re: 'ReportIt' -> v0.7.5a (released 23/12/11)
Grüße zurück aus der Hochburg der rheinischen Frohnaturen.




- Thu May 28, 2015 1:46 am
- Forum: Plugin General
- Topic: 'ReportIt' -> v0.7.5a (released 23/12/11)
- Replies: 124
- Views: 165089
Re: 'ReportIt' -> v0.7.5a (released 23/12/11)
Depending on how you've configured ReportIt you need to disable option "Auto Generated Data Items" under tab "General" or "Administration" within your report configuration.
Regards
-Andi
Regards
-Andi