Search found 5 matches

by Z.Beeblebrox
Sun May 17, 2009 3:42 pm
Forum: Help: General
Topic: [solved] Not all multi output fields are parsed
Replies: 5
Views: 2370

Nice, that's it.

Thank you very much. :-)
by Z.Beeblebrox
Thu May 14, 2009 11:15 am
Forum: Help: General
Topic: [solved] Not all multi output fields are parsed
Replies: 5
Views: 2370

Something is very strange here. I've made a new script with two output parameter: p1 and p2. Then I've created a new data input method calling this script and referencing these two parameter. After this I created a new data template and a graph for this test. Result: 1st output parameter in my data ...
by Z.Beeblebrox
Thu May 14, 2009 3:25 am
Forum: Help: General
Topic: [solved] Not all multi output fields are parsed
Replies: 5
Views: 2370

The full "Input String" is: perl <path_cacti>/scripts/ncnet_memory_utilization.pl <ip> This is my perl-script: #!/usr/bin/perl # Usage: # script.pl <host> # # returns 6 values: available, cache, pool_paged, pool_nonpaged, # sys_code, sys_driver # path to check_nc_net tool $check_nc_net = &...
by Z.Beeblebrox
Wed May 13, 2009 5:05 pm
Forum: Help: General
Topic: [solved] Not all multi output fields are parsed
Replies: 5
Views: 2370

[solved] Not all multi output fields are parsed

I've written a small perl script to get memory utilization statistics from Windows hosts. Sript output is like this: $ perl ncnet_memory_utilization.pl 10.0.1.1 available:483495900 cache:36450300 pool_paged:65581060 pool_nonpaged:33308670 sys_code:802816 sys_driver:2338816 Now in Cacti I have added ...
by Z.Beeblebrox
Fri May 08, 2009 1:42 pm
Forum: Help: General
Topic: Legend column alignment (cacti 0.8.7d + rrdtool 1.3.5)
Replies: 6
Views: 5685

Temporary solution (little bit evil):
  1. Set "DejaVuSansMono" as legend font file in cacti settings.
  2. Create an empty file named "DejaVuSansMono" in cacti/site directory.
This forces rrdtool to load the font via pango and it ships around the font file check. ;)