I am facing an issue with the graph URL in LibreNMS alert notifications. Although the graph URL is included in the alert, clicking on it results in a “No Authorization” error.
Here are the steps I followed:
- Configured the alert template to include the graph URL successfully.
- Added the following line to the
config.php
file to allow unauthenticated graph access:
php
CopyEdit
$config['allow_unauth_graphs'] = true;
- Restarted the web server (Apache/Nginx) to apply the changes.
Despite these steps, the issue persists, and the graphs remain inaccessible without authentication.