adagios icon indicating copy to clipboard operation
adagios copied to clipboard

Adagios - Web Based Nagios Configuration

Results 80 adagios issues
Sort by recently updated
recently updated
newest added

Would be nice to have a quick command to copy/paste to manually run the script, if, for example the nagios host can't connect via SSH. Thought of something like this:...

enhancement

It would be interesting to have the back-end name (useful in case of multi back-end) in status page for hosts and services. And also the possibility to filter objects by...

enhancement

https://github.com/opinkerfi/adagios/blob/master/adagios/misc/forms.py#L297 Contains hardcoded path for PNP4Nagios. Should be a configurable variable as not every installation of PNP4Nagios is located at that path.

i'm trying to use the okconfig ssh install script to setup the linux clients. for the ssh connections i mostly use different ports than the default port 22. would it...

enhancement

I hit a problem with proxy-ing Adagios. I'm proxying to Adagios from a secondary location with another virtualhost name. Django returned a 403 error and mismatch between URL and banned...

enhancement

Is-it possible to remove these 2 tabs (Custom variable and debug tab) if current user is not an admin ?

enhancement
needs an owner

If a value is set for notes_url you just can find in the debug information of the service. Nagios shows a little icon in the overview for this services which...

enhancement

Errors in API calls give a html page instead of a JSON response containing the error information. This makes it very hard to automate workflows, especially in taking corrective actions...

Improve backend support with REST-API or with Livestatus Use cases: Central Adagios talking to other adagios api's ( config and command support ) Central Adagios talking to other livestatus services...

enhancement

In /etc/adagios/adagios.conf: ``` nagios_config="/etc/naemon/naemon.cfg" destination_directory="/etc/naemon/adagios/" ``` Has no effect if /etc/nagios/nagios.cfg exists. This cause problem when using naemon. The installation instructions instruct moving /etc/nagios/nagios.cfg to /etc/nagios/nagios.cfg.disabled, which makes things work...

bug