中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

通過Powershell 來監控華為無線設備

發布時間:2020-09-06 06:29:39 來源:網絡 閱讀:2336 作者:handsome7038 欄目:開發技術
############################################
#Author:Lixiaosong
#Email;lixiaosong8706@gmail.com
#For:監控無線AP運行狀態
#Version:1.0 2015年6月1日
############################################
$aps=0,1,2,3,4,5,6,7,12,13,14,15
$aplist = @()
foreach($ap in $aps){
$secpasswd = ConvertTo-SecureString "password" -AsPlainText -Force
$creds = New-Object System.Management.Automation.PSCredential ("admin", $secpasswd)
New-SSHSession -ComputerName 192.168.0.1 -Credential $creds -AcceptKey
$SSHStream = New-SSHShellStream -Index 0
Start-Sleep 2
$SSHStream.Write("sys`n")
$SSHStream.Write("wlan`n")
$SSHStream.Write("display ap-performance-statistic id $ap `n")
Start-Sleep 2
$apclient=$SSHStream.Read()
$cpu=(($apclient |findstr.exe "CPU")[0]).replace("  CPU use rate: ","")
$memory=(($apclient |findstr.exe "Memory")[0]).replace("  Memory use rate: ","")
$temperature=(($apclient |findstr.exe "Temperature").replace("  Temperature: ","")).replace(" ??","")+"℃"
$users=($apclient |findstr.exe "Online").replace("  Online user number: ","" )
$portrate=(($apclient |findstr.exe "rate")[4]).replace("  Up port rate: ","" )
Remove-SSHSession -Index 0
echo $ap $apclient
$apobject=New-object psobject
$apobject | Add-Member -membertype noteproperty -Name APID          -value $ap
$apobject | Add-Member -membertype noteproperty -Name 用戶數        -Value $users
$apobject | Add-Member -membertype noteproperty -Name CPU使用率     -value $cpu
$apobject | Add-Member -membertype noteproperty -Name 內存使用率    -Value $memory
$apobject | Add-Member -membertype noteproperty -Name 運行溫度      -value $temperature
$apobject | Add-Member -membertype noteproperty -Name 端口速率      -Value $portrate
$aplist+=$apobject
}
$EmailbodyHTML=$aplist|
sort-object 用戶數 |
ConvertTo-Html |
Out-String
$password = convertto-securestring "password" -asplaintext -force
$cred=new-object -typename System.Management.Automation.PSCredential -argumentlist noreply@126.com,$password
Send-Mailmessage -from  noreply@qq.com -credential $cred -to user@qq.com -Bodyashtml $EmailbodyHTML -Subject "無線AP負載通知"  -port 587 -UseSsl -smtpserver smtp.exmail.qq.com -Encoding ([System.Text.Encoding]::UTF8)

郵件監控效果:

通過Powershell 來監控華為無線設備

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

廊坊市| 绥芬河市| 饶河县| 马边| 桐乡市| 澄迈县| 宁强县| 高雄县| 双流县| 朝阳市| 墨竹工卡县| 济宁市| 汽车| 通河县| 蕲春县| 和硕县| 常山县| 广汉市| 元氏县| 宜丰县| 保康县| 抚宁县| 云林县| 新巴尔虎右旗| 卢湾区| 和平县| 惠水县| 曲阳县| 临城县| 阿城市| 乌鲁木齐县| 额尔古纳市| 吉首市| 永善县| 金坛市| 沐川县| 普格县| 大洼县| 泽库县| 贞丰县| 绍兴县|