How to configure notification in cockpit?


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers How to configure notification in cockpit?
# 1  
Old 01-18-2020
How to configure notification in cockpit?

I have installed cockpit in rhel 8 machine, I need to configure notification alert for file system, services(if any stop), network outage.

any one have idea, how can do that?
# 2  
Old 01-19-2020
Sure.

You can Google: cockpit redhat configuration

and there are plenty of tutorials, including this one:

Code:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/getting_started_with_cockpit/index

So, you asked:

Quote:
any one have idea, how can do that?
Yes, read the basic documentation first, please.

Then, please post back with the details of your research; post the references you have consulted, the configuration files you are working with, the resolved and unresolved issues you have encountered along your journey of discovery.
# 3  
Old 01-19-2020
Thanks Neo for the reply and sharing url.
I have installed all the packages of cockpit , notification icon does not show in poratl. is there any thing special have to do for notification.

Code:
cockpit-ws-196.3-1.el8.x86_64
cockpit-pcp-197.3-1.el8.x86_64
subscription-manager-cockpit-1.23.8-35.el8.noarch
cockpit-bridge-196.3-1.el8.x86_64
cockpit-machines-197.3-1.el8.noarch
cockpit-storaged-197.3-1.el8.noarch
cockpit-196.3-1.el8.x86_64
cockpit-system-196.3-1.el8.noarch
cockpit-podman-4-1.module+el8.1.0+4081+b29780af.noarch
cockpit-doc-196.3-1.el8.noarch
cockpit-session-recording-1-29.el8.noarch
cockpit-dashboard-197.3-1.el8.noarch
cockpit-composer-5-1.el8.noarch
cockpit-packagekit-197.3-1.el8.noarch

# 4  
Old 01-19-2020
Sorry, I am still not following your work and individual effort(s).

A simple Google search for: cockpit notifications

yields many tutorials, including this one:

YouTube

Did you look at all the code and tutorials on this topic readily available on the net?
# 5  
Old 01-19-2020
Thanks Neo for your time.
# 6  
Old 01-19-2020
It's quite important to at least do your own research before asking such a broad question.

A simple Google search yields tutorials, code, and much more on this topic,

As I said before, post back (start a new discussion this topic) when you have a well-defined problem AFTER you have done your own basic research and leg work. You should at least watch the tutorials and attempt the code at GitHub on this topic, as a bare minimum.

Then, you would post the results of research, the code you tried, the problems you encountered... the basic steps of problem definition and solving.

We are here to help you, but you should first "help yourself" first by doing your basic homework (searching, reading tutorials, watching a video or two) before asking such a broad question. Otherwise, you are asking us to do the searching and basic research for you; which is not the best use of our time.

Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Linux

A simple question,linux monitoring tool like Cockpit

This is a screenshot from "cockpit", a nice app of Fedora server,I can see from it disk,network,ram usage for host. https://images2.imgbox.com/e5/7c/oJJqPcQe_o.png The good thing is start preconfigured for host. My question is..someone know a app like this which can monitor a entire... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

2. Shell Programming and Scripting

Notification Activity

Actually i am working on datastage and my operating system is Unix So I want a script in UNIX env for intimating the datastage log at the time of job abort. Can you please help me out .. Thanks in advance... (2 Replies)
Discussion started by: victory
2 Replies

3. Linux

Netstat -i notification

I'm a bit new to scripting, but have been working on some scripts. I create a script to monitor the network interface for netstat -i, but not sure if I am getting what I need...I'd like to grab the entire column for RX-DRP and inform me of which interface is giving the RX-DRP errors...here is a... (5 Replies)
Discussion started by: sohk220
5 Replies

4. UNIX for Advanced & Expert Users

if up notification

Hello experts, I have a requirement of notifying my application everytime a network interface is brought up. My application supports Various Unix flavours e.g. RHEL, SLES, AIX, Solaris and Mac OS. I know that SLES supports /etc/sysconfig/network/if-up.d hook scripts that run once an interface is... (2 Replies)
Discussion started by: GajendraSharma
2 Replies
Login or Register to Ask a Question