[Nagios-devel] PHP user interface for Nagios

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] PHP user interface for Nagios

Post by Guest »

About the authentication, I am not currently using the httpasswd =
mechanism I am using a NTLM module to authenticate against an Active =
Directory, should this still work with your code?

-----Original Message-----
From: Jes=FAs M. NAVARRO [mailto:[email protected]]=20
Sent: Monday, June 02, 2003 2:51 PM
To: [email protected]
Subject: [Nagios-devel] PHP user interface for Nagios

Hi, list:

I've been hacking some PHP files for a Nagios UI. I read what's about =
PHP=20
from the Nagios developer team perspective (that is; it would be nice, =
but=20
it's not high in their todo list) so I designed this as a fast drop-in=20
replacement for what's already there.

Major characteristics:
* GPL (of course, while I still haven't included GPL notices within =
source=20
files).
* "Proper" authentication through sessions (it uses Apache files from =
htpasswd=20
and reads roles from the cgi.cfg nagios' file).
* Themes support (through the use of Smarty templates).
* No need of cgi support (it includes php wrappers which call in turn =
the cgi=20
executables through system calls) nor cgi rewriting (the php files use =
cgi=20
extension so hardcoded links within the cgis point to the correct =
locations).

What is still not there?
* The wrappers for CGIs that embed figures (like statusmap.cgi and some=20
reports) don't work yet.
* The wrappers for CGIs that use both GET and POST variables (notably =
cmd.cgi)=20
don't work either.

What do I want to achieve?
* End up with fully separated functionallity from nagios "core" (the =
engine=20
and plugins) and nagios-ui (the user interface).
* Fully themeable and multi-language support.
* Easy to deploy environment (so it's easy for everyone to modify ui to =
their=20
own needs through themes and/or new php code).

You can find it at http://www.undominio.net/nagios_ui/index.html

I'd want to know about your feedback and opinions.
TIA.
--=20
SALUD,
Jes=FAs
***
[email protected]
***



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Nagios-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/lis ... gios-devel





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: es=FAs M. NAVARRO [mailto:[email protected]]=2
Locked