Re: [Observium] observium Digest, Vol 44, Issue 76
Hi Tom,
Thank you for the response
I actually did the following command and it still wont work. Is 'observium db password' the root password for mysql ? Do I need to create a user called observium on mysql?
mysql> GRANT ALL PRIVILEGES ON observium.* TO 'observium'@'localhost' IDENTIFIED BY '<observium db password>';
Thanks again
Raman
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of observium-request@observium.org Sent: Tuesday, March 25, 2014 1:26 AM To: observium@observium.org Subject: observium Digest, Vol 44, Issue 76
Send observium mailing list submissions to observium@observium.org
To subscribe or unsubscribe via the World Wide Web, visit http://postman.memetic.org/cgi-bin/mailman/listinfo/observium or, via email, send a message with subject or body 'help' to observium-request@observium.org
You can reach the person managing the list at observium-owner@observium.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of observium digest..."
Today's Topics:
1. permissions issue (Sud, Raman) 2. Re: unix agent bind (Erik Klaassen) 3. Re: permissions issue (Tom Henderson) 4. "Overall Peering Traffic" graph broken (Shane O'Brien)
----------------------------------------------------------------------
Message: 1 Date: Mon, 24 Mar 2014 20:07:29 +0000 From: "Sud, Raman" Raman.Sud@ironmountain.com To: "observium@observium.org" observium@observium.org Subject: [Observium] permissions issue Message-ID: 53AC088EA7E63C49B9B4A1D87C0E2B4001A920@NUMEXMBP05.na.imtn.com Content-Type: text/plain; charset="us-ascii"
Hi Folks, I am new to observium and I did the install as per the website.
http://www.observium.org/wiki/Debian_Ubuntu_Installation
when I put observium username in the config.php file and the corresponding password
$config['db_host'] = 'localhost'; $config['db_user'] = 'observium'; $config['db_pass'] = 'password11'; $config['db_name'] = 'observium';
and run php includes/update/update.php command.. it fails with the following message
root@Status:/opt/observium# php includes/update/update.php MySQL Error: Access denied for user 'observium'@'localhost' (using password: YES) root@Status:/opt/observium#
if I change it to root, it works
root@Status:/opt/observium# php includes/update/update.php root@Status:/opt/observium# root@Status:/opt/observium#
I can do discovery and polling via the cli though but I see nothing on the web portal
However, when I log into the web portal, and try to add a device it tells me
Permission error
You have insufficient permissions to view this page.
When I go to my settings: it tells me Device permission level no access!
What am I missing here :)
Any guidance would be greatly appreciated
The information contained in this email message and its attachments is intended only for the private and confidential use of the recipient(s) named above, unless the sender expressly agrees otherwise. Transmission of email over the Internet is not a secure communications medium. If you are requesting or have requested the transmittal of personal data, as defined in applicable privacy laws by means of email or in an attachment to email, you must select a more secure alternate means of transmittal that supports your obligations to protect such personal data. If the reader of this message is not the intended recipient and/or you have received this email in error, you must take no action based on the information in this email and you are hereby notified that any dissemination, misuse or copying or disclosure of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by email and delete the original message.
participants (1)
-
Sud, Raman