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