I’ve created a Zabbix template for Datek UPS but I think is compatible with most stardard UPS. There are some trigger to check battery status and temperature. Download: zbx_Datek_Ups_templates.zip
Categoria: Informatica
Articoli legati al mondo informatico
Zabbix Ruckus Unleashed Template
I’ve created a Zabbix Template for Ruckus Unleashed access point, monitor if all your access point in the network are online. You must “enable snmp” on master. You must create a host with the ip of the master and add the macros {$SNMP_COMMUNITY} with the name of your community (example: public). Modify in Template the… Continua a leggere Zabbix Ruckus Unleashed Template
Installare definizioni virus Sanesecurity su clamav in Debian per Amavis
Molti malware e virus non vengono intercettati da amavis/clamav, per aggiungere ulteriori definizioni ci viene in aiuto uno script molto utile e ben fatto su github https://github.com/extremeshok/clamav-unofficial-sigs che ci consente di aggiungere diverse definizioni aggiuntive presenti gratuitamente su internet. Scaricate il master.zip dal github: cd /opt wget https://github.com/extremeshok/clamav-unofficial-sigs/archive/master.zip unzip master.zip cd clamav-unofficial-sigs-master/ cp clamav-unofficial-sigs.sh /usr/local/bin/ chmod 755… Continua a leggere Installare definizioni virus Sanesecurity su clamav in Debian per Amavis
Estrarre Archivio DEB
Il file .DEB è un archivio che contiene 3 files: debian-binary control.tar.gz data.tar.gz Di solito quello che serve è il data.tar.gz che contiene il programma. Per prima cosa dobbiamo estrarre i 3 pacchetti sopraindicati dal file .DEB: ar vx mypackage.deb Poi estrarre il contenuto di data.tar.gz utilizzando tar: tar -xzvf data.tar.gz Per più… Continua a leggere Estrarre Archivio DEB