What do you mean by this ?but i would check their documentation for normal linux installations on how to do that
This option Proxmox remove it ?? ( D'oh! )Just enter the IP (or resolvable name) of your syslog server here:
Configuration/System/Reports - Syslog Server
what do you mean?Proxmox dont have a "normal" email notification.
i did not say that, i said pve has no support for kiwi (honestly i do not know it)Now it confirm that dont have option to send log to remote server.
that Proxmox is a (mostly) standard debian linux underneath, so you can do most things you can do with a normal debian linux installationWhat do you mean by this ?
I mean I cannot simply set the mail server and mail login/pw for notification by parameters settings in proxmox.what do you mean?
Is there a simple settings to send log to remote syslog ? (I mean by a graphic setting in Proxmox.)i did not say that
Yes already. Looks complicate....if you want remote syslog, check the relevant debian documentation: https://wiki.debian.org/Rsyslog
noIs there a simple settings to send log to remote syslog ? (I mean by a graphic setting in Proxmox.)
not more complicated than any other regular linux administration taskYes already. Looks complicate....
this depends on your needs, built in are exports for graphite/influxdb. for some this is enough, but you can ofc install any linux monitoring solution (icinga,nagios,zabbix,....)And please what would you recommend for monitor Proxmox ?
I just need to input my gmail server and credentials in proxmox and it notifiy me if needed. simply !this depends on your needs
# provides UDP syslog reception
module(load="imudp")
input(type="imudp" port="514")
# provides TCP syslog reception
module(load="imtcp")
input(type="imtcp" port="514")
*.* @192.xx.xx.xx:514
sudo systemctl restart rsyslog