Search found 17 matches

by martijnmoi
Mon Jul 04, 2016 1:50 am
Forum: Nagios XI
Topic: UnixODBC db2
Replies: 7
Views: 748

Re: UnixODBC db2

I did a quick search of the error message and found this that may help. http://www-01.ibm.com/support/docview.wss?uid=swg21635635 Is ODBC the only way you can connect to the server? I went over that link like a 1000 times but no results... Today i clicked around on the IBM site, (which is an very a...
by martijnmoi
Thu Jun 30, 2016 2:15 am
Forum: Nagios XI
Topic: UnixODBC db2
Replies: 7
Views: 748

Re: UnixODBC db2

If it was me, I'd bypass ODBC and use perl. No doubt there's a python interface that does the same thing... https://www.google.com/#q=perl+dbi+db2 http://www.ibm.com/developerworks/data/library/techarticle/dm-0512greenstein/ This way i already tried (with the check_db2_health plugin from labs.conso...
by martijnmoi
Wed Jun 29, 2016 6:06 am
Forum: Nagios XI
Topic: UnixODBC db2
Replies: 7
Views: 748

Re: UnixODBC db2

update.. i think i've got to the next step, but i walked into the next problem. i changed these: # cat /etc/odbc.ini [DEFAULT] Driver = DEFAULT # cat /etc/odbcinst.ini [DEFAULT] Description = Default Driver Driver = /opt/ibm/db2/V10.5/lib64/libdb2.so fileusage=1 dontdlclose=1 And i now got this erro...
by martijnmoi
Wed Jun 29, 2016 3:58 am
Forum: Nagios XI
Topic: UnixODBC db2
Replies: 7
Views: 748

UnixODBC db2

hello, I am trying to connect my nagios server to an AS/400 DB2 database. I am using the unixODBC package, But i got stuck when i try to connect to the as/400 which seems to be an driver issue. I am using this tutorial: http://wiki.skytech.dk/index.php/Using_perl/php_with_DB2,_unixODBC_and_AS400 Thi...
by martijnmoi
Mon Jun 27, 2016 2:13 am
Forum: Nagios XI
Topic: check nrpe check arguments
Replies: 3
Views: 116

Re: check nrpe check arguments

heyhey,

i think i just made a typo. i forgot the whole '-a argument' and also got messy with the quotes.


topic may be closed. i might have opened one to soon..


Thank you for your support :)
by martijnmoi
Fri Jun 17, 2016 4:02 am
Forum: Nagios XI
Topic: non-basic mail flow checker
Replies: 7
Views: 119

Re: non-basic mail flow checker

well, i did some research and i managed to create a workaround. i am monitoring the incomming and outgoing mailqueue's of our spam appliance so that will cover the outsite mail. Now to monitor the rest of the mailflow i used the build-in 'mail delivery plugin' and used the SMTP server and the IMAP s...
by martijnmoi
Thu Jun 09, 2016 6:35 am
Forum: Nagios XI
Topic: check nrpe check arguments
Replies: 3
Views: 116

check nrpe check arguments

ok i've got this short question. i think the code explains itself. [root@nagiosproxy ~]# ./check_nrpe -H 10.0.1.7 -c check_memory OK: committed = 1.206GB, physical = 1.321GB|'committed'=1.20558GB;6.39788;7.19762;0;7.99735 'committed %'=15%;79;89;0;100 'physical'=1.32079GB;3.19965;3.5996;0;3.99956 'p...
by martijnmoi
Tue Jun 07, 2016 4:17 am
Forum: Nagios XI
Topic: non-basic mail flow checker
Replies: 7
Views: 119

Re: non-basic mail flow checker

thank you for your reply.

i will look into that.
by martijnmoi
Mon Jun 06, 2016 4:04 am
Forum: Nagios XI
Topic: non-basic mail flow checker
Replies: 7
Views: 119

Re: non-basic mail flow checker

Thank you for your reaction, i looked into this scripts, but this script are'nt enough. for example: the 'check email send' gives an OK status even when the mail is send to an unexisting mail adress. i want/(need!) the full control of the mail cycle (from sender mailbox to recieve mailbox and vice v...
by martijnmoi
Thu Jun 02, 2016 2:00 am
Forum: Nagios XI
Topic: non-basic mail flow checker
Replies: 7
Views: 119

non-basic mail flow checker

Goodmorning, My Nagios server is getting better & better. I would like to thank you for your support so far :) But, (there is always a but..) I got another question. we have a Exchange 2010 server, which connects to an anti-spam server which connects to the outsite. I want to make an advanced ma...