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:
parent
3cda3a68c8
commit
a8a2129d24
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user