18:16:07 I have to transport one file from one zone to the other. IS it sane idea to simply do the copy in GZ using the /zone folder structure? 18:19:31 szilard: it's perfectly ok. What do you were dubious about? 18:20:12 I just don't want to break my system :) 18:20:22 I do it often. 18:20:49 I am attempting to set up a metrics zone using victoriametrics. I have managed to get it running in the metrics zone, now I am setting up the first "to-be-monitored" zone. 18:20:54 mighty_spiky: break your system or copying files between zones? :') 18:21:23 warden: hahaha, Copying between zones from GZ 18:21:32 I found vmagent to forward the metrics, but to actually collect the metrics I found nothing in the repository. I however managed to compile the "node-exporter" tool, which claims to support solaris. 18:21:43 Have you guys have any experience with similar setup? 18:22:40 First I'd like to test the own-compiled node-exporter in a zone, and if it works, I can try to write a proper build recipe. 19:11:56 I've no experience with VictoriaMetrics... I use ZABBIX for monitoring 19:29:31 is that hard to setup? 19:33:54 well, it depends by what you need to monitor. I'm primary getting data via SNMP from network equipment, and its pretty straightforward. There are also many template just ready for a wide range of products: https://www.zabbix.com/integrations 19:42:05 the zabbix port in omnios-extra seems to be somewhat old. Should I try to update it? 19:45:01 Yes, ZABBIX server 's package is a major release behind in IPS, and also in pkgsrc it looks the same. Actually I'm still running the server in a FreeBSD jail :$ 19:54:58 maybe this is the last version which supports solarish? 19:57:10 I use Naemon (fork of Nagios) with Thruk web interface and PNP4Nagios for graphs (it uses rrdtool). Config is done in text files and no DB is involved (apart from rrdtool files which are really small compared to the potentially big DB of Zabbix). Unfortunately, Those three components (Naemon, Thruk and PNP) are only available on Linux for now. At least, there’s Nagios that is available in OmniOS but vanilla Nagios without anything else ca 19:57:10 be a pain in the *** to use. 20:01:31 Thanks for the input. 20:02:11 I was also looking at sshguard. Are you using anytging like this? Or geoblocking using ipf? 20:07:40 I use Fail2ban and TCP wrapper along geoipudate and mmdb-bin on Debian.. Here’s an article I made on geoblocking: https://www.moui.ca/blog/2020/11/10/restreindre-lacces-ssh-selon-le-pays-sur-debian-gnu-linux/ 20:08:01 It’s in french but translation is available 20:08:22 I surely would like to have the equivalent on a OmniOS instance 20:09:44 as for what they officially say, even the latest ZABBIX release should run on solarish: https://www.zabbix.com/documentation/current/en/manual/installation/requirements#supported-platforms 20:11:11 I found this guide, which is a bit old, but it might give you the path: https://omnios.org/article/zabbix 20:46:03 It's been a while since doing any monitoring but in the past I've used zabbix as I've found it good for both network equipment and servers 20:47:42 It's fairly easy to monitor various things by configuring the agent to run suitable commands and configuring a suitable template on the zabbix server. 20:48:31 also the proxy makes multi-site setups fairly easy. 20:51:50 szilard: for ssh I've generally worked on the principle of only have it internet accessible on as fewer systems as possible. I generally also move it to a random port. That seems to cut out the vast majority of bot spam 20:53:54 I see 20:54:27 potentially I'd run something like a sparse zone with the publicly accessible ssh service and very little else then use that to access other things. That way if it happened to get compromised it's easy to destroy and rebuild