|
|
| Author |
Message |
rs232
Joined: 19 Dec 2006 Posts: 11
|
Posted: Thu Feb 21, 2008 5:05 am Post subject: |
|
|
| Elvar wrote: | | rs232 wrote: | Don't ask me why, but the solution was to edit asspstats.pl and change:
$passwd = $ARGV[0];
into
$passwd = "mypassword";
$ipaddress = $ARGV[1];
into
$ipaddress = "127.0.0.1";
So ignore the web page config where to set these paramenter.
HTH |
The version of the script I have is already set like this. When I run it I still don't get any results. Even if I paste the URL that works straight from the browser into the script I don't get any results. |
May be it's an Apache access permission problem from localhost to localhost? May be the firewall?
What happens if you run the asspstats.pl manually?
You should get an output like:
| Code: | cacti@myhost.net# ./asspstats.pl
smtpcon:362727 totmess:23517 bayspam:2107 locmail:5150 |
|
|
| Back to top |
|
 |
Elvar
Joined: 19 Feb 2008 Posts: 5
|
Posted: Thu Feb 21, 2008 7:01 am Post subject: |
|
|
| rs232 wrote: | | Elvar wrote: | | rs232 wrote: | Don't ask me why, but the solution was to edit asspstats.pl and change:
$passwd = $ARGV[0];
into
$passwd = "mypassword";
$ipaddress = $ARGV[1];
into
$ipaddress = "127.0.0.1";
So ignore the web page config where to set these paramenter.
HTH |
The version of the script I have is already set like this. When I run it I still don't get any results. Even if I paste the URL that works straight from the browser into the script I don't get any results. |
May be it's an Apache access permission problem from localhost to localhost? May be the firewall?
What happens if you run the asspstats.pl manually?
You should get an output like:
| Code: | cacti@myhost.net# ./asspstats.pl
smtpcon:362727 totmess:23517 bayspam:2107 locmail:5150 |
|
I am running the script manually. I've verified it's definitely not firewall rules as I am explicitly allowing all traffic between both hosts. When I run manually I just get the following...
perl asspstats123.pl
smtpcon: totmess: bayspam: locmail: whitemail:#
That's all I get unfortunately.
Thanks! |
|
| Back to top |
|
 |
Elvar
Joined: 19 Feb 2008 Posts: 5
|
Posted: Wed Feb 27, 2008 9:23 am Post subject: Resolved |
|
|
| Elvar wrote: | | rs232 wrote: | | Elvar wrote: | | rs232 wrote: | Don't ask me why, but the solution was to edit asspstats.pl and change:
$passwd = $ARGV[0];
into
$passwd = "mypassword";
$ipaddress = $ARGV[1];
into
$ipaddress = "127.0.0.1";
So ignore the web page config where to set these paramenter.
HTH |
The version of the script I have is already set like this. When I run it I still don't get any results. Even if I paste the URL that works straight from the browser into the script I don't get any results. |
May be it's an Apache access permission problem from localhost to localhost? May be the firewall?
What happens if you run the asspstats.pl manually?
You should get an output like:
| Code: | cacti@myhost.net# ./asspstats.pl
smtpcon:362727 totmess:23517 bayspam:2107 locmail:5150 |
|
I am running the script manually. I've verified it's definitely not firewall rules as I am explicitly allowing all traffic between both hosts. When I run manually I just get the following...
perl asspstats123.pl
smtpcon: totmess: bayspam: locmail: whitemail:#
That's all I get unfortunately.
Thanks! |
Unfortunately my problem was related to "AllowedAdminConnections" and it blocking admin access from my Cacti server... :\
Sorry to waste everyones time! |
|
| Back to top |
|
 |
haimari1
Joined: 09 Mar 2008 Posts: 1
|
Posted: Sun Mar 09, 2008 9:03 am Post subject: this is the final configuration that works on assp 1.3.3.8 |
|
|
as we can see in the script we are using GET function.
this line :
$starturl ='http://'.$username.':'.$passwd.'@'.$ipaddress.':55555/infostats';
will not work, and you will not be able to login.
so just modify it to:
$starturl = 'http://anyuser:anypassword@192.168.1.2:55555/infostats';
now your good to go !
enjoy. |
|
| Back to top |
|
 |
rs232
Joined: 19 Dec 2006 Posts: 11
|
Posted: Sun Jul 20, 2008 4:45 am Post subject: |
|
|
I've just upgraded ASSP to the latest version (1.3.3.10) and suddenly cacti stopped collecting ASSp data.
I believe there is a slightly different info/stat page in this version (if this can help)
Regards
rs232 |
|
| Back to top |
|
 |
RogMoe
Joined: 30 Jul 2008 Posts: 2
|
Posted: Wed Jul 30, 2008 2:46 am Post subject: ASSP v 1.3.3.10 |
|
|
Hi,
I'm new to this forum trying to get ASSP 1.3.3.10 to work with Cacti 0.8.7b.
I have another (separate) setup with ASSP 1.3.1 / Cacti 0.8.6j that is working just fine.
Can someone maybe post a working set of templates and script since I believe that there are a few changes compared to previous versions of ASSP combined with Cacti's latest release.
I spent days on getting it fixed and no luck so far.
Any help would be great!
thx
Roger |
|
| Back to top |
|
 |
