Re: SYSLOGD Monitoring

2018-06-12 Thread Adams, Anne (DTI)
Actually, yes we just did. It's been a long time here as well. Works like a 
champ. Thanks.

Anne R. Adams, CISSP
DTI, Systems Engineering
Lead Mainframe Services Analyst 
302.739.9500

We support the mainframe, it just works.



-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Lucas Rosalen
Sent: Tuesday, June 12, 2018 1:49 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: SYSLOGD Monitoring

Hi Anne,

It's been a long time I played with that, but have you tried to configure it to 
write messages to (if I recall it correclty) /dev/console?

Regards,

---
*Lucas Rosalen*
rosalen.lu...@gmail.com / lucas.rosal...@ibm.com 
http://br.linkedin.com/in/lrosalen


2018-06-12 14:45 GMT-03:00 Adams, Anne (DTI) :

> Greetings all,
>
> Has anyone attempted to capture messages written to the syslog daemon (ie.
> syslog.log)? We have a network monitoring tool that can give us the 
> status and availability of servers on our network. I'd like the 
> ability to write to the system console but there doesn't appear to be 
> a port associated with it (and this product wants to write to a syslog 
> service associated with a
> port) so I'm writing to the SyslogD Server instead. When I check 
> syslog.log I will see the test messages but none of my monitoring software 
> can "see"
> those messages. Am I missing something or is this simply something 
> that cannot be done? Thanks.
>
> Anne R Adams, CISSP
> DTI, Systems Engineering
> Lead Mainframe Services Analyst
> 302.739.9500
>
> We support the mainframe, it just works.
>
> This communication is for use by the intended recipient and contains 
> information that may be Privileged, confidential or copyrighted under 
> applicable law. If you are not the intended recipient, you are hereby 
> formally notified that any use, copying or distribution of this 
> e-mail, in whole or in part, is strictly prohibited. Please notify the 
> sender by return e-mail and delete this e-mail from your system. 
> Unless explicitly and conspicuously designated as "E-Contract 
> Intended", this e-mail does not constitute a contract offer, a 
> contract amendment, or an acceptance of a contract offer. This e-mail 
> does not constitute a consent to the use of sender's contact 
> information for direct marketing purposes or for transfers of data to third 
> parties.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SYSLOGD Monitoring

2018-06-12 Thread John McKown
On Tue, Jun 12, 2018 at 12:45 PM Adams, Anne (DTI) 
wrote:

> Greetings all,
>
> Has anyone attempted to capture messages written to the syslog daemon (ie.
> syslog.log)? We have a network monitoring tool that can give us the status
> and availability of servers on our network. I'd like the ability to write
> to the system console but there doesn't appear to be a port associated with
> it (and this product wants to write to a syslog service associated with a
> port) so I'm writing to the SyslogD Server instead. When I check syslog.log
> I will see the test messages but none of my monitoring software can "see"
> those messages. Am I missing something or is this simply something that
> cannot be done? Thanks.
>

​Set up the configuration to write to the file: /dev/console . This will
write the message to the z/OS SYSLOG or OPERLOG​

kern.* /dev/console

would write all "kernal" messages to the SYSLOG.


Doing the UNIX command: echo 'hello' >/dev/console caused the following to
be written to SYSLOG:

N 400 LIH1 18163 12:51:16.18 STC39143 0094  BPXF024I (racfid)
hello



>
> Anne R Adams, CISSP
> DTI, Systems Engineering
> Lead Mainframe Services Analyst
> 302.739.9500
>

-- 
A computer once beat me at chess, but it was no match for me at kick boxing.

Emo Philips

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SYSLOGD Monitoring

2018-06-12 Thread Lucas Rosalen
Hi Anne,

It's been a long time I played with that, but have you tried to configure
it to write messages to (if I recall it correclty) /dev/console?

Regards,

---
*Lucas Rosalen*
rosalen.lu...@gmail.com / lucas.rosal...@ibm.com
http://br.linkedin.com/in/lrosalen


2018-06-12 14:45 GMT-03:00 Adams, Anne (DTI) :

> Greetings all,
>
> Has anyone attempted to capture messages written to the syslog daemon (ie.
> syslog.log)? We have a network monitoring tool that can give us the status
> and availability of servers on our network. I'd like the ability to write
> to the system console but there doesn't appear to be a port associated with
> it (and this product wants to write to a syslog service associated with a
> port) so I'm writing to the SyslogD Server instead. When I check syslog.log
> I will see the test messages but none of my monitoring software can "see"
> those messages. Am I missing something or is this simply something that
> cannot be done? Thanks.
>
> Anne R Adams, CISSP
> DTI, Systems Engineering
> Lead Mainframe Services Analyst
> 302.739.9500
>
> We support the mainframe, it just works.
>
> This communication is for use by the intended recipient and contains
> information that may be Privileged, confidential or copyrighted under
> applicable law. If you are not the intended recipient, you are hereby
> formally notified that any use, copying or distribution of this e-mail, in
> whole or in part, is strictly prohibited. Please notify the sender by
> return e-mail and delete this e-mail from your system. Unless explicitly
> and conspicuously designated as "E-Contract Intended", this e-mail does not
> constitute a contract offer, a contract amendment, or an acceptance of a
> contract offer. This e-mail does not constitute a consent to the use of
> sender's contact information for direct marketing purposes or for transfers
> of data to third parties.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


SYSLOGD Monitoring

2018-06-12 Thread Adams, Anne (DTI)
Greetings all,

Has anyone attempted to capture messages written to the syslog daemon (ie. 
syslog.log)? We have a network monitoring tool that can give us the status and 
availability of servers on our network. I'd like the ability to write to the 
system console but there doesn't appear to be a port associated with it (and 
this product wants to write to a syslog service associated with a port) so I'm 
writing to the SyslogD Server instead. When I check syslog.log I will see the 
test messages but none of my monitoring software can "see" those messages. Am I 
missing something or is this simply something that cannot be done? Thanks.

Anne R Adams, CISSP
DTI, Systems Engineering
Lead Mainframe Services Analyst 
302.739.9500

We support the mainframe, it just works.

This communication is for use by the intended recipient and contains 
information that may be Privileged, confidential or copyrighted under 
applicable law. If you are not the intended recipient, you are hereby formally 
notified that any use, copying or distribution of this e-mail, in whole or in 
part, is strictly prohibited. Please notify the sender by return e-mail and 
delete this e-mail from your system. Unless explicitly and conspicuously 
designated as "E-Contract Intended", this e-mail does not constitute a contract 
offer, a contract amendment, or an acceptance of a contract offer. This e-mail 
does not constitute a consent to the use of sender's contact information for 
direct marketing purposes or for transfers of data to third parties.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN