Is anybody have had to deploy an external extranet ?
Regards.
Search found 9 matches
- Wed Apr 01, 2020 7:23 am
- Forum: Help: General
- Topic: [Extranet] - What is the best way ?
- Replies: 2
- Views: 182
- Thu Mar 26, 2020 10:33 am
- Forum: Help: General
- Topic: [Extranet] - What is the best way ?
- Replies: 2
- Views: 182
[Extranet] - What is the best way ?
Hello, Since i've upgraded my Cacti from 0.8.x to 1.x my extranet (https://extranet.my-domain.net) is not able to display graphs from (https://cacti.my-domain.net) Is anybody know the best way to display graphs from an extranet that is hosted on a different server than Cacti ? I've started a github ...
- Tue Mar 24, 2020 4:46 am
- Forum: Help: General
- Topic: Cookie configuration
- Replies: 4
- Views: 282
Re: Cookie configuration
Thanks for your reply Osiris
I've just opened a new request on the GitHub:
https://github.com/Cacti/cacti/issues/3374
Regards,
I've just opened a new request on the GitHub:
https://github.com/Cacti/cacti/issues/3374
Regards,
- Mon Mar 23, 2020 8:15 am
- Forum: Help: General
- Topic: Cookie configuration
- Replies: 4
- Views: 282
Re: Cookie configuration
Hello, Is anybody having an idea about my "issue" ? With "Internet Explorer" my test webpage is OK because this browser version don't care about the Cookie"s domain restriction. :D But it's not the case with other and edge/IE recent version. https://i.ibb.co/wS0zYzC/Screen.j...
- Fri Mar 20, 2020 11:08 am
- Forum: Help: General
- Topic: Cookie configuration
- Replies: 4
- Views: 282
Cookie configuration
Hello, I'm searching where is created the "Cacti" cookie ('Cacti' seems to be the session_name(); ) in order to modify the domaine of this cookie. Actually the domain of this cookie is "cacti.my-domain.org" and i would change it by "my-domain.com" to use this cookie in ...
- Tue Mar 05, 2019 5:05 am
- Forum: Scripts and Templates
- Topic: Aerohive wireless template for ACSP neighbors
- Replies: 1
- Views: 1347
Re: Aerohive wireless template for ACSP neighbors
Hi ddunlap123,
The "cacti.exp" is not ok.
It returns always 1 for the two radios.
Regards.
The "cacti.exp" is not ok.
It returns always 1 for the two radios.
Regards.
- Fri Oct 16, 2015 8:30 am
- Forum: Help: General
- Topic: [SOLVED] - [Ajax] - Form Auth
- Replies: 2
- Views: 792
Re: [Ajax] - Form Auth
Problem solved ... The solution for me was to : - Disable the CSRF-Magic function : Comment last lines about CSRF in PHP file : cacti/include/global.php - Modify my ajax function POST variables : $.ajax({ url: "/cacti/logout.php", data: { } }).done(function( html ) { $.ajax({ type: "P...
- Wed Sep 30, 2015 5:00 am
- Forum: Help: General
- Topic: [SOLVED] - [Ajax] - Form Auth
- Replies: 2
- Views: 792
Re: [Ajax] - Form Auth
I tested some things with my Ajax queries, and now i'm having a success HTTP 200. Somebody now which Cacti PHP page get the POST/GET variables for users authentication ? Now i'm having this issue : $(document).ready(function(){ //Connection Cacti $.ajax({ url: "/cacti/logout.php", data: { ...
- Mon Sep 28, 2015 1:37 pm
- Forum: Help: General
- Topic: [SOLVED] - [Ajax] - Form Auth
- Replies: 2
- Views: 792
[SOLVED] - [Ajax] - Form Auth
Hello, Since the update from Cacti 0.8.7 to 0.8.8f, I'm having a 403 error from an Ajax auth method for my extranet clients. When a client auth to my extranet, an Ajax querry auth the client to his Nagios and Cacti account : $(document).ready(function(){ $.ajax({ type: "POST", url: "/...