Search found 81 matches

by nagiosjam
Mon Nov 04, 2019 2:06 am
Forum: Open Source Nagios Projects
Topic: Check_esx error domain user
Replies: 5
Views: 1394

Re: Check_esx error domain user

[root@server nagios plugins]# ./check_vmware_api.pl -H server -u 'nagiosusr' -p 'xxxxxxx' -l cpu -vvv --trace=4 [extra-opts] check_vmware_api.pl -H server-u nagiosusr -p xxxxxx -l cpu -vvv --trace=4 CHECK_VMWARE_API.PL UNKNOWN - Error: Cannot complete login due to an incorrect user name or password....
by nagiosjam
Thu Oct 31, 2019 2:30 am
Forum: Open Source Nagios Projects
Topic: Check_esx error domain user
Replies: 5
Views: 1394

Re: Check_esx error domain user

the user does not contain special characters, the password if ... I have added the quotes, but still giving the same invalid username or password error

:|
by nagiosjam
Wed Oct 30, 2019 2:29 am
Forum: Open Source Nagios Projects
Topic: Check_esx error domain user
Replies: 5
Views: 1394

Check_esx error domain user

Hi !!! I have a validation problem when executing a command to monitor vmware. If I execute the command with root user it works for me ./check_vmware_api.pl -H serveresxi -u root -p password -l cpu CHECK_VMWARE_API.PL OK - cpu usage = 9862.00 MHz (14.67%) | cpu_usagemhz = 9862.00 ;; cpu_usage = 14.6...
by nagiosjam
Wed Oct 16, 2019 6:24 am
Forum: Open Source Nagios Projects
Topic: Is there a limit on how many hostsNagios can monitor?
Replies: 3
Views: 751

Is there a limit on how many hostsNagios can monitor?

Hi !!!

How many hosts can I monitor with a nagios server?

Is there a limit to the core 4 version?

Thanks !!!!
by nagiosjam
Wed Oct 09, 2019 3:02 am
Forum: Open Source Nagios Projects
Topic: check_oracle_health
Replies: 8
Views: 1948

Re: check_oracle_health

My guess is that is cannot fin your environment, you may need to add something like the following to the command (replacing the path to your actual ORACLE_HOME) --environment ORACLE_HOME=/u01/oracle https://labs.consol.de/nagios/check_oracle_health/index.html Perfect !!!! Works I have added --envir...
by nagiosjam
Mon Oct 07, 2019 2:23 am
Forum: Open Source Nagios Projects
Topic: check_oracle_health
Replies: 8
Views: 1948

Re: check_oracle_health

the nagios user and the apache user is in the apache group and in the nagios group. It's the only check that doesn't work for me, the rest of the alerts work fine, and I have about 1,000 It may be failing because I have not installed the oracle client with the user nagios ?? oracle install client I ...
by nagiosjam
Fri Oct 04, 2019 1:10 am
Forum: Open Source Nagios Projects
Topic: check_oracle_health
Replies: 8
Views: 1948

Re: check_oracle_health

Using username "root". Last login: Thu Oct 3 10:17:55 2019 from xxxx [root@xxxx ~]# su - nagios -bash-4.1$ /usr/lib64/nagios/plugins/check_oracle_health --connect bbdd --user xxxx --password xxxx --mode process-usage --warning 90 --critical 95 OK - 7.83% of process resources used | process...
by nagiosjam
Thu Oct 03, 2019 2:58 am
Forum: Open Source Nagios Projects
Topic: check_oracle_health
Replies: 8
Views: 1948

Re: check_oracle_health

Another test. If I write the wrong password on the command line, it gives me a user error and password ... instead on the web if I enter the wrong password, instead of giving me the same password error error, I still get the CRITICAL error - cannot connect to BBDD. ORA-12154 Sorry for my bad English...
by nagiosjam
Thu Oct 03, 2019 2:43 am
Forum: Open Source Nagios Projects
Topic: check_oracle_health
Replies: 8
Views: 1948

check_oracle_health

Good Morning. I have check_oracle_health installed and when I execute a command from the console it responds to me ok. /usr/lib64/nagios/plugins/check_oracle_health --connect BBDD--user XXX --password XXX --mode process-usage --warning 90 --critical 95 But on the nagios website I get an error and I ...