I am exporting ~40 ucd/net - load average graphs every 5th poll cycle (1 minute polling so graphs get exported every 5 minutes). This is working. yeah.
I have set up a new weathermap that has each thumbnail png file as a separate NODE. Weathermap is making new maps every poll cycle (1 minute).
On the poll cycles where export and weathermap generation coincide weathermap must be trying to access the png files at the same time that graph export is deleting/overwriting the old ones.
This causes numerous errors of this type:
Code: Select all
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_770.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_767.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_752.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_465.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_468.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_495.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_492.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_489.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_486.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_483.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_480.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_477.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_474.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_471.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_463.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_462.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
08/28/2012 11:49:10 AM - WEATHERMAP: Poller[0] WARNING: [Map 9] node_load.conf: ICON '/home/www/html/sibyls/cacti_export/graphs/thumb_459.png' does not exist, or is not readable. Check path and permissions. [WMARN38]
Is there some way to have Weathermap wait until graph export is finished before initiating the map making procedure?