Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
TFC wrote:I installed the plugin. But plugin and presentaiton are different i think.
First, when I try to create new template, two sub-choices are shown Create anew variable and create a new measurand.
There is three field to fill max and min values and default value (what are they?) Another one is Stepping (what is it?)
Lets go to create a new measurand. Some fields here. Calculation formula, unit, etc. (I have no idea. Becouse I am newbie about this plugin)
Anyway i achieve to create template for just test and seeing how is this plugin. Go to report config. and select add (Test selected)
I click to next button. Report config shoes some field again: Name and etc. But there is a strange raw here called subhead. but thereis no checkbox or field after subhead.
I dont know. Somethnig strange but what are they
Can anybody hep me about that?
P.S: There is no sql file in plugin tar files. is it missing ot this is normal?
Thank you. I start to understand but still complex for me
Is there any way to calculate circuit (i mean traffic) percentage that passing over given average value.
For example Our traffic must be under %70. And we want to report that ratio whole day over over treshold value.
Mathematically i want that:
288 sample taken from cacti (per 5 min* 24 hrs)
3 times traffic reaches over %70
Percentage (over treshold value)=(3/288)*100 = %1,04
if I can do this.I can do others.
Can you help me to do it?
TFC wrote:Thank you. I start to understand but still complex for me
Is there any way to calculate circuit (i mean traffic) percentage that passing over given average value.
For example Our traffic must be under %70. And we want to report that ratio whole day over over treshold value.
Mathematically i want that:
288 sample taken from cacti (per 5 min* 24 hrs)
3 times traffic reaches over %70
Percentage (over treshold value)=(3/288)*100 = %1,04
if I can do this.I can do others.
Can you help me to do it?
Hi TFC!
Sorry for my late answer. I was absolutely busy during the last days.
Create a new template and choose "Average" as CF. After that create a new variable to make it flexible:
Name: Threshold
Description: blablabla...
Maximum: 100
Minimum: 50
Default: 70
Type: "DropDown"
Stepping: 1
Click on "create" and then you see in the overview the internal name given to that variable.
Create a new measurand:
Name: Percentage over threshold
Abbreviation: POT
Unit: %
Visible: Yes
Separate: No
Rounding: Base 1000
Calc Formula: f_dot(maxValue/8*"Internal name of the variable"/100)
If you don't want to use a variable, you can also use:
f_dot(maxValue/8*0.7)
today I checked out the latest version from sourceforge svn ( 0.60 alpha?) and installed it on my testsystem. Everything went fine so far, the plugin seems to be fully functional. BTW, I like the new graphs (limited to top X)!
Nice work!
But I`m missing the csv export file on the filesystem. In the last version 0.51 there was a folder exports, which holds the file. Are there any plans to go without storing the file?
From reading the posts in this forum my understanding was, that there will be a scheduled export of the csv file. Am I wrong on that?
Can you please share the plans for the export functionality?
today I checked out the latest version from sourceforge svn ( 0.60 alpha?) and installed it on my testsystem. Everything went fine so far, the plugin seems to be fully functional. BTW, I like the new graphs (limited to top X)!
Nice work!
But I`m missing the csv export file on the filesystem. In the last version 0.51 there was a folder exports, which holds the file. Are there any plans to go without storing the file?
From reading the posts in this forum my understanding was, that there will be a scheduled export of the csv file. Am I wrong on that?
Can you please share the plans for the export functionality?
Thanks in advance,
tom
Hi Thomas!
Many thanks for your feedback. The current SVN release works, but it does not use the defined presets. Manual exports to CSV or XML won't be saved to the harddisk any longer. The new email functionality is still missing, but it's planned to use it for sending exports automatically.
After this, some little changes and one other new little feature has been finished v0.6.0 will be released.
With a view to the current feature requests under sourceforge and my own ideas, I'll apply myself to expand this exporting section in v0.7.0 by developing a lot of new features. (e.g. It's definitely planned to introduce open XML documents to export a list of reports in one file)
Sorry,
1)"Multilink" was the wrong keyword, but if you have defined e.g. a Gigabit Ethernet Channel then you can integrate that in Cacti too.
2)
3) Yes (for scheduled reporting)
4) These fields only return your configuration of defined working days. The default is start_day = "Monday" -> end_day = "Sunday", or with other words: All days of a week are included.
e.g. You define Monday till Friday and you want to start your calculation for the last day on a Monday morning, then you will get no result, because the last day will be a Sunday and that's not part of your working days.
That -> Fatal error: Call to undefined function safeguard_xss() in /usr/share/cacti/site/plugins/reportit/cc_view.php on line 34
Some advice?
Br,
Normally a bug report should contain a minimum of information. So what about the version of Cacti, PIA and ReportIt?
The function you mentioned is defined in /reportit/lib_int/funct_validate.php and the script called "cc_view.php" will automatically include the library on line 25. Check if that library is available and type in