Search found 10 matches

by EOCulubong
Thu Oct 26, 2017 1:43 am
Forum: Nagios XI
Topic: No performance graphs were found for this service.
Replies: 7
Views: 1465

Re: No performance graphs were found for this service.

Hi @kyang none so far.

We can close this topic now.

Thanks again. :D
by EOCulubong
Wed Oct 25, 2017 2:08 am
Forum: Nagios XI
Topic: No performance graphs were found for this service.
Replies: 7
Views: 1465

Re: No performance graphs were found for this service.

Hi @mcapra and @kyang, It works, I just changed my script to this: STATS=$(/opt/ardome/bin/derivemgr stats | awk "END{print;exit}" | awk '{ print substr( $2, 0 ) }') if [ $STATS -lt $WARNLEVEL ] then echo "OK: Derived Stats - $STATS | stats=$STATS" exitstatus=$STATE_OK exit $exit...
by EOCulubong
Wed Oct 25, 2017 1:15 am
Forum: Nagios XI
Topic: No performance graphs were found for this service.
Replies: 7
Views: 1465

Re: No performance graphs were found for this service.

Hi Guys,

Thanks for the info, will definitely check the links.

Regards,
Del
by EOCulubong
Tue Oct 24, 2017 7:10 am
Forum: Nagios XI
Topic: No performance graphs were found for this service.
Replies: 7
Views: 1465

No performance graphs were found for this service.

Hi Guys, Good evening. I am just starting to learn nagios and here is what I am having problems now. Hope someone could help me. I am having problems with this script that I am using. I am trying to use rawNumbers.php on nagvis, but nagvis gives me an Error state. I tried to read and search for answ...
by EOCulubong
Thu Jun 02, 2016 9:42 am
Forum: Nagios XI
Topic: sudo: unknown uid: 4294967295
Replies: 11
Views: 5048

Re: sudo: unknown uid: 4294967295

Hi Sir, Edited the /etc/sudoers file and still gives me the this message when I logged in as nagios user: <remote_host>:~ # su nagios nagios@<remote_host>:/root> /usr/lib/nagios/plugins/tsm_check_del.sh drive Error executing the command dsmadmc But using sudo gives the desired output: nagios@<remote...
by EOCulubong
Wed Jun 01, 2016 10:12 am
Forum: Nagios XI
Topic: sudo: unknown uid: 4294967295
Replies: 11
Views: 5048

Re: sudo: unknown uid: 4294967295

Hi Sir, Running the command in the Remote Host gives me this message: nagios@<remote_host>:/root> /usr/lib/nagios/plugins/tsm_check_del.sh drive Error executing the command dsmadmc nagios@<remote_host>:/root> pwd /root Running the same command outside /root gives the desired result: nagios@<remote_h...
by EOCulubong
Tue May 31, 2016 11:20 am
Forum: Nagios XI
Topic: sudo: unknown uid: 4294967295
Replies: 11
Views: 5048

Re: sudo: unknown uid: 4294967295

Hi Sir, I found this TSM monitor plugin from this webite: http://thobias.org/tsm/tsmmonitor/tsmmonitor . And running it locally gives out the desired result: <remote_host>:~ # /usr/lib/nagios/plugins/tsm_check_del.sh drive drive - number of drives not online 0, OK But running it from the nagios serv...
by EOCulubong
Mon May 30, 2016 3:10 pm
Forum: Nagios XI
Topic: sudo: unknown uid: 4294967295
Replies: 11
Views: 5048

Re: sudo: unknown uid: 4294967295

Hi Sir, [root@nagiosxi ~]# cat /etc/*eleas* CentOS release 6.5 (Final) LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch cat: /etc/lsb-release.d: Is a directory CentOS release 6.5 (Final) CentOS rel...
by EOCulubong
Thu May 26, 2016 5:27 pm
Forum: Nagios XI
Topic: sudo: unknown uid: 4294967295
Replies: 11
Views: 5048

Re: sudo: unknown uid: 4294967295

Hi Sir, Nagios is running in linux, if that is what you are asking. [root@nagiosxi ~]# uname -mrs Linux 2.6.32-431.el6.x86_64 x86_64 Also, there are other plug-ins running using nrpe and they are working fine, I don't know if the unknown uid 4294967295 is having issues accessing dsmadmc, which is pa...
by EOCulubong
Wed May 25, 2016 10:31 pm
Forum: Nagios XI
Topic: sudo: unknown uid: 4294967295
Replies: 11
Views: 5048

sudo: unknown uid: 4294967295

Hi Guys, I am trying to run this plugin for TSM monitoring ( http://thobias.org/tsm/tsmmonitor/ ) but I am having an error every time I try running it from the server using nrpe. [root@nagiosxi ~]# /usr/local/nagios/libexec/check_nrpe -H <host_ip> -c tsm_check_del_drive sudo: unknown uid: 4294967295...