Search found 8 matches

by SJFriedl
Sat Feb 11, 2006 3:12 pm
Forum: Help: General
Topic: Login from a login form on another Website
Replies: 7
Views: 2545

Well we don't want guest access at all: deleting the name of the guest account in Settings -> Authentication seems to have fixed this.

Thanks!
by SJFriedl
Sat Feb 11, 2006 2:12 pm
Forum: Help: General
Topic: Login from a login form on another Website
Replies: 7
Views: 2545

Well this is a segueway into the other problem, perhaps related: when I post to graph_view.php as suggested, it always gives a blank page. If I do the first click from the other page to cacti, the blank page doesn't appear to be logged in as anybody, and if I manually login to get a session in the s...
by SJFriedl
Fri Feb 10, 2006 11:35 pm
Forum: Help: General
Topic: Login from a login form on another Website
Replies: 7
Views: 2545

Hmmm, this is helpful... partly. We have a monitoring page outside of Cacti upon which we placed a {form} which provides this functionality: (form action="http://myurl.example.com/cacti/" method="POST") (input type=hidden name="login_username" value="customername&q...
by SJFriedl
Fri Jan 20, 2006 12:36 pm
Forum: Announcements
Topic: Cactid 0.8.6g Out
Replies: 28
Views: 36418

Re: PHP Script Server communications lost

pepj wrote:Why cactid say "Version 0.8.6f starting" ?
D:\Programme\Cactideamon>D:\Programme\Cactideamon\cactid-0.8.6.g.exe
Packaging bug- it's 0.8.6g
by SJFriedl
Fri Jan 13, 2006 10:11 pm
Forum: Announcements
Topic: Cactid 0.8.6g Out
Replies: 28
Views: 36418

roddie wrote:nft_popen.c:317: error: `SIGTERM' undeclared (first use in this function)
Edit nft_popen.c and add #include <signal.h> just after #include <unistd.h> and type "make"

Steve
by SJFriedl
Sat Dec 10, 2005 11:25 am
Forum: Addons for Cacti
Topic: Where is cactid developer support?
Replies: 3
Views: 4664

Thanks, I'll do that.

Shouldn't the Cacti mailing-lists page:

http://www.cacti.net/mailing_lists.php

include a mention of cacti-devel ?

Steve
by SJFriedl
Sat Dec 10, 2005 10:16 am
Forum: Addons for Cacti
Topic: Where is cactid developer support?
Replies: 3
Views: 4664

Where is cactid developer support?

Hello all, I've been using Cacti for some time, and have been spending some time on high-performance SNMP polling. Trying to dive into Cactid has me scratching my head a few times at the code. I don't see any obvious place for developer discussions at the C/SNMP level (not "support"): is t...
by SJFriedl
Sun Sep 04, 2005 11:48 am
Forum: Help: General
Topic: 1 check per day how to?
Replies: 2
Views: 1262

Actually, this could be treated more generally, because I see this from both direction. Some gigabit switches only have 32-bit octet counters, so they must be polled every *minute*, but polling a printer for page count anything other than once a day is probably overkill.

~~ Steve