jablonka.czprosek.czf

weathermap

Subversion Repositories:
[/] [random-bits/] [README] - Blame information for rev 11

 

Line No. Rev Author Line
11simandlsuite-1.conf
2suite-2.conf
3============
4These are my test map config files that exercise a fair bit of the
5functionality of Weathermap, in a couple of files. The first one
6is mostly NODE stuff, and the second is mostly LINK stuff. As such,
7they make quite useful demo maps, I guess.
8 
9map-split.php
10=============
11 
12Reads in a map, then writes out 'submaps' of a certain size. Edit the
13top of the script to specify the source map, and the required size of
14the new maps, and it will chop up your map for you. It doesn't do
15anything clever with things like KEYPOS or TITLEPOS, but it will do
16NODEs OK. It'll delete any links where only one end is in the final
17map, so cross-sheet links will need to be put back in. It also removes
18the BACKGROUND image if there is one, since it will (by definition) be
19the wrong size for the new maps.
20 
21auto-overlib.pl
22===============
23 
24A small but useful script that takes a weathermap config file with
25references to Cacti RRD targets and automatically adds in all the
26INFOURL and OVERLIBGRAPH lines it can, where they don't exist.
27 
28You'll need to edit the script to allow it to log in to your Cacti
29database. Requires the Perl DBI and DBD::mysql modules.
30 
31Should work with both PHP and perl versions, but not tested with PHP
32one.
33 

Powered by WebSVN 2.2.1