Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/perl
use strict;
use warnings;
use RTF::Writer;
use Getopt::Std;
#######################################################################################################
# Zenoss Image Export Tool with RTF report writer #
# This PERL script will export JPEG images of the graphs that you need from Zenoss, and create an #
# RTF report file containing them. #