Forum Discussion

flomkrl_29950's avatar
flomkrl_29950
Icon for Nimbostratus rankNimbostratus
Dec 07, 2007

graph based on internal LTPM rra

Dear All;

 

 

I try to generate email report on the ltm.

 

 

I see that there is rra files on /shared/rrd.1.0 which are used (i think) to generate performance picture.

 

 

I try to generate graph without success with rrdtool graph tool.

 

 

Does anyone get rrdtool complete command line working with F5 rra file ?

 

 

I just want to get the performance picture and send them in my report email which is describe bellow

 

 

Thanks a lot,

 

 

Flo,

 

 

 

script to send report .

 

 

date > /tmp/statut.txt

 

echo -e "\n[BIG TOP]" >> /tmp/statut.txt

 

/bin/bigtop -once >> /tmp/statut.txt

 

echo -e "\n[FAILOVER]" >> /tmp/statut.txt

 

/bin/bigpipe failover >> /tmp/statut.txt

 

echo -e "\n[PLATFORM]" >> /tmp/statut.txt

 

/bin/bigpipe platform >> /tmp/statut.txt

 

echo -e "\n[VIRTUAL SERVER]" >> /tmp/statut.txt

 

/bin/bigpipe virtual >> /tmp/statut.txt

 

echo -e "\n[VLAN]" >> /tmp/statut.txt

 

/bin/bigpipe vlan >> /tmp/statut.txt

 

echo -e "\n[GLOBAL STATS]" >> /tmp/statut.txt

 

/bin/bigpipe global stats >> /tmp/statut.txt

 

echo -e "\n[DISK USAGE]" >> /tmp/statut.txt

 

df -ah >> /tmp/statut.txt

 

 

hostname=`hostname`

 

/bin/cat /tmp/statut.txt | mail -s "F5 $hostname status" email@mail.com

 

 

  • Colin_Walker_12's avatar
    Colin_Walker_12
    Historic F5 Account
    There is actually a great document written and contributed by one of DevCentral's own members on graphing your BIG-IP's info that you might want to check out here - Click here

     

     

    HTH,

     

    Colin