简体   繁体   中英

How to notify users in network

I have a task to monitor disk usage and notify a few users when it runs out of space. I wrote python script that checks disk usage. Unfortunately I can't use email notification from the script because company policy does not allow it. My question: Are there any other options that would allow me to notify selected users in my network about particular event ie full disk space? I mean some kind of message that will pop-up on the screen or etc. Please keep in mind that I practically don't have any administrative privileges in the network. Thanks

Well ... I figured out that in my organization Microsoft Exchange will not allow email started from script except those originated from server. I handled to start email from server and now I'm all set. Thanks for suggestions. Ticket could be closed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM