1) Do you get any errors while running weathermap program? Try running it with debugging. It should produce html file and png file (which is loaded by html). Check that both files exists and access to them is allowed. 2) You didn't catch the idea of integration of weathermap and zenoss. Weathermap can only read snmp|rrd data. You could try to point it to rrd files produced by zenoss, but if you don't want to write file names manually(which could be very boring) you should use another syntax in you weathermap config file (the one called map.src with special syntax described in how-to) and then convert it to native weathermap format.
athreyavc wrote: > Dear Sir, > > That was kind, thanks for the reply > > I tried the same steps.But I could not get the map work. > > I am also confused about this line, > > ./convert_map.pl map.src >map.conf > > I created the map using php weathermap web editor. > > then I saved the file as simple.conf. (I don't know about the src file), > > Then I ran > > ./convert_map.pl simple.conf > simple.conf > > No errors here > > then I created the html file > > php ./weathermap --config simple.conf --htmloutput /var/www/html/simple.html > > I access the link by > > http://systemIP/simple.html > > page is blank > > I must be doing something wrong here. > > Sorry for so many questions, I am a Storage Engineer, trying to learn ZenOSS. > > Thanks again , > > Athreya > > > > > -------------------- m2f -------------------- > > Read this topic online here: > http://forums.zenoss.com/viewtopic.php?p=38424#38424 > > -------------------- m2f -------------------- > > > > _______________________________________________ > zenoss-users mailing list > [email protected] > http://lists.zenoss.org/mailman/listinfo/zenoss-users > _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
