Search found 9 matches
- Wed Jan 02, 2019 1:07 pm
- Forum: Help: General
- Topic: Device is UP when its DOWN
- Replies: 4
- Views: 758
Device is UP when its DOWN
Hi Team, First of all, Happy New Year to everyone! I have migrated about 900 devices to cacti 1.1.38. Mostly for Ping and alert service. However, It stopped emailing alerts (was working before for few test devices). Upon checking the status, found that device status is not updating. Ping doesn't wor...
- Fri Dec 07, 2018 9:26 am
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] Permission Denied to Cacti GUI
- Replies: 7
- Views: 2775
Re: Permission Denied to Cacti GUI
I figured out. For anyone facing same issue, below command resolved authority issue for admin user. MariaDB [cacti]> INSERT INTO user_auth_realm (`realm_id`, `user_id`) values ('1', '1'); and so on upto realm_id=26. Note that the column names are enclosed in ` (character above tab) and not in quotes...
- Fri Dec 07, 2018 8:27 am
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] Permission Denied to Cacti GUI
- Replies: 7
- Views: 2775
Re: Permission Denied to Cacti GUI
Seems like have no privs at all to user. How can i assign them?
Thanks,
Viral
Code: Select all
MariaDB [cacti]> select * from user_auth_realm where user_id = 1;
Empty set (0.00 sec)
Viral
- Fri Dec 07, 2018 8:27 am
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] Permission Denied to Cacti GUI
- Replies: 7
- Views: 2775
Re: Permission Denied to Cacti GUI
Seems like have no privs at all to user. How can i assign them?
Thanks,
Viral
Code: Select all
MariaDB [cacti]> select * from user_auth_realm where user_id = 1;
Empty set (0.00 sec)
Viral
- Thu Dec 06, 2018 8:58 am
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] Permission Denied to Cacti GUI
- Replies: 7
- Views: 2775
Re: Permission Denied to Cacti GUI
Thanks netniV for the response. here's the output. Seems like I am locked out pretty much. I copied admin user to Viral using cli to see response but it is locked out as well. Please guide. MariaDB [cacti]> select id, username, realm, must_change_password, password_change, login_opts, enabled, locke...
- Wed Dec 05, 2018 2:14 pm
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED] Permission Denied to Cacti GUI
- Replies: 7
- Views: 2775
[SOLVED] Permission Denied to Cacti GUI
Hi Team, My cacti version is currently 1.1.37 which is up to date. It was working fine but suddenly stopped working and gave me permission denied while I was bulk copying admin user. Can you please guide me? It shows below: Permission Denied You are not permitted to access this section of Cacti. If ...
- Tue Dec 04, 2018 9:25 am
- Forum: Help: General
- Topic: Device is "unknown" when host is on Ping only
- Replies: 2
- Views: 461
Re: Device is "unknown" when host is on Ping only
Thank you very much netniV for your response. It worked great! I have experienced that sometimes cacti sends multiple email notifications at poller interval even if its not configured for. It stops this erroneous behavior on its own after a while. Its once in a while but concern raising when in prod...
- Mon Dec 03, 2018 9:54 am
- Forum: Help: General
- Topic: Device is "unknown" when host is on Ping only
- Replies: 2
- Views: 461
Device is "unknown" when host is on Ping only
Hi Team, I am new to cacti. I have Version 1.1.37. I don't have spine. I want to monitor hosts based on Ping and email UP/DOWN mails. I see device "Unknown" when device availability is only on ICMP Ping and no emails. Please let me know how can i make it work with ICMP Ping only. Also, I a...
- Mon Nov 05, 2018 1:33 pm
- Forum: Help: General
- Topic: Host down email flooding
- Replies: 0
- Views: 544
Host down email flooding
Hello everyone, I am testing cacti, it was working fine for a while. sending 1 email notification for DOWN and UP status. But now its sends multiple emails at polling interval for about 5 mins. How can I stop it? I am using Cacti Version 1.1.37 and Thold version 1.0.6. Settings->Device defaults snmp...