Recent content by spcvlt

  1. S

    Relay access denied on external smtp port

    Hey mira, its not possible to relay emails over external port?
  2. S

    Relay access denied on external smtp port

    Hey at all, i want to use the PMG for my relay-servers. So in my case the current mail relay servers are sending via port 25. Are any solutions on PMG site to send mails via port 25 for relaying? Best spcvlt
  3. S

    PHP RRD API error

    Thank you! I will try this php api. can you say me in what unit these data? These are the data of the api of rrddata: array ( 'diskread' => 866.13333333333298, 'netin' => 595.68253009259297, 'disk' => 0, 'cpu' => 0.054978348011310497, 'time' => 1473465600, 'netout' =>...
  4. S

    PHP RRD API error

    Thank you for quick answer. There is an issue in pve2-api-php-client I tried this: $png = $px->get("/nodes/kvm11/qemu/223/rrddata?timeframe=day");
  5. S

    PHP API rrd error

    There is an issue in pve2-api-php-client Try this: $png = $px->get("/nodes/node/qemu/100/rrd?timeframe=day");
  6. S

    PHP RRD API error

    Hello everyone, i want to get rrddata from webapi. I use the https://github.com/CpuID/pve2-api-php-client PHP-API. But this is dosent work. Can anyone help me? if ($px->login ()) { $status = $px->get("/nodes/kvm11/qemu/223/rrddata", array('timeframe' => 'hour'))...
  7. S

    vncproxy dosent work with external vncviewer

    okay. this is the socket: -vnc unix:/var/run/qemu-server/102.vnc What should be set here?
  8. S

    vncproxy dosent work with external vncviewer

    Hello at all, i want to use a kvm server with an external vnc viewer under mac os. root@kvm0:~# nc -l -p 5900 -c "qm vncproxy 102 supersecret" 400 wrong number of arguments qm vncproxy <vmid> root@kvm0:~# or without a password root@kvm0:~# nc -l -p 5900 -c "qm vncproxy 102" root@kvm0:~# booth...