Search found 2 matches

by nlopezs
Thu May 07, 2009 3:55 pm
Forum: Scripts and Templates
Topic: Exchange 2007 from Linux
Replies: 55
Views: 62197

Hi guys! I figured out the problem with some of the missing data. the exchange2007_message.pl script has an incorrect varible $SMTPMessagesReceived is chomp with chomp $SMTPMessagesSubmitted; just rename the chomp statement the follows the $SMTPMessagesReceived to $SMTPMessagesReceived; and things s...
by nlopezs
Mon May 04, 2009 1:01 pm
Forum: Scripts and Templates
Topic: Exchange 2007 from Linux
Replies: 55
Views: 62197

Hi guys! I also have some missing data from the message graph. I am not getting data from SMTP Msgs Submitted, SMTP msgs sent or any of the totals I ran the script from the terminal sucessfully. IS_MsgsSent:680 IS_MsgsDelivered:2075 IS_MsgsSubmitted:602 SMTP_MsgsReceived:1555 SMTP_MsgsSent:563 SMTP_...