Discussion:
Creating Additional Users for Icinga Classic Web Interface
Nathan
2014-05-19 17:55:29 UTC
Permalink
How do I add additional users to the icinga classic web interface? I’ve done the following:

htpasswd <username> /etc/icinga/htpasswd.users

Now the user can login when prompted when accessing the web page, but can’t see the status of any of the hosts/services. How do I fix that? I’m sure it’s a permissions issue, but I don’t know how to fix it.

--
Nathan
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
Michael Friedrich
2014-05-19 18:03:05 UTC
Permalink
How do I add additional users to the icinga classic web interface? I’ve
htpasswd <username> /etc/icinga/htpasswd.users
Now the user can login when prompted when accessing the web page, but
can’t see the status of any of the hosts/services. How do I fix that?
I’m sure it’s a permissions issue, but I don’t know how to fix it.
http://docs.icinga.org/latest/en/cgis.html
--
Nathan
Sent with Sparrow <http://www.sparrowmailapp.com/?sig>
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
--
DI (FH) Michael Friedrich

michael.friedrich-***@public.gmane.org || icinga open source monitoring
https://twitter.com/dnsmichi || lead core developer
dnsmichi-***@public.gmane.org || https://www.icinga.org/team
irc.freenode.net/icinga || dnsmichi
Muharrem Aydin
2014-05-20 07:38:06 UTC
Permalink
Hello

i have problem,



***@icingamon:/usr/local/icinga/libexec# perl check_snmp_mem.pl -H 192.168.200.33 -C public -2 -w 70,10 -c 80,20 -f

Argument "noSuchObject" isn't numeric in addition (+) at check_snmp_mem.pl line 477.
Argument "noSuchObject" isn't numeric in addition (+) at check_snmp_mem.pl line 477.
Argument "noSuchObject" isn't numeric in subtraction (-) at check_snmp_mem.pl line 477.
Illegal division by zero at check_snmp_mem.pl line 477.


I took it from the following link: https://wiki.icinga.org/display/howtos/check_snmp

How can I solve this problem

Thankyou
Jonathan Peter
2014-05-20 10:21:09 UTC
Permalink
Hi Nathan

You must configure the level of access for each user in the cgi.cfg file
(typically located in /etc/icinga/) in order to see hosts/services.

Look for the section: Information Access
Documented details can be found here:
http://docs.icinga.org/latest/en/cgiauth.html

Cheer,
Jonathan

IT Specialist
Webrepublic.ch
Nathan
2014-05-29 13:56:02 UTC
Permalink
That worked, thanks!
--
Nathan
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
Post by Jonathan Peter
Hi Nathan
You must configure the level of access for each user in the cgi.cfg file (typically located in /etc/icinga/) in order to see hosts/services.
Look for the section: Information Access
Documented details can be found here: http://docs.icinga.org/latest/en/cgiauth.html
Cheer,
Jonathan
IT Specialist
Webrepublic.ch (http://Webrepublic.ch)
_______________________________________________
icinga-users mailing list
https://lists.icinga.org/mailman/listinfo/icinga-users
Loading...