Search found 13 matches

by sampaths
Tue Dec 31, 2019 12:13 pm
Forum: Nagios XI
Topic: How to get SMS alerts from one single number
Replies: 1
Views: 106

How to get SMS alerts from one single number

Hi,
Ever since we upgraded from NagiosXI from 5.2.2 to 5.5.9.
We have been getting SMS alerts from multiple numbers.
Is it possible to get from one single number.
by sampaths
Mon Oct 28, 2019 3:38 pm
Forum: Nagios XI
Topic: ncpa command line not working
Replies: 7
Views: 487

Re: ncpa command line not working

Thank you @lmiltchev for helping us fix the issue. :) There was a proxy setup in the env, unsetting them fixed the issue. unset {http,https,ftp}_proxy unset {HTTP,HTTPS,FTP}_PROXY Now it works in command line. root@nagiosxi:/usr/local/nagios/libexec# ./check_ncpa.py -H <hostname> -t <token> -P 5693 ...
by sampaths
Mon Oct 28, 2019 1:08 pm
Forum: Nagios XI
Topic: ncpa command line not working
Replies: 7
Views: 487

Re: ncpa command line not working

Hi lmiltchev, sent a PM to you with the actual hostnames and stuff.
by sampaths
Mon Oct 28, 2019 11:00 am
Forum: Nagios XI
Topic: ncpa command line not working
Replies: 7
Views: 487

Re: ncpa command line not working

Getting timeout even after increasing the time root@nagiosxi:/usr/local/nagios/libexec# ./check_ncpa.py -H <hostname> -t <token> -P 5693 -M system/agent_version -T 120 -v Connecting to: https://<hostname>:5693/api/system/agent_version/?token=<token>&check=1 An error occurred:<urlopen error [Errn...
by sampaths
Fri Oct 25, 2019 4:06 pm
Forum: Nagios XI
Topic: ncpa command line not working
Replies: 7
Views: 487

ncpa command line not working

Hi, We are running NagiosXI 5.5.9 as a vmware image We use nrpe for all our linux monitoring. Wanted to tryout ncpa. https://assets.nagios.com/downloads/ncpa/docs/Installing-NCPA.pdf followed this document and installed NCPA on a SUSE 12 linux box <hostname>:~ # rpm -qa | grep ncpa ncpa-2.1.7-1.x86_...
by sampaths
Mon Mar 25, 2019 1:53 pm
Forum: Nagios XI
Topic: Check who clicked "Force an immediate check"
Replies: 1
Views: 164

Check who clicked "Force an immediate check"

Hi, we are using few passive checks with freshness threshold. If there is a warning or critical reported from the passive check and someone clicks on "Force an immediate check" from the Quick Actions. It turns to Unknown as we have used command_line /usr/local/nagios/libexec/check_dummy 3 ...
by sampaths
Tue Feb 12, 2019 4:21 pm
Forum: Nagios XI
Topic: performance graphs not showing warning and critical lines
Replies: 7
Views: 531

Re: performance graphs not showing warning and critical line

ok I understand, could you please guide me how to use check_nrpe (we don't want to use check_nt) when i have a nsclient++ running on a windows machine.
And monitor for memory check, with only one data source in the output so that we can have the lines for thresholds in the graph.
by sampaths
Tue Feb 12, 2019 1:36 pm
Forum: Nagios XI
Topic: performance graphs not showing warning and critical lines
Replies: 7
Views: 531

Re: performance graphs not showing warning and critical line

We are using check_nrpe, i cannot change all my checks to check_nt now I am using exactly how it is defined here. https://support.nagios.com/kb/article/nagios-xi-windows-memory-usage-physical-169.html in every implementation of check_nrpe to check memory has both 'physical' and 'physical %' accordin...
by sampaths
Tue Feb 12, 2019 12:45 pm
Forum: Nagios XI
Topic: performance graphs not showing warning and critical lines
Replies: 7
Views: 531

Re: performance graphs not showing warning and critical line

what is multiple datasources? Here is how we are running the check. root@hadcrdtnagios01:~# /usr/local/nagios/libexec/check_nrpe -H HQBISQL80N1 -c CheckMEM -a ShowAll type=physical MaxWarn=95% MaxCrit=97% OK: physical: Total: 31.994GB - Used: 29.516GB (92%) - Free: 2.479GB (7%)|'physical'=29.51562GB...
by sampaths
Tue Feb 12, 2019 11:41 am
Forum: Nagios XI
Topic: performance graphs not showing warning and critical lines
Replies: 7
Views: 531

performance graphs not showing warning and critical lines

Hi,

We recently upgraded from Nagios XI version 5.2.9 to 5.5.9 on our test server.

Previously we were able to see warning and critical line in the performance graphs.
nag1.PNG
Right now in version 5.5.9 we are not seeing that.
nag2.PNG
please advice, how to enable them.