Commit 34df443b authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: also provide overview of yearly munin graphs

parent 1426d9db
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -143,9 +143,9 @@ build_nodes_health_page() {

build_graph_overview_pages() {
	#
	# munin nodes daily/weekly/monthly pages
	# munin nodes daily/weekly/monthly/yearly pages
	#
	for TYPE in daily weekly monthly ; do
	for TYPE in daily weekly monthly yearly ; do
		VIEW=nodes_${TYPE}_graphs
		PAGE=index_${VIEW}.html
		ARCH=amd64
@@ -190,6 +190,7 @@ build_graph_overview_pages() {
						daily)		IMG=day.png ;;
						weekly)		IMG=week.png ;;
						monthly)	IMG=month.png ;;
						yearly)		IMG=year.png ;;
					esac
					write_page "<img src='https://jenkins.debian.net/munin/debian.net/$NODE/${GRAPH}-${IMG}' width='150' /></a></td>"
				done
+3 −0
Original line number Diff line number Diff line
@@ -194,6 +194,9 @@
      <li {{#nodes_monthly_graphs}}class='active'{{/nodes_monthly_graphs}}>
        <a href="/debian/index_nodes_monthly_graphs.html">monthly graphs</a>
      </li>
      <li {{#nodes_yearly_graphs}}class='active'{{/nodes_yearly_graphs}}>
        <a href="/debian/index_nodes_yearly_graphs.html">yearly graphs</a>
      </li>
    </ul></li>
  </ul></li>
</ul>