ssh-test as default
list Martin Flemming
Hi !
.. maybe stupid question, but is it possible
to test ssh for all hosts as default ?
Currently i added the ssh-tag after each host particularly :-(
thanks & cheers
Martin
list Henrik Størner
On Mon, 19 Dec 2011 10:17:08 +0100 (CET), user-f286aaa49a76@xymon.invalid wrote:
.. maybe stupid question,
There are no stupid questions :-)
but is it possible to test ssh for all hosts as default ?
No - sorry. Regards, Henrik
list Neil Simmonds
if you make use of the class in your hosts.cfg you could check that ssh
is running and check the port as well if all your hosts use the standard
port.
All my AIX and Linux servers have CLASS:aix or CLASS:linux on their
hosts.cfg entries and my analysis.cfg has the following,
CLASS=linux
PROC /usr/sbin/sshd 1
CLASS=aix
PROC sshd 1
I could also include the port check if it wasn't for the fact that 1
server uses a non standard port so I have the port checks in the
individual files in analysis.d directory.
Neil Simmonds
Operation Analyst (Operations Support Group)
Express Gifts Limited
Express House
Clayton Business Park
Accrington
Lancashire
BB5 5JY
T: 01254 303092 | E: user-8188d25e65e4@xymon.invalid
-----Original Message-----
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf
Of user-ce4a2c883f75@xymon.invalid
Sent: 19 December 2011 10:17
To: user-f286aaa49a76@xymon.invalid
Cc: xymon at xymon.com
Subject: Re: [Xymon] ssh-test as default
▸
On Mon, 19 Dec 2011 10:17:08 +0100 (CET), user-f286aaa49a76@xymon.invalid wrote:.. maybe stupid question,
There are no stupid questions :-)
but is it possible to test ssh for all hosts as default ?
No - sorry. Regards, Henrik
Name & Registered Office: EXPRESS GIFTS LIMITED, 2 GREGORY ST, HYDE, CHESHIRE, ENGLAND, SK14 4TH, Company No. 00718151.
Express Gifts Limited is authorised and regulated by the Financial Services Authority
NOTE: This email and any information contained within or attached in a separate file is confidential and intended solely for the Individual to whom it is addressed. The information or data included is solely for the purpose indicated or previously agreed. Any information or data included with this e-mail remains the property of Findel PLC and the recipient will refrain from utilising the information for any purpose other than that indicated and upon request will destroy the information and remove it from their records. Any views or opinions presented are solely those of the author and do not necessarily represent those of Findel PLC. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. No warranties or assurances are made in relation to the safety and content of this e-mail and any attachments. No liability is accepted for any consequences arising from it. Findel Plc reserves the right to monitor all e-mail communications through its internal and external networks. If you have received this email in error please notify our IT helpdesk on +44(0) 1254 303030
list Paul Root
Well, this isn't exactly what you're asking for, but we watch the port and proc in analysis.cfg.
DEFAULT
.
.
.
PORT "LOCAL=%([.:]22)$" state=LISTEN TEXT=SSHD
PROC sshd 1 500 red "TEXT=ssh daemon (sshd)"
Paul Root - Engineer III
Managed Services Systems - CenturyLink
▸
-----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of user-ce4a2c883f75@xymon.invalid
Sent: Monday, December 19, 2011 4:17 AM
▸
To: user-f286aaa49a76@xymon.invalid Cc: xymon at xymon.com Subject: Re: [Xymon] ssh-test as default On Mon, 19 Dec 2011 10:17:08 +0100 (CET), user-f286aaa49a76@xymon.invalid wrote:.. maybe stupid question,There are no stupid questions :-)but is it possible to test ssh for all hosts as default ?No - sorry. Regards, Henrik
This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
list Martin Flemming
Thanks all for response Indeed i need an real ssh-network test as indicator for heavily paging working-nodes .. In real the machines are responding with ping but fromt to time ssh is not working anymore .. :-( So, i've had to still add the ssh-tag behind each host ... thanks & cheers martin
▸
On Mon, 19 Dec 2011, Neil Simmonds wrote:
if you make use of the class in your hosts.cfg you could check that ssh is running and check the port as well if all your hosts use the standard port. All my AIX and Linux servers have CLASS:aix or CLASS:linux on their hosts.cfg entries and my analysis.cfg has the following, CLASS=linux PROC /usr/sbin/sshd 1 CLASS=aix PROC sshd 1 I could also include the port check if it wasn't for the fact that 1 server uses a non standard port so I have the port checks in the individual files in analysis.d directory. Neil Simmonds Operation Analyst (Operations Support Group) Express Gifts Limited Express House Clayton Business Park Accrington Lancashire BB5 5JY T: 01254 303092 | E: user-8188d25e65e4@xymon.invalid -----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of user-ce4a2c883f75@xymon.invalid Sent: 19 December 2011 10:17 To: user-f286aaa49a76@xymon.invalid Cc: xymon at xymon.com Subject: Re: [Xymon] ssh-test as default On Mon, 19 Dec 2011 10:17:08 +0100 (CET), user-f286aaa49a76@xymon.invalid wrote:.. maybe stupid question,There are no stupid questions :-)but is it possible to test ssh for all hosts as default ?No - sorry. Regards, Henrik Name & Registered Office: EXPRESS GIFTS LIMITED, 2 GREGORY ST, HYDE, CHESHIRE, ENGLAND, SK14 4TH, Company No. 00718151. Express Gifts Limited is authorised and regulated by the Financial Services Authority
NOTE: This email and any information contained within or attached in a separate file is confidential and intended solely for the Individual to whom it is addressed. The information or data included is solely for the purpose indicated or previously agreed. Any information or data included with this e-mail remains the property of Findel PLC and the recipient will refrain from utilising the information for any purpose other than that indicated and upon request will destroy the information and remove it from their records. Any views or opinions presented are solely those of the author and do not necessarily represent those of Findel PLC. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. No warranties or assurances are made in relation to the safety and content of this e-mail and any attachments. No liability is accepted for any co
ns
equences arising from it. Findel Plc reserves the right to monitor all e-mail communications through its internal and external networks. If you have received this email in error please notify our IT helpdesk on +44(0) 1254 303030
Gruss
Martin Flemming
Martin Flemming
DESY / IT office : Building 2b / 008a
Notkestr. 85 phone : XXX - XXXX - XXXX
22603 Hamburg mail : user-f286aaa49a76@xymon.invalid
list Tom Moore
Just put "ssh" on your servers in your hosts.cfg file. Then the Xymon server will do a remote ssh connection test.
▸
-----Original Message-----
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Martin Flemming
Sent: Monday, December 19, 2011 11:20 AM
To: xymon at xymon.com
Subject: Re: [Xymon] ssh-test as default
Thanks all for response
Indeed i need an real ssh-network test
as indicator for heavily paging working-nodes ..
In real the machines are responding with ping
but fromt to time ssh is not working anymore .. :-(
So, i've had to still add the ssh-tag behind each host ...
thanks & cheers
martin
On Mon, 19 Dec 2011, Neil Simmonds wrote:
if you make use of the class in your hosts.cfg you could check that ssh is running and check the port as well if all your hosts use the standard port. All my AIX and Linux servers have CLASS:aix or CLASS:linux on their hosts.cfg entries and my analysis.cfg has the following, CLASS=linux PROC /usr/sbin/sshd 1 CLASS=aix PROC sshd 1 I could also include the port check if it wasn't for the fact that 1 server uses a non standard port so I have the port checks in the individual files in analysis.d directory. Neil Simmonds Operation Analyst (Operations Support Group) Express Gifts Limited Express House Clayton Business Park Accrington Lancashire BB5 5JY T: 01254 303092 | E: user-8188d25e65e4@xymon.invalid -----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of user-ce4a2c883f75@xymon.invalid Sent: 19 December 2011 10:17 To: user-f286aaa49a76@xymon.invalid Cc: xymon at xymon.com Subject: Re: [Xymon] ssh-test as default On Mon, 19 Dec 2011 10:17:08 +0100 (CET), user-f286aaa49a76@xymon.invalid wrote:.. maybe stupid question,There are no stupid questions :-)but is it possible to test ssh for all hosts as default ?No - sorry. Regards, Henrik Name & Registered Office: EXPRESS GIFTS LIMITED, 2 GREGORY ST, HYDE, CHESHIRE, ENGLAND, SK14 4TH, Company No. 00718151. Express Gifts Limited is authorised and regulated by the Financial Services Authority NOTE: This email and any information contained within or attached in a separate file is confidential and intended solely for the Individual to whom it is addressed. The information or data included is solely for the purpose indicated or previously agreed. Any information or data included with this e-mail remains the property of Findel PLC and the recipient will refrain from utilising the information for any purpose other than that indicated and upon request will destroy the information and remove it from their records. Any views or opinions presented are solely those of the author and do not necessarily represent those of Findel PLC. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. No warranties or assurances are made in relation to the safety and content of this e-mail and any attachments. No liability is accepted for any co ns equences arising from it. Findel Plc reserves the right to monitor all e-mail communications through its internal and external networks. If you have received this email in error please notify our IT helpdesk on +44(0) 1254 303030
Gruss
Martin Flemming
list Tom Moore
Oh sorry.. and if you want it to be a default across all machines, you can put this at the top of your hosts.cfg file 0.0.0.0 .default. # ssh
▸
-----Original Message-----
From: Tom Moore
Sent: Monday, December 19, 2011 11:41 AM
To: xymon at xymon.com
Subject: RE: [Xymon] ssh-test as default
Just put "ssh" on your servers in your hosts.cfg file. Then the Xymon server will do a remote ssh connection test.
-----Original Message-----
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Martin Flemming
Sent: Monday, December 19, 2011 11:20 AM
To: xymon at xymon.com
Subject: Re: [Xymon] ssh-test as default
Thanks all for response
Indeed i need an real ssh-network test
as indicator for heavily paging working-nodes ..
In real the machines are responding with ping
but fromt to time ssh is not working anymore .. :-(
So, i've had to still add the ssh-tag behind each host ...
thanks & cheers
martin
On Mon, 19 Dec 2011, Neil Simmonds wrote:
if you make use of the class in your hosts.cfg you could check that ssh is running and check the port as well if all your hosts use the standard port. All my AIX and Linux servers have CLASS:aix or CLASS:linux on their hosts.cfg entries and my analysis.cfg has the following, CLASS=linux PROC /usr/sbin/sshd 1 CLASS=aix PROC sshd 1 I could also include the port check if it wasn't for the fact that 1 server uses a non standard port so I have the port checks in the individual files in analysis.d directory. Neil Simmonds Operation Analyst (Operations Support Group) Express Gifts Limited Express House Clayton Business Park Accrington Lancashire BB5 5JY T: 01254 303092 | E: user-8188d25e65e4@xymon.invalid -----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of user-ce4a2c883f75@xymon.invalid Sent: 19 December 2011 10:17 To: user-f286aaa49a76@xymon.invalid Cc: xymon at xymon.com Subject: Re: [Xymon] ssh-test as default On Mon, 19 Dec 2011 10:17:08 +0100 (CET), user-f286aaa49a76@xymon.invalid wrote:.. maybe stupid question,There are no stupid questions :-)but is it possible to test ssh for all hosts as default ?No - sorry. Regards, Henrik Name & Registered Office: EXPRESS GIFTS LIMITED, 2 GREGORY ST, HYDE, CHESHIRE, ENGLAND, SK14 4TH, Company No. 00718151. Express Gifts Limited is authorised and regulated by the Financial Services Authority NOTE: This email and any information contained within or attached in a separate file is confidential and intended solely for the Individual to whom it is addressed. The information or data included is solely for the purpose indicated or previously agreed. Any information or data included with this e-mail remains the property of Findel PLC and the recipient will refrain from utilising the information for any purpose other than that indicated and upon request will destroy the information and remove it from their records. Any views or opinions presented are solely those of the author and do not necessarily represent those of Findel PLC. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. No warranties or assurances are made in relation to the safety and content of this e-mail and any attachments. No liability is accepted for any co ns equences arising from it. Findel Plc reserves the right to monitor all e-mail communications through its internal and external networks. If you have received this email in error please notify our IT helpdesk on +44(0) 1254 303030
Gruss
Martin Flemming
list Martin Flemming
Hmm, i thought that network-test e.g ssh didn't work with .default. but i will tested of course ..
▸
thanks & cheers
martin
On Mon, 19 Dec 2011, Tom Moore wrote:
Oh sorry.. and if you want it to be a default across all machines, you can put this at the top of your hosts.cfg file 0.0.0.0 .default. # ssh -----Original Message----- From: Tom Moore Sent: Monday, December 19, 2011 11:41 AM To: xymon at xymon.com Subject: RE: [Xymon] ssh-test as default Just put "ssh" on your servers in your hosts.cfg file. Then the Xymon server will do a remote ssh connection test. -----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Martin Flemming Sent: Monday, December 19, 2011 11:20 AM To: xymon at xymon.com Subject: Re: [Xymon] ssh-test as default Thanks all for response Indeed i need an real ssh-network test as indicator for heavily paging working-nodes .. In real the machines are responding with ping but fromt to time ssh is not working anymore .. :-( So, i've had to still add the ssh-tag behind each host ... thanks & cheers martin On Mon, 19 Dec 2011, Neil Simmonds wrote:if you make use of the class in your hosts.cfg you could check that ssh is running and check the port as well if all your hosts use the standard port. All my AIX and Linux servers have CLASS:aix or CLASS:linux on their hosts.cfg entries and my analysis.cfg has the following, CLASS=linux PROC /usr/sbin/sshd 1 CLASS=aix PROC sshd 1 I could also include the port check if it wasn't for the fact that 1 server uses a non standard port so I have the port checks in the individual files in analysis.d directory. Neil Simmonds Operation Analyst (Operations Support Group) Express Gifts Limited Express House Clayton Business Park Accrington Lancashire BB5 5JY T: 01254 303092 | E: user-8188d25e65e4@xymon.invalid -----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of user-ce4a2c883f75@xymon.invalid Sent: 19 December 2011 10:17 To: user-f286aaa49a76@xymon.invalid Cc: xymon at xymon.com Subject: Re: [Xymon] ssh-test as default On Mon, 19 Dec 2011 10:17:08 +0100 (CET), user-f286aaa49a76@xymon.invalid wrote:.. maybe stupid question,There are no stupid questions :-)but is it possible to test ssh for all hosts as default ?No - sorry. Regards, Henrik Name & Registered Office: EXPRESS GIFTS LIMITED, 2 GREGORY ST, HYDE, CHESHIRE, ENGLAND, SK14 4TH, Company No. 00718151. Express Gifts Limited is authorised and regulated by the Financial Services Authority
NOTE: This email and any information contained within or attached in a separate file is confidential and intended solely for the Individual to whom it is addressed. The information or data included is solely for the purpose indicated or previously agreed. Any information or data included with this e-mail remains the property of Findel PLC and the recipient will refrain from utilising the information for any purpose other than that indicated and upon request will destroy the information and remove it from their records. Any views or opinions presented are solely those of the author and do not necessarily represent those of Findel PLC. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. No warranties or assurances are made in relation to the safety and content of this e-mail and any attachments. No liability is accepted for any c o
▸
ns equences arising from it. Findel Plc reserves the right to monitor all e-mail communications through its internal and external networks. If you have received this email in error please notify our IT helpdesk on +44(0) 1254 303030Gruss Martin Flemming Martin Flemming DESY / IT office : Building 2b / 008a Notkestr. 85 phone : XXX - XXXX - XXXX 22603 Hamburg mail : user-f286aaa49a76@xymon.invalid
Gruss
Martin Flemming
Martin Flemming
DESY / IT office : Building 2b / 008a
Notkestr. 85 phone : XXX - XXXX - XXXX
22603 Hamburg mail : user-f286aaa49a76@xymon.invalid
list Martin Flemming
.. unfortunately, didn't work like expected :-( http://www.xymon.com/xymon/help/manpages/man5/hosts.cfg.5.html NOTE: The ".default." host entry will only accept the following tags - others are silently ignored: NOCOLUMNS, COMMENT, DESCR, CLASS, dialup, testip, nonongreen, nodisp, noinfo, notrends, TRENDS, NOPROPRED, NOPROPYELLOW, NOPROPPURPLE, NOPROPACK, REPORTTIME, WARNPCT, NET, noclear, nosslcert, ssldays, DOWNTIME, depends, noping, noconn, trace, notrace, HIDEHTTP, browser, pulldata. -> Specifically, note that network tests, "badTEST" settings, and alternate pageset relations cannot be listed on the ".default." host.
▸
thanks & cheers
martin
On Mon, 19 Dec 2011, Martin Flemming wrote:
Hmm, i thought that network-test e.g ssh didn't work with .default. but i will tested of course .. thanks & cheers martin On Mon, 19 Dec 2011, Tom Moore wrote:Oh sorry.. and if you want it to be a default across all machines, you can put this at the top of your hosts.cfg file 0.0.0.0 .default. # ssh -----Original Message----- From: Tom Moore Sent: Monday, December 19, 2011 11:41 AM To: xymon at xymon.com Subject: RE: [Xymon] ssh-test as default Just put "ssh" on your servers in your hosts.cfg file. Then the Xymon server will do a remote ssh connection test. -----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Martin Flemming Sent: Monday, December 19, 2011 11:20 AM To: xymon at xymon.com Subject: Re: [Xymon] ssh-test as default Thanks all for response Indeed i need an real ssh-network test as indicator for heavily paging working-nodes .. In real the machines are responding with ping but fromt to time ssh is not working anymore .. :-( So, i've had to still add the ssh-tag behind each host ... thanks & cheers martin On Mon, 19 Dec 2011, Neil Simmonds wrote:if you make use of the class in your hosts.cfg you could check that ssh is running and check the port as well if all your hosts use the standard port. All my AIX and Linux servers have CLASS:aix or CLASS:linux on their hosts.cfg entries and my analysis.cfg has the following, CLASS=linux PROC /usr/sbin/sshd 1 CLASS=aix PROC sshd 1 I could also include the port check if it wasn't for the fact that 1 server uses a non standard port so I have the port checks in the individual files in analysis.d directory. Neil Simmonds Operation Analyst (Operations Support Group) Express Gifts Limited Express House Clayton Business Park Accrington Lancashire BB5 5JY T: 01254 303092 | E: user-8188d25e65e4@xymon.invalid -----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of user-ce4a2c883f75@xymon.invalid Sent: 19 December 2011 10:17 To: user-f286aaa49a76@xymon.invalid Cc: xymon at xymon.com Subject: Re: [Xymon] ssh-test as default On Mon, 19 Dec 2011 10:17:08 +0100 (CET), user-f286aaa49a76@xymon.invalid wrote:.. maybe stupid question,There are no stupid questions :-)but is it possible to test ssh for all hosts as default ?No - sorry. Regards, Henrik Name & Registered Office: EXPRESS GIFTS LIMITED, 2 GREGORY ST, HYDE, CHESHIRE, ENGLAND, SK14 4TH, Company No. 00718151. Express Gifts Limited is authorised and regulated by the Financial Services Authority NOTE: This email and any information contained within or attached in a separate file is confidential and intended solely for the Individual to whom it is addressed. The information or data included is solely for the purpose indicated or previously agreed. Any information or data included with this e-mail remains the property of Findel PLC and the recipient will refrain from utilising the information for any purpose other than that indicated and upon request will destroy the information and remove it from their records. Any views or opinions presented are solely those of the author and do not necessarily represent those of Findel PLC. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. No warranties or assurances are made in relation to the safety and content of this e-mail and any attachments. No liability is accepted for any c o ns equences arising from it. Findel Plc reserves the right to monitor all e-mail communications through its internal and external networks. If you have received this email in error please notify our IT helpdesk on +44(0) 1254 303030Gruss Martin Flemming Martin Flemming DESY / IT office : Building 2b / 008a Notkestr. 85 phone : XXX - XXXX - XXXX 22603 Hamburg mail : user-f286aaa49a76@xymon.invalidGruss Martin Flemming Martin Flemming DESY / IT office : Building 2b / 008a Notkestr. 85 phone : XXX - XXXX - XXXX 22603 Hamburg mail : user-f286aaa49a76@xymon.invalid
Gruss
Martin Flemming
Martin Flemming
DESY / IT office : Building 2b / 008a
Notkestr. 85 phone : XXX - XXXX - XXXX
22603 Hamburg mail : user-f286aaa49a76@xymon.invalid
list Tom Moore
Ah.. work with something long enough and I think I can ignore reading the man pages again. :) Unfortunately it sounds like you have some scripting/sed work ahead of you :)
▸
-----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Martin Flemming Sent: Monday, December 19, 2011 1:15 PM To: xymon at xymon.com Subject: Re: [Xymon] ssh-test as default .. unfortunately, didn't work like expected :-( http://www.xymon.com/xymon/help/manpages/man5/hosts.cfg.5.html NOTE: The ".default." host entry will only accept the following tags - others are silently ignored: NOCOLUMNS, COMMENT, DESCR, CLASS, dialup, testip, nonongreen, nodisp, noinfo, notrends, TRENDS, NOPROPRED, NOPROPYELLOW, NOPROPPURPLE, NOPROPACK, REPORTTIME, WARNPCT, NET, noclear, nosslcert, ssldays, DOWNTIME, depends, noping, noconn, trace, notrace, HIDEHTTP, browser, pulldata. -> Specifically, note that network tests, "badTEST" settings, and alternate pageset relations cannot be listed on the ".default." host. thanks & cheers martin On Mon, 19 Dec 2011, Martin Flemming wrote:
Hmm, i thought that network-test e.g ssh didn't work with .default. but i will tested of course .. thanks & cheers martin On Mon, 19 Dec 2011, Tom Moore wrote:Oh sorry.. and if you want it to be a default across all machines, you can put this at the top of your hosts.cfg file 0.0.0.0 .default. # ssh -----Original Message----- From: Tom Moore Sent: Monday, December 19, 2011 11:41 AM To: xymon at xymon.com Subject: RE: [Xymon] ssh-test as default Just put "ssh" on your servers in your hosts.cfg file. Then the Xymon server will do a remote ssh connection test. -----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Martin Flemming Sent: Monday, December 19, 2011 11:20 AM To: xymon at xymon.com Subject: Re: [Xymon] ssh-test as default Thanks all for response Indeed i need an real ssh-network test as indicator for heavily paging working-nodes .. In real the machines are responding with ping but fromt to time ssh is not working anymore .. :-( So, i've had to still add the ssh-tag behind each host ... thanks & cheers martin On Mon, 19 Dec 2011, Neil Simmonds wrote:if you make use of the class in your hosts.cfg you could check that ssh is running and check the port as well if all your hosts use the standard port. All my AIX and Linux servers have CLASS:aix or CLASS:linux on their hosts.cfg entries and my analysis.cfg has the following, CLASS=linux PROC /usr/sbin/sshd 1 CLASS=aix PROC sshd 1 I could also include the port check if it wasn't for the fact that 1 server uses a non standard port so I have the port checks in the individual files in analysis.d directory. Neil Simmonds Operation Analyst (Operations Support Group) Express Gifts Limited Express House Clayton Business Park Accrington Lancashire BB5 5JY T: 01254 303092 | E: user-8188d25e65e4@xymon.invalid -----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of user-ce4a2c883f75@xymon.invalid Sent: 19 December 2011 10:17 To: user-f286aaa49a76@xymon.invalid Cc: xymon at xymon.com Subject: Re: [Xymon] ssh-test as default On Mon, 19 Dec 2011 10:17:08 +0100 (CET), user-f286aaa49a76@xymon.invalid wrote:.. maybe stupid question,There are no stupid questions :-)but is it possible to test ssh for all hosts as default ?No - sorry. Regards, Henrik Name & Registered Office: EXPRESS GIFTS LIMITED, 2 GREGORY ST, HYDE, CHESHIRE, ENGLAND, SK14 4TH, Company No. 00718151. Express Gifts Limited is authorised and regulated by the Financial Services Authority NOTE: This email and any information contained within or attached in a separate file is confidential and intended solely for the Individual to whom it is addressed. The information or data included is solely for the purpose indicated or previously agreed. Any information or data included with this e-mail remains the property of Findel PLC and the recipient will refrain from utilising the information for any purpose other than that indicated and upon request will destroy the information and remove it from their records. Any views or opinions presented are solely those of the author and do not necessarily represent those of Findel PLC. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. No warranties or assurances are made in relation to the safety and content of this e-mail and any attachments. No liability is accepted for any c o ns equences arising from it. Findel Plc reserves the right to monitor all e-mail communications through its internal and external networks. If you have received this email in error please notify our IT helpdesk on +44(0) 1254 303030Gruss Martin Flemming Martin Flemming DESY / IT office : Building 2b / 008a Notkestr. 85 phone : XXX - XXXX - XXXX 22603 Hamburg mail : user-f286aaa49a76@xymon.invalidGruss Martin Flemming Martin Flemming DESY / IT office : Building 2b / 008a Notkestr. 85 phone : XXX - XXXX - XXXX 22603 Hamburg mail : user-f286aaa49a76@xymon.invalid
Gruss
Martin Flemming