Search found 194 matches
- Mon Mar 28, 2022 5:13 am
- Forum: Nagios XI
- Topic: check_mssql plugin
- Replies: 4
- Views: 5655
Re: check_mssql plugin
Actually when i referred the document https://assets.nagios.com/downloads/nagiosxi/docs/Installing-MSSQL-Prerequisites-For-Nagios-XI.pdf it has mentioned the installation of pymssql required on rhel 7 box . Capture_pymssql.PNG Still we tried to execute the command and got below error. Is there any o...
- Thu Mar 24, 2022 11:06 am
- Forum: Nagios XI
- Topic: Oracle cluster monitoring
- Replies: 6
- Views: 4669
Re: Oracle cluster monitoring
We are facing with another issue with check_oracle_health plugin . In below command line CARBON1 is the pluggable database name and we are trying to find the usage of its tablespace SYSAUX but we are facing with an error . [nagios@abc libexec]$ /usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/12.2/clien...
- Tue Mar 15, 2022 7:03 am
- Forum: Nagios XI
- Topic: Oracle cluster monitoring
- Replies: 6
- Views: 4669
Re: Oracle cluster monitoring
Yes I would need help with monitoring container health and asm status . I was not able to find any plugin that could monitor asm status .
- Mon Mar 14, 2022 7:22 am
- Forum: Nagios XI
- Topic: check_tablespace_size
- Replies: 2
- Views: 1378
Re: check_tablespace_size
Thanks Team . We are good to close the ticket .
- Mon Mar 14, 2022 5:55 am
- Forum: Nagios XI
- Topic: check_mssql plugin
- Replies: 4
- Views: 5655
Re: check_mssql plugin
Our box is rhel 8 and is there some other package that needs to be installed .
- Fri Mar 11, 2022 7:46 am
- Forum: Nagios XI
- Topic: check_mssql plugin
- Replies: 4
- Views: 5655
check_mssql plugin
Hi Team , While trying to execute check_mssql plugin im getting below error . [nagios@abc libexec]$ ./check_mssql -H xyz --username "username" --password "12345" --database CMSPROD --port 1433 --query "SELECT+CASE+%0D%0A++++++++WHEN+%28MAX%28A.Hours_Ago%29+%3E+4%29%0D%0A++++...
- Thu Mar 03, 2022 12:18 pm
- Forum: Nagios XI
- Topic: Oracle cluster monitoring
- Replies: 6
- Views: 4669
Re: Oracle cluster monitoring
Is there any plugin that supports oracle Container databases .
- Wed Mar 02, 2022 12:09 am
- Forum: Nagios XI
- Topic: Oracle cluster monitoring
- Replies: 6
- Views: 4669
Oracle cluster monitoring
Hi Team , We have a requirement to monitor oracle containers . So a oracle server has many containers and each container has few pluggable databases and we have to monitor the container status and pluggable database status . I was able to monitor the individual database monitoring through check_orac...
- Mon Feb 21, 2022 11:28 pm
- Forum: Nagios XI
- Topic: check_sybase.pl plugin
- Replies: 13
- Views: 7777
Re: check_sybase.pl plugin
Thanks for the input . We will get the client installed and get back to you .
- Mon Feb 21, 2022 1:17 pm
- Forum: Nagios XI
- Topic: check_tablespace_size
- Replies: 2
- Views: 1378
check_tablespace_size
Hello Team , Does anyone know how the calculation is done in the check_tablespace_size script https://github.com/angoca/monitor-db2-with-nagios/blob/master/check_tablespace_size . Because when I gave warning and critical value of 1 and 2 for testing I got an OK alert with the below message . I thoug...