Search found 107 matches

by whitest
Wed Jul 11, 2018 1:45 am
Forum: Open Source Nagios Projects
Topic: Sqlplus and Web-GUI
Replies: 4
Views: 3385

Re: Sqlplus and Web-GUI

Finally, now I have two solutions to check blocking sessions in Oracle database. SQL query: SELECT s1.username || '@' || s1.machine || ' ( SID=' || s1.sid || ' ) is blocking ' || s2.username || '@' || s2.machine || ' ( SID=' || s2.sid || ' ) ' AS blocking_status FROM v$lock l1, v$session s1, v$lock ...
by whitest
Wed Jul 11, 2018 1:18 am
Forum: Open Source Nagios Projects
Topic: Sqlplus and Web-GUI
Replies: 4
Views: 3385

Re: Sqlplus and Web-GUI

Can you run the command from the CLI the same way you do in Nagios with this at the beginning /usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 TNS_ADMIN=/usr/lib/oracle/11.2/client64/network/admin Then, also, if that works, I would add the fol...
by whitest
Tue Jul 10, 2018 9:01 am
Forum: Open Source Nagios Projects
Topic: Sqlplus and Web-GUI
Replies: 4
Views: 3385

Sqlplus and Web-GUI

Hi everyone! Problem: Nagios web-gui don't see plugin output from sqlplus, but everything works fine in command line. I try to use plugin check_sql_query ( https://exchange.nagios.org/directory/Plugins/Databases/Oracle/check_sql_query/details ) to check blocking SQL sessions in my Oracle 11gR2 datab...
by whitest
Tue Sep 20, 2016 2:10 pm
Forum: Open Source Nagios Projects
Topic: Hiding Host on the Network Map
Replies: 2
Views: 1509

Re: Hiding Host on the Network Map

So there are no options to hide nonessesary hosts from statusmap?
by whitest
Tue Sep 20, 2016 2:07 pm
Forum: Open Source Nagios Projects
Topic: Service Notes Pupup
Replies: 4
Views: 3018

Re: Service Notes Pupup

Thank you very much, ssax!
It works on 4.0.8 too. =)

You may close the thread.
by whitest
Tue Sep 20, 2016 4:00 am
Forum: Open Source Nagios Projects
Topic: Service Notes Pupup
Replies: 4
Views: 3018

Service Notes Pupup

Hello. I trying to display onhover popup with Service Notes in the same way as Host Address displayed when you point mouse on a HostName: http://s017.radikal.ru/i408/1609/ba/e6686fd8db3f.jpg I've found in status.c where it coded and can to display there Service Description popup (for test): /* servi...
by whitest
Fri Sep 16, 2016 1:34 pm
Forum: Open Source Nagios Projects
Topic: nagios csv question
Replies: 20
Views: 16758

Re: nagios csv question

Lets make the request (export to csv for given hostgroup/servicegroup and All hostgroups/servicegroups) and close the thread.
Thank you.
by whitest
Fri Sep 16, 2016 10:55 am
Forum: Open Source Nagios Projects
Topic: NRPE Powershell UTF8
Replies: 10
Views: 7380

Re: NRPE Powershell UTF8

Close it, of course.
Thanks!
by whitest
Fri Sep 16, 2016 10:25 am
Forum: Open Source Nagios Projects
Topic: nagios csv question
Replies: 20
Views: 16758

Re: nagios csv question

Clearly. Feature request it's long. Easier way is to parse html. Just Grab needed service-group report and parse it: /nagios/cgi-bin/avail.cgi?show_log_entries=&servicegroup=my-service-group&timeperiod=last7days&smon=9&sday=1&syear=2016&shour=0&smin=0&ssec=0&emon=...
by whitest
Fri Sep 16, 2016 9:26 am
Forum: Open Source Nagios Projects
Topic: NRPE Powershell UTF8
Replies: 10
Views: 7380

Re: NRPE Powershell UTF8

I glad to hear you, lmiltchev . I agree with you. I only confused how "encoding = utf8" changes behavior plugin output? When utf8 is enabled, then input russian chars processed well by the script, but output is broken. Wnen utf8 is disabled, then input russian chars not recognized properly...