Search found 185 matches

by Pucho
Sun Jul 11, 2021 5:54 pm
Forum: Help: General
Topic: [SOLVED] Broken Auth - LDAP/Local NOT working - Cacti 1.2.15
Replies: 4
Views: 2672

Re: Broken Auth - LDAP/Local NOT working - Cacti 1.2.15

My gosh. Finally found it. When I saw $url_path = '/cacti/'; on my include/config.php It looked odd to me so I went and logged back in on one of my browsers and then add /cacti to the end of the url and worked. Updated it to and started to work again. $url_path = '/'; Thanks and apologies for the no...
by Pucho
Sun Jul 11, 2021 5:34 pm
Forum: Help: General
Topic: [SOLVED] Broken Auth - LDAP/Local NOT working - Cacti 1.2.15
Replies: 4
Views: 2672

Re: Broken Auth - LDAP/Local NOT working - Cacti 1.2.15

You may find that this is not an LDAP auth issue but a secure cookies issue. If I recall, there were some settings that caused issues in earlier versions of Cacti when LDAP was enabled with secure settings turned on. But it's a while ago now so a little hazy. Check out the GitHub Isssue trackers as...
by Pucho
Sun Jul 11, 2021 5:13 pm
Forum: Help: General
Topic: [SOLVED] Broken Auth - LDAP/Local NOT working - Cacti 1.2.15
Replies: 4
Views: 2672

Re: Recurring LDAP Issue - Cacti 1.2.15

I have to add, AUTH It's completely broken. I can't log in with local usernames. Furthermore, I created a new local admin2 account, being authenticated but not logged in. 12/Jul/2021 09:46:14 - AUTH LOGIN: User 'admin2' Authenticated 12/Jul/2021 10:18:19 - AUTH LOGIN: User 'admin2' Authenticated Usi...
by Pucho
Sun Jul 04, 2021 11:56 pm
Forum: Help: General
Topic: [SOLVED] Broken Auth - LDAP/Local NOT working - Cacti 1.2.15
Replies: 4
Views: 2672

[SOLVED] Broken Auth - LDAP/Local NOT working - Cacti 1.2.15

Hi folks, I'm not sure when this began to happen but I has happened before on 1.2.10 for me, then upgraded to 1.2.11 and it's been working fine until someone reported the issue again and I thought, oh well I'd better upgrade before looking into it seriously. I'm running Cacti 1.2.15 (with spine) on ...
by Pucho
Sat Apr 04, 2020 12:19 am
Forum: Feature Requests
Topic: Cisco Tools
Replies: 11
Views: 13035

Re: Cisco Tools

I guess what you're looking for is Ansible and/or some sort of napalm/nornir. Google for networktocode and you'll find lots of options. https://www.networktocode.com/ There are a few new options like eNMS, or netpalm, which is an abstraction of napalm. eNMS gives you workflows which is great or you ...
by Pucho
Mon Jan 28, 2019 3:05 pm
Forum: Help: Linux/Unix Specific
Topic: Trouble Displaying Graphs: Location for Pango Libary?
Replies: 13
Views: 2257

Re: Trouble Displaying Graphs: Location for Pango Libary?

Have you checked Selinux? You can try disabling Selinux temporarily if you don't know much about it. Thsi will tell you if it's enforcing or not getenforce this will set it to disable temporarily setenforce 0 Let the poller run and see how it goes. Try su -l cacti -s /bin/bash Then touch /usr/share/...
by Pucho
Mon Jan 28, 2019 2:57 pm
Forum: Help: General
Topic: How to use Device Rules (Automation)
Replies: 8
Views: 2208

Re: How to use Device Rules (Automation)

That is the automation section. I Know, as i said, i want to use the rules to add a template automaticaly So,how is the Syntax for this ? hope you can help unfortunately your dokumentation about the automation section isn't too extensive You've got basically 3 fields you could use to match the devi...
by Pucho
Thu Jan 24, 2019 3:28 pm
Forum: Help: General
Topic: Can I control the time setting of sending mail
Replies: 2
Views: 536

Re: Can I control the time setting of sending mail

Also intropage plugin is a dashboard that will show you these "maintenance tasks" among other things.

So that could also help you give other people visibility on what's going on.
by Pucho
Tue Dec 11, 2018 3:56 pm
Forum: Help: General
Topic: Weird auth issue with freshly installed remote poller
Replies: 9
Views: 1503

Re: Weird auth issue with freshly installed remote poller

Yes, I did, same result.

I just gave up on it until I feel keen again to re-install both VMs from the scratch.

I can't even think of what sort of misconfig or mis-whatever I could have done to get into that state, IF it's something I've done.
by Pucho
Tue Dec 11, 2018 3:29 pm
Forum: Plugin: (Network Weather Map)
Topic: Weathermap Does Have a Future
Replies: 35
Views: 42766

Re: Weathermap future

Pucho wrote:Hey there,

Will Santa come for us this year? How's it looking?

It may worth a heads up here when you ready for us to test it!

Cheers,
What about THIS Christmas :O? :P
by Pucho
Wed Nov 28, 2018 10:12 pm
Forum: Help: General
Topic: Cacti v1.1.38 Syslog Plugin 2.1 DB Issue
Replies: 10
Views: 2719

Re: Cacti v1.1.38 Syslog Plugin 2.1 DB Issue

It really sounds like you're missing

Code: Select all

# Include all config files in /etc/rsyslog.d/
$IncludeConfig /etc/rsyslog.d/*.conf
by Pucho
Sat Nov 17, 2018 9:52 pm
Forum: Help: General
Topic: Weird auth issue with freshly installed remote poller
Replies: 9
Views: 1503

Re: Weird auth issue with freshly installed remote poller

I know that. I've manually created a new username & password on the remote poller database and nothing. it's very weird, there must be something on my installations causing this. I seem to be the only having this problem :S I'll try to start over and install both as primary servers to see if it'...
by Pucho
Sat Nov 17, 2018 5:26 pm
Forum: Help: General
Topic: Weird auth issue with freshly installed remote poller
Replies: 9
Views: 1503

Re: Weird auth issue with freshly installed remote poller

I blew them away, re installed main and remote. Same behavior, I'm able to log in right after I finished the install. The notes below indicate you should be able to login to the remote poller and depending whether it's online or offline you should see more or less. NOTE: You are logged into a Remote...
by Pucho
Fri Nov 16, 2018 2:57 pm
Forum: Help: General
Topic: Weird auth issue with freshly installed remote poller
Replies: 9
Views: 1503

Re: Weird auth issue with freshly installed remote poller

On the new poller, check the auth_method setting, see what that is set to. MariaDB [rcacti02]> select * from settings where name="auth_method"; +-------------+-------+ | name | value | +-------------+-------+ | auth_method | 1 | +-------------+-------+ 1 row in set (0.00 sec) What should ...
by Pucho
Fri Nov 16, 2018 12:21 am
Forum: Help: General
Topic: Weird auth issue with freshly installed remote poller
Replies: 9
Views: 1503

Weird auth issue with freshly installed remote poller

This is weird.. I've installed a new remote poller on a vm running CentOS7, it all went well and it's registered to the main poller and everthing BUT it can't log in via web. I have reset the password to 'admin' and still doesn't work. I double checked the md5 string with https://www.md5online.org M...