RogMoe
Joined: 30 Jul 2008 Posts: 2
|
Posted: Mon Aug 11, 2008 3:31 pm Post subject: Re: ASSP v 1.3.3.10 |
|
|
| RogMoe wrote: | Hi,
I'm new to this forum trying to get ASSP 1.3.3.10 to work with Cacti 0.8.7b.
I have another (separate) setup with ASSP 1.3.1 / Cacti 0.8.6j that is working just fine.
Can someone maybe post a working set of templates and script since I believe that there are a few changes compared to previous versions of ASSP combined with Cacti's latest release.
I spent days on getting it fixed and no luck so far.
Any help would be great!
thx
Roger |
anybody?
I'm still stuck with this one! |
|
| Back to top |
|
 |
lucasasdelli
Joined: 22 Dec 2006 Posts: 4
|
Posted: Mon Aug 18, 2008 9:34 am Post subject: |
|
|
| rs232 wrote: | I've just upgraded ASSP to the latest version (1.3.3.10) and suddenly cacti stopped collecting ASSp data.
I believe there is a slightly different info/stat page in this version (if this can help) |
ASSP is changing some infostats parameters; in the meanwhile, the beta releases have a RAW STATS page at http://server:55553, available without login (but allowing specified hosts to connect from). The new page is full of details and a LOT simpler to parse.
New releases are here: http://www.asspsmtp.org/forums/index.php?board=26.0
Just any volunteer to modify the asspstats.pl script?
Here the new page:
ASSP Proxy Uptime | 1.860 days| 285.558 days Messages Processed | 1967 (1057.6 per day) | 180189 (631.0 per day) Non-Local Mail Blocked | 96.9% | 93.0% CPU Usage | 15.57% (0.35% avg) | 0.69% avg Concurrent SMTP Sessions | 0 (5 max) | 10 max SMTP Connections Received | 3414 | 685403 SMTP Connections Accepted | 3411 | 594118 SMTP Connections Rejected | 3 | 91285 Envelope Recipients Processed | 3364 | 528210 Envelope Recipients Accepted | 86 | 34011 Envelope Recipients Rejected | 3278 | 494199 Messages Processed | 1967 | 180189 Messages Passed | 67 | 18197 Messages Rejected | 1900 | 161992 Admin Connections Received | 9069 | 107480 Admin Connections Accepted | 9069 | 107480 Admin Connections Rejected | 0 | 0 Stat Connections Received | 289 | 302 Stat Connections Accepted | 151 | 164 Stat Connections Rejected | 138 | 138 Accepted Logged SMTP Connections | 3409 | 584935 Not Logged SMTP Connections | 2 | 9183 SMTP Connection Limits | 3 | 90378 Overall Limits | 0 | 0 By IP Limits | 3 | 464 By IP Frequency Limits | 0 | 89914 By Domain IP Limits | 0 | 0 SMTP Connections Timeout | 6 | 3574 Denied SMTP Connections | 0 | 907 Local Recipients Accepted | 85 | 33921 Validated Recipients | 83 | 31360 Unchecked Recipients | 0 | 20 Spam-Lover Recipients | 2 | 2541 Remote Recipients Accepted | 0 | 42 Whitelisted Recipients | 0 | 26 Not Whitelisted Recipients | 0 | 16 Noprocessed Recipients | 0 | 0 Email Reports | 1 | 48 Spam Reports | 1 | 29 Ham Reports | 0 | 19 Whitelist Additions | 0 | 0 Whitelist Deletions | 0 | 0 Redlist Additions | 0 | 0 Redlist Deletions | 0 | 0 Local Recipients Rejected | 3244 | 455544 Nonexistent Recipients | 16 | 2003 Delayed Recipients | 2887 | 417287 Delayed (Late) Recipients | 0 | 3 Delayed (Expired) Recipients | 0 | 0 Embargoed Recipients | 187 | 27296 Spam Bucketed Recipients | 154 | 8955 Remote Recipients Rejected | 34 | 38655 Relay Attempts Rejected | 34 | 38655 Bayesian Hams | 39 | 8815 Whitelisted | 9 | 1943 Local | 7 | 6083 Noprocessing | 10 | 1169 Spamlover Spams Passed | 2 | 187 Bayesian Spams | 0 | 0 Domains Blacklisted | 0 | 0 HELO Blacklisted | 0 | 283 HELO Invalid | 0 | 176 HELO Forged | 0 | 1513 Missing MX | 0 | 29 Missing PTR | 0 | 5 Invalid PTR | 0 | 17 Spam Collected Messages | 123 | 3919 Penalty Trap Messages | 0 | 7729 Bad Attachments | 0 | 0 Viruses Detected | 20 | 39 Sender Regex | 0 | 0 Bomb Regex | 0 | 0 Penalty Box | 0 | 6685 Message Scoring | 19 | 2255 Invalid Local Sender | 0 | 0 Invalid Internal Mail | 0 | 0 Scripts | 0 | 0 SPF Failures | 0 | 49 RBL Failures | 19 | 1082 URIBL Failures | 0 | 380 Max Errors Exceeded | 5 | 94 Delayed | 1712 | 46826 Empty Recipient | 2 | 64 Not SRS Signed Bounces | 0 | 0
Cheers
Luca |
|
| Back to top |
|
 |
pretaz
Joined: 08 Sep 2008 Posts: 1
|
Posted: Mon Sep 08, 2008 1:36 pm Post subject: |
|
|
I had a problem problem upgrading ASSP from 1.3.3.8 to 1.3.3.10.
To solve it I had to modify all lines starting as following in asspstats.pl:
if ($line2 =
I had to remove 2 and " between / and >.
Original line:
if ($line2 =~ /2">(\d+)<\/td/i) {
Modified line:
if ($line2 =~ />(\d+)<\/td/i) {
Now the script works with ASSP 1.3.3.10 and also with 1.3.3.8. |
|
| Back to top |
|
 |
|