Search found 42 matches

by oz123
Tue Aug 04, 2015 4:16 am
Forum: Nagios XI
Topic: Insert from database
Replies: 1
Views: 241

Insert from database

Hi, I want to update the Service Status screen manually from mysql command with a new alert. is it possible ? what's the minimum fields to update in order to see it as an active alert ? tried something like that : echo "use nagios; INSERT INTO nagios_servicestatus (output,notifications_enabled)...
by oz123
Mon Mar 23, 2015 4:31 am
Forum: Nagios XI
Topic: can't read "/usr/local/nagios/etc/resource.cfg"
Replies: 11
Views: 1696

Re: can't read "/usr/local/nagios/etc/resource.cfg"

That's it. Thanks
by oz123
Mon Mar 16, 2015 5:00 am
Forum: Nagios XI
Topic: can't read "/usr/local/nagios/etc/resource.cfg"
Replies: 11
Views: 1696

Re: can't read "/usr/local/nagios/etc/resource.cfg"

Hi,

regarding the "incorrect user name or password..." just wanted to update that this was resolved by restarting the "vCenter Single Sign On Service" service on vmware vcenter

Thanks
by oz123
Tue Dec 09, 2014 9:41 am
Forum: Nagios XI
Topic: check_nrpe for memory - wrong ?
Replies: 1
Views: 321

check_nrpe for memory - wrong ?

Hi, Lately I had an alert regarding a high memory on one of my Linux servers, I started looking for the cause but didn't find any. I was using the check_nrpe plugin for Nagios XI with the "check_mem" argument. ./check_nrpe -H my_host -t 30 -c check_mem -a '-w 5 -c 3' it turns out to be a w...
by oz123
Mon Sep 22, 2014 3:00 am
Forum: Nagios XI
Topic: Alert won't reset
Replies: 6
Views: 647

Re: Alert won't reset

Hi,

I did what you've suggested a couple of days ago but it didn't help.
Attached is another example where you can see CRITICAL alert that won't reset. and if I "Schedule a forced immediate check", it will.
The black part is the linux running the command at 07:44

Thanks
by oz123
Thu Sep 18, 2014 9:44 am
Forum: Nagios XI
Topic: Alert won't reset
Replies: 6
Views: 647

Re: Alert won't reset

Hi, 1) I hardly have hosts alerts so I don't know if it's just services issue, and as I said, the problem is only since last update. 2) on my screenshot, the last check time = the time the alert fired. and it's not changing even when the next check time has arrives. 3) screenshot was taken at 07:51 ...
by oz123
Wed Sep 17, 2014 4:14 am
Forum: Nagios XI
Topic: Alert won't reset
Replies: 6
Views: 647

Alert won't reset

Hi, We have upgraded lately to the Nagios XI 2014R1.4 It looks likes since then, some of our service alerts won’t reset even though their state change has returned into a normal threshold values. If I’m clicking the “Schedule a forced immediate check” then the alert will reset. Also if I run the com...
by oz123
Tue Oct 08, 2013 3:39 am
Forum: Nagios XI
Topic: can't read "/usr/local/nagios/etc/resource.cfg"
Replies: 11
Views: 1696

Re: can't read "/usr/local/nagios/etc/resource.cfg"

Hi, Some corrections, the CLI command doesn't work neither from root or nagios users, it works only when I insert the credentials manually without the variables: [root@nagios libexec]# id uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) [root@nagios libexec]# ....
by oz123
Sun Oct 06, 2013 2:13 am
Forum: Nagios XI
Topic: can't read "/usr/local/nagios/etc/resource.cfg"
Replies: 11
Views: 1696

Re: can't read "/usr/local/nagios/etc/resource.cfg"

Hi,

I have the user & password defined in the cfg file:
$USER11$='domain\user'
$USER12$='the_password'

I'm using AD domain admin account.
these are the permissions:

[root@nagios etc]# ls -lhtr | grep resource
-rwxrwxr-x 1 apache nagios 406 Oct 1 07:40 resource.cfg


Thanks
by oz123
Tue Oct 01, 2013 3:11 am
Forum: Nagios XI
Topic: can't read "/usr/local/nagios/etc/resource.cfg"
Replies: 11
Views: 1696

can't read "/usr/local/nagios/etc/resource.cfg"

Hi, I'm using the Nagios XI 2012R2.2 I have a problem with the below command: $USER1$/check_esx3 -D 'easy-forex-production' -u '$USER11$' -p '$USER12$' -N $ARG1$ -l runtime -s status the "$" is taken from "resource.cfg" file. when I run the "test check command" from the...