Search found 6 matches

by newkid
Mon May 29, 2017 8:39 am
Forum: Nagios XI
Topic: XI sms notification possible in Canada?
Replies: 2
Views: 701

XI sms notification possible in Canada?

Hi, is it possible to have XI SMS notifications in Canada? The Mobile Phone Carrier setting only shows US operators.
by newkid
Thu May 11, 2017 11:08 am
Forum: Nagios XI
Topic: nagios xi not working after install of nna
Replies: 1
Views: 521

nagios xi not working after install of nna

I installed the Nagios network analyzer on the same server running xi server.....xi server start but I get an error 500 shortly after entering. x.x.x.x is currently unable to handle this request. HTTP ERROR 500 I installed nna with: cd /tmp wget http://assets.nagios.com/downloads/nagios-network-anal...
by newkid
Wed May 10, 2017 4:02 pm
Forum: Nagios XI
Topic: what does load1, load5, load15 represent?
Replies: 3
Views: 10428

what does load1, load5, load15 represent?

in check_load what do they represent? The help is not helping me....maybe I have pre-conceived notions for instance what I am after is that I want to know about %user %sys etc with respect to CPU load....on centos....so would load1=user ? Usage: check_load [-r] -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLO...
by newkid
Wed May 03, 2017 5:17 pm
Forum: Nagios XI
Topic: permission denied on second /dev/fio device
Replies: 6
Views: 3446

Re: permission denied on second /dev/fio device

yes got it working with this line in /usr/local/nagios/etc/nrpe.cfg: command[check_pg_xlog]=/usr/bin/sudo /usr/local/nagios/libexec/check_disk -w 20% -c 10% -p /var/lib/pgsql/9.6/data/pg_xlog and this line in the sudoers nagios ALL=NOPASSWD: /usr/local/nagios/libexec/check_disk PS: Eventually I need...
by newkid
Wed May 03, 2017 2:52 pm
Forum: Nagios XI
Topic: permission denied on second /dev/fio device
Replies: 6
Views: 3446

Re: permission denied on second /dev/fio device

The information did help me however I encountered a new road block: PostgreSQL-9.6 requires permission as "postgres:postgres 700" on /var/lib/pgsql/9.6/data otherwise it won't start. I added a line "check_disk" with visudo : # NEEDED TO ALLOW NAGIOS TO CHECK SERVICE STATUS Defaul...
by newkid
Tue May 02, 2017 10:29 am
Forum: Nagios XI
Topic: permission denied on second /dev/fio device
Replies: 6
Views: 3446

permission denied on second /dev/fio device

We have 2 partitions that are mounted on /dev/fioa and /dev/fiob respectively. 1. The first partition is reported correctly on the Nagios XI server: DISK OK - free space: /var/lib/pgsql 1049755 MB (97% inode=99%): 2. The second partition is reporting a permission denied error: DISK CRITICAL - /var/l...