Search found 60 matches

by sav2880
Tue Jan 09, 2018 1:57 pm
Forum: Nagios XI
Topic: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]
Replies: 18
Views: 8967

Re: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]

-bash-4.1$ ./check_ssl_cert -H [HOSTNAME] -P ftp -p 990 -d [DBG] ROOT_CA = expect available (/usr/bin/expect) timeout available (/usr/bin/timeout) [DBG] perl available: /usr/bin/perl [DBG] date available: /bin/date found GNU date with timestamp support: enabling date computations [DBG] check_ssl_ve...
by sav2880
Thu Jan 04, 2018 2:46 pm
Forum: Nagios XI
Topic: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]
Replies: 18
Views: 8967

Re: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]

Code: Select all

check_ssl_cert version 1.60.0
is the version.
by sav2880
Fri Dec 29, 2017 5:20 pm
Forum: Nagios XI
Topic: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]
Replies: 18
Views: 8967

Re: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]

Just did. That ruled it out.

-bash-4.1$ nmap HOSTNAME -p 990 -Pn
Starting Nmap 6.25 ( http://nmap.org ) at 2017-12-29 17:19 EST
Nmap scan report for HOSTNAME (xxx.xxx.xxx.xxx)
Host is up (0.029s latency).
PORT STATE SERVICE
990/tcp open ftps
by sav2880
Fri Dec 29, 2017 1:05 pm
Forum: Nagios XI
Topic: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]
Replies: 18
Views: 8967

Re: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]

Starting Nmap 6.25 ( http://nmap.org ) at 2017-12-29 13:00 EST
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 3.08 seconds


Think it's time for me to engage the network team here. :)
by sav2880
Fri Dec 29, 2017 9:05 am
Forum: Nagios XI
Topic: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]
Replies: 18
Views: 8967

Re: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]

Same output where it's saying that there is no certificate returned. Starting to wonder if I'm able to make ftps connections at all from this shell prompt.

How can I test the ftps shell connection is fully working in the first place? Maybe the tcping showing the port was open wasn't enough.
by sav2880
Thu Dec 28, 2017 12:51 pm
Forum: Nagios XI
Topic: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]
Replies: 18
Views: 8967

Re: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]

Alright, I think we're getting closer. Dropped the code into my /usr/local/nagios/libexec directory (actually a subdirectory underneath). When I use a normal client (FileZilla or WinSCP), I can login with a username and password and I get a certificate. In fact, I get the certificate on WinSCP, and ...
by sav2880
Thu Dec 28, 2017 11:28 am
Forum: Nagios XI
Topic: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]
Replies: 18
Views: 8967

Re: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]

I'll be working on it today. :)
by sav2880
Tue Dec 26, 2017 10:47 am
Forum: Nagios XI
Topic: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]
Replies: 18
Views: 8967

Re: SFTP Certificate Monitoring

This is definitely using FTPS (FTP over SSL), so agreed, did not have the subject line as clear and concise as it should be. I'll fix that now.
by sav2880
Wed Dec 20, 2017 2:23 pm
Forum: Nagios XI
Topic: FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]
Replies: 18
Views: 8967

FTPS (FTP over SSL) Certificate Monitoring [CORRECTED]

This is probably simple, but it's something I'm not well versed upon. I have a server for which the only access in is through FTPS on Port 990, and I want to monitor the certificate expiration date on the server. I've seen in other discussions that there may exist some sort of expiration check for F...
by sav2880
Wed Dec 13, 2017 2:31 pm
Forum: Nagios XI
Topic: check_mssql_server.py type 'exceptions.IndexError'
Replies: 3
Views: 2995

Re: check_mssql_server.py type 'exceptions.IndexError'

Verified that the password does not have any special characters that could cause an issue. When running from the command line of the Nagios server (as the nagios user): -bash-4.1$ ./check_mssql_server.py -H <OUR HOST> -U 'nagios' -P <OUR PASSWORD> -I 'MSSQLSERVER' --locktimeouts --warning 200 --crit...