Search found 858 matches

by dchurch
Wed Feb 02, 2022 2:02 pm
Forum: Nagios XI
Topic: Nagios on VMware on a Virtual Machine
Replies: 3
Views: 1590

Re: Nagios on VMware on a Virtual Machine

jpdl wrote:We have a Virtual Machine hosted by an a online provider, we have installed VMware Workstation Pro 16 on the Virtual Machine
I'm not sure what you mean by this. Are you running a hypervisor INSIDE of a virtual machine?
by dchurch
Wed Feb 02, 2022 1:59 pm
Forum: Nagios XI
Topic: Plugin timed out while executing system call
Replies: 7
Views: 2317

Re: Plugin timed out while executing system call

Please post the output from executing the command with the "-v" switch:

Code: Select all

/usr/local/nagios/libexec/check_snmp -v -H 10.x.x.40  -o .1.3.6.1.4.1.2947.1.8.1.0 -C public -P 1 -l "Alarms" -u "Active" -c 0
by dchurch
Tue Feb 01, 2022 5:41 pm
Forum: Nagios XI
Topic: VMWARE SDK install broke WMI perl plugin
Replies: 15
Views: 6111

Re: VMWARE SDK install broke WMI perl plugin

What's the output from the following command?

Code: Select all

ls -lad /usr/local/share/perl5/Devel/StackTrace.pm /usr/local/share/perl5/Devel/ /usr/local/share/perl5/ /usr/local/share/
by dchurch
Fri Jan 28, 2022 4:27 pm
Forum: Nagios XI
Topic: server and client can ping, but services aren't reporting
Replies: 3
Views: 3418

Re: server and client can ping, but services aren't reportin

I see you have an open ticket for this issue in our ticketing system, so I will be closing this thread. In the future, please open only one forum post or ticket per issue so we can best focus our efforts. Thank you!
by dchurch
Wed Jan 26, 2022 1:55 pm
Forum: Nagios XI
Topic: VMWARE SDK install broke WMI perl plugin
Replies: 15
Views: 6111

Re: VMWARE SDK install broke WMI perl plugin

What's the output from running the following 3 commands as root: su - nagios -c 'perl -MDevel::StackTrace -e exit' su - nagios -c 'strace -etrace=file perl -MDevel::StackTrace -e exit' su - nagios -c 'strace -etrace=file /usr/local/nagios/libexec/check_wmi_plus.pl -H <ip> -u <username> -p <password>...
by dchurch
Wed Dec 08, 2021 2:05 pm
Forum: Nagios XI
Topic: HTTP post request to create new service with arguments
Replies: 3
Views: 1957

Re: HTTP post request to create new service with arguments

Glad to hear you resolved it!

Let us know if you have any related questions or if we're okay to lock this up and mark it as resolved.
by dchurch
Tue Dec 07, 2021 11:53 am
Forum: Nagios XI
Topic: HTTP post request to create new service with arguments
Replies: 3
Views: 1957

The POST request updates the configuration database, adding a new service. The arguments to the check command are contained in the "check_command" URL parameter, separated by "!". The parameter is in the form of {COMMAND}[!{ARG}]... For example, sending check_command=check_ping!3...
by dchurch
Tue Dec 07, 2021 11:40 am
Forum: Nagios XI
Topic: High Memory used on nagios xi
Replies: 5
Views: 2223

Re: High Memory used on nagios xi

Please try running the database repair script, and let me know if that is successful. Run the following as root from the terminal. /usr/local/nagiosxi/scripts/repair_databases.sh See Repairing The Nagios XI Database for complete instructions ... THEN if that doesn't do the trick, please PM me a syst...
by dchurch
Thu Dec 02, 2021 10:27 am
Forum: Nagios XI
Topic: Fetchmail
Replies: 4
Views: 1949

Re: Fetchmail

The 'fetchmail' package isn't installed or used in Nagios XI. Fetchmail is for downloading mail from remote IMAP and POP3 servers and storing it in a local mailbox. I'm not sure what function that would even have on a Nagios XI monitoring machine; Nagios XI sends emails, but fetchmail doesn't do tha...
by dchurch
Fri Oct 29, 2021 10:11 am
Forum: Nagios XI
Topic: ncpa_listener having exited status
Replies: 6
Views: 2881

Re: ncpa_listener having exited status

What is the output from

Code: Select all

ps -A x -f |grep ncpa