Build precise queries to find exactly what you need
Press ESC to close
@Twibow
Favorites0
Views0
Projects1
If you upgrade your Veeam to V9, you have a little action to enable powershell console-in : Reference : helpcenter.veeam.com/backup/powershell/getting_started.html Enable Powershell : PS C:check_nagios> Add-PSSnapin VeeamPSSnapin Exec Powershell command : PS C:check_nagios> Get-VBRJob -Name *Citrix* FreeBackupImpl : IsFree : False UserCryptoKey : Id : ab7b260e-699f-47dc-916c-xxxxxxxxxxx Info : Veeam.Backup.Model.CDbBackupJobInfo JobType : Backup SourceType : VDDK JobTargetType : Backup TargetType : Other TypeToString : VMware Backup Description : Created by XXXXXXXXXX at 27/11/2015 15:39. Name : Citrix_XXXXX BackupPlatform : EVmware TargetHostId : 00000000-0000-0000-0000-000000000000 TargetDir : 10.xx.xx.xxXXXXXX TargetFile : Citrix_XXXXX
Reviewed 9 years ago
Thank's, it's perfect and secure (without login/passwd). If you have this issue : [nagios@supervision plugins]# ./check_sftp -p 22 -H 192.168.0.1 WARNING: Host key verification failed - unable to authenticate server Solve it by add the RSA Fingerprint : [nagios@supervision plugins]# sftp [email protected] Connecting to 192.168.90.126... The authenticity of host '192.168.90.126 (192.168.90.126)' can't be established. RSA key fingerprint is xx:xx:xx:xx:xx:x:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.0.1' (RSA) to the list of known hosts.