Search found 13 matches

by jose_a_guardia
Fri Nov 04, 2016 4:45 am
Forum: Open Source Nagios Projects
Topic: User access only to some services
Replies: 2
Views: 816

Re: User access only to some services

Solved:
add user to contacts.cfg and to htpasswd.users with the same name
Add "contacts userName" to the host definition
Add the username to cgi.cfg authorized_for_read_only option
Restart nagios

That's all!
by jose_a_guardia
Fri Nov 04, 2016 4:24 am
Forum: Open Source Nagios Projects
Topic: User access only to some services
Replies: 2
Views: 816

User access only to some services

Hello.

I know authorized_for_all_services option, but I want to grant read-only access to a user but only to some services or hosts.

Is this possible?

Thanks!
by jose_a_guardia
Mon Oct 31, 2016 4:28 am
Forum: Open Source Nagios Projects
Topic: Special characters in check_http by NRPE
Replies: 1
Views: 1172

Special characters in check_http by NRPE

Hello. I want to check a URL but from the remote machine. I've do with NRPE without problems. However, I have an issue with a URL with special characters ('&', '=' '?' '+'). If I run in remote machine: ./check_http -H ssl.mysite.com -u /coa?utm_source=red\&utm_medium=home\&utm_term=run+n...
by jose_a_guardia
Fri Sep 30, 2016 4:48 am
Forum: Open Source Nagios Projects
Topic: No output returned from NRPE (locally works)
Replies: 1
Views: 1689

No output returned from NRPE (locally works)

Hi. I've two custom scripts that doesn't work with NRPE (many others works) The commands (I tried in two diferents servers): echo "$(/usr/local/nagios/libexec/./check_jmx -U service:jmx:rmi:///jndi/rmi://$url:$port/jmxrmi -O java.lang:type=Memory -A HeapMemoryUsage -K used -u B -w $warning_leve...
by jose_a_guardia
Fri Aug 26, 2016 5:53 am
Forum: Open Source Nagios Projects
Topic: Really weird issue with nrpe
Replies: 3
Views: 1617

Re: Really weird issue with nrpe

With Glassfish RUNNING: root@glassfish:~# ps -ef | grep glassfish root 22554 22535 0 10:48 pts/0 00:00:00 grep glassfish root 31983 1 2 Aug23 ? 01:56:21 /opt/jdk1.6.0_45/bin/java -cp /opt/glassfish3/glassfish/modules/glassfish.jar -... root@glassfish:~# /usr/lib/nagios/plugins/check_procs -a glassfi...
by jose_a_guardia
Wed Aug 24, 2016 1:56 am
Forum: Open Source Nagios Projects
Topic: Really weird issue with nrpe
Replies: 3
Views: 1617

Really weird issue with nrpe

Hi! I've a lot of NRPE servers, and works fine. However, in one server I get this issue: SERVER NRPE NRPE v.2.13 I run this command to check glassfish process status: root@srvglassfish:~# /usr/lib/nagios/plugins/check_procs -a glassfish -c 1:3 PROCS OK: 1 process with args 'glassfish' This is OK, I ...
by jose_a_guardia
Tue Dec 15, 2015 8:04 am
Forum: Open Source Nagios Projects
Topic: New map issue with more than one parents host
Replies: 3
Views: 1465

Re: New map issue with more than one parents host

This is all the tree in new map:

Image

Thanks!
by jose_a_guardia
Mon Dec 14, 2015 4:41 am
Forum: Open Source Nagios Projects
Topic: New map issue with more than one parents host
Replies: 3
Views: 1465

New map issue with more than one parents host

Hi! I've this issue with new map in latest stable Nagios version. I've configured a host like this: define host{ use host-no-critico,host-pnp host_name helpdesk_svrsistemas alias App helpdesk en svrsistemas parents apache_svrsistemas,mysql_svrsistemas icon_image website256.png statusmap_image websit...
by jose_a_guardia
Mon Dec 14, 2015 3:24 am
Forum: Open Source Nagios Projects
Topic: Blanc page in new map
Replies: 9
Views: 2276

Re: Blanc page in new map

Did you try the 4.1.2 beta? Yes. Now, I've tried my production site with Firefox in Linux Mint 17 cinnamon, and now I can see the new map!!! This is so weird. But now Nagios put png icons intead .gd2 icon, so I must resize it because I'm using 256px png files. Why new Nagios map doesn't works in An...
by jose_a_guardia
Fri Dec 11, 2015 7:50 am
Forum: Open Source Nagios Projects
Topic: Blanc page in new map
Replies: 9
Views: 2276

Re: Blanc page in new map

Hi. I've installed a new Nagios (latest version) instance in other server, with the same result!! I've tried in some OS (Windows, OSX, Android) with different browsers (Firefox, Edge, Chrome) What can I check to solve this? This is the source code of the Nagios Map frame. Maybe something wrong with ...