1
0
mirror of https://github.com/freewms/zabbix-1c-service-template.git synced 2024-11-24 08:42:19 +02:00

Update 1c_infobase_info.ps1

This commit is contained in:
freewms 2019-07-11 16:11:45 +03:00 committed by GitHub
parent 3cda3a68c8
commit a8a2129d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,6 @@ function get_max_value($object)
$max_value = 0;
foreach($pos in $object)
{
echo $pos >> C:\zabbix\err.txt
$str = $pos.Matches[0]
$str = $str.ToString()
$str_int = [int]$str.Split(":")[1]