亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

通過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

河西区| 大厂| 珲春市| 逊克县| 江北区| 高台县| 江安县| 乐平市| 哈巴河县| 开江县| 南汇区| 宁夏| 邵阳县| 翁牛特旗| 兴安县| 无极县| 奉贤区| 盐源县| 互助| 西林县| 哈密市| 额尔古纳市| 阿坝县| 贡觉县| 南川市| 吴堡县| 开阳县| 遂平县| 凤台县| 孟连| 昌都县| 茶陵县| 集贤县| 太原市| 师宗县| 临桂县| 永年县| 广元市| 蒙阴县| 灵武市| 长子县|