Search found 11 matches

by jefframsey
Wed Oct 05, 2011 10:29 pm
Forum: Scripts and Templates
Topic: Asterik IP-PBX Statistics (SIP/IAX2 protocols)
Replies: 83
Views: 190527

Re: Asterik IP-PBX Statistics (SIP/IAX2 protocols)

Is this thread dead, or can anyone help me get this going? When I create each graph for the 9 different keys, I get all 9 data sources, leaving me with duplicates. My agents graph shows 0.00 all of the time, all other graphs show NaN. When I run the python script on the command line, it works every ...
by jefframsey
Tue Mar 16, 2010 4:44 pm
Forum: Scripts and Templates
Topic: SonicWall templates ?
Replies: 108
Views: 168194

I have a few theories as to why I am not graphing anything for my VPN connections. 1. I am using AES-256/SHA-1 for an encryption method. Perhaps the script only works off of DES or 3DES? 2. I have several IP subnets that are being tunneled through the Site-2-Site Connections, so maybe it is somehow ...
by jefframsey
Fri Mar 12, 2010 10:51 am
Forum: Scripts and Templates
Topic: SonicWall templates ?
Replies: 108
Views: 168194

I have decided to try again and see if I can get the graphs working properly on my three Sonicwall devices. I have CPU/Connections/Memory, and I have a graph for each physical port. They all work just as they should. I am able to see all of my VPN connections, and I create graphs for them, but my gr...
by jefframsey
Thu Oct 09, 2008 12:43 pm
Forum: Scripts and Templates
Topic: Sendmail & Mailscanner version 2
Replies: 141
Views: 158351

I think that the fee is not really necessary, as open source is all about people helping each other. We may just help you learn how to fix it, rather than fix it yourself, but we'll get you there one way or another. To start with, we'll need to know a few things about your setup: What distro of linu...
by jefframsey
Wed Oct 01, 2008 11:35 am
Forum: Scripts and Templates
Topic: Sendmail & Mailscanner version 2
Replies: 141
Views: 158351

It looks like it is working. It's been close to 24 hours since I set it up. If you are using a debian-based linux, place the following lines at the end of /etc/cron.daily/sysklogd: /bin/kill -HUP `cat /var/run/watchmaillog.pid 2> /dev/null` 2> /dev/null || true /opt/watchmaillog/watchmaillog.sh This...
by jefframsey
Tue Sep 30, 2008 9:50 am
Forum: Scripts and Templates
Topic: Sendmail & Mailscanner version 2
Replies: 141
Views: 158351

Dears, please advise urgently regarding the below issue After logrotate my graph seems like the below image (Debian 4) Debian does not use logrotate to rotate the syslog. It uses the sysklogd daemon to do it. I am still trying to figure out a way to properly kill and restart watchmaillog.sh on a de...
by jefframsey
Fri Sep 26, 2008 11:04 am
Forum: Scripts and Templates
Topic: Sendmail & Mailscanner version 2
Replies: 141
Views: 158351

adameros, I got that same error at one point, and this is what I did: Click on 'Data Sources', and then see if you have a data source for watchmaillog. There should be seven of them. I had to create mine manually. To do that, just click 'Add' in the top right, then select the right host and data tem...
by jefframsey
Wed Sep 24, 2008 12:18 pm
Forum: Scripts and Templates
Topic: Sendmail & Mailscanner version 2
Replies: 141
Views: 158351

Where does the /bin/kill -HUP `cat /var/run/watchmaillog.pid 2> /dev/null` 2> /dev/null || true go on a debian/ubuntu distro? Debian-based distros use sysklogd to rotate the syslog. They use logrotate for other logs, but not for the syslog. I put the kill command in the sysklogd script, right after ...
by jefframsey
Wed Sep 03, 2008 12:20 pm
Forum: Scripts and Templates
Topic: SonicWall templates ?
Replies: 108
Views: 168194

I am having some trouble with the figures for encryptbytes and decryptbytes. First, the preliminaries: I am using Cacti 0.8.7bUbuntu on Ubuntu 8.04LTS. My Sonicwall is a Pro 4060. I am using the latest firmware which is 4.0.0.8 enhanced. All graphs work fine except for the VPN graphs. I have two sit...
by jefframsey
Fri Aug 29, 2008 7:33 pm
Forum: Scripts and Templates
Topic: Sendmail & Mailscanner version 2
Replies: 141
Views: 158351

I got it working. Finally. I am using Cacti 0.87-b on Ubuntu 8.04 LTS. I am using the templates that Taylor posted for 0.87b. I imported all of the templates from the first post in the thread. I got the unmet dependencies and everything. Then I imported Taylor's files right over top of those files a...
by jefframsey
Mon Aug 25, 2008 6:28 pm
Forum: Scripts and Templates
Topic: Sendmail & Mailscanner version 2
Replies: 141
Views: 158351

I am trying to get this setup on Cacti 0.87b-2ubuntu1 and it is just not working. If I use the 0.87 template from the first post, I get the 'Unmet Dependency' errors while importing the graph template for the sendmail and mailscanner template, and the messages waiting template imports and works fine...