Re: Monitoring system

2018-10-08 Thread flipchan
Thanks alot! I needed to symlink the files to enable them to be libs in php On October 6, 2018 9:41:29 PM UTC, Richard Toohey wrote: >On 10/07/18 09:05, flipchan wrote: >> My phpinfo: dpaste.com/0VDR4TE >Have you looked in /usr/local/share/doc/pkg-readmes/ for anything >useful. > >I've moved off

Re: Monitoring system

2018-10-06 Thread Richard Toohey
On 10/07/18 09:05, flipchan wrote: My phpinfo: dpaste.com/0VDR4TE Have you looked in /usr/local/share/doc/pkg-readmes/ for anything useful. I've moved off PHP 5.6 so not exactly sure what the file will be called. The instructions for 7.0.31:     /usr/local/share/doc/pkg-readmes/php-7.0.31 ..

Re: Monitoring system

2018-10-06 Thread flipchan
My phpinfo: dpaste.com/0VDR4TE On October 6, 2018 4:42:16 PM UTC, Stuart Henderson wrote: >On 2018-10-06, Richard Toohey wrote: >> On 10/06/18 07:16, Stuart Henderson wrote: >>> On 2018/10/05 17:35, flipchan wrote: It's weird because I have no error files that it describes the >error in, I

Re: Monitoring system

2018-10-06 Thread flipchan
Is not returning anything On October 6, 2018 6:36:38 AM UTC, Tom Smyth wrote: >Howdy > >Create a atest phpinfo(); file in ur webserver htdocs directory >And open the url to that file in ur browser >to show you what php configuration and modules are loaded >Check this page for details > >http:

Re: Monitoring system

2018-10-06 Thread Stuart Henderson
On 2018-10-06, Richard Toohey wrote: > On 10/06/18 07:16, Stuart Henderson wrote: >> On 2018/10/05 17:35, flipchan wrote: >>> It's weird because I have no error files that it describes the error in, I >>> am promted with >>> "Configuration file errror DB type MYSQL is not supported by current set

Re: Monitoring system

2018-10-06 Thread Richard Toohey
On 10/06/18 07:16, Stuart Henderson wrote: On 2018/10/05 17:35, flipchan wrote: It's weird because I have no error files that it describes the error in, I am promted with "Configuration file errror DB type MYSQL is not supported by current setup" I don't think the issue here - but if you are us

Re: Monitoring system

2018-10-05 Thread Tom Smyth
Howdy Create a atest phpinfo(); file in ur webserver htdocs directory And open the url to that file in ur browser to show you what php configuration and modules are loaded Check this page for details http://php.net/manual/en/function.phpinfo.php On a side note This function is useful in testing

Re: Monitoring system

2018-10-05 Thread Edgar Pettijohn
On Oct 5, 2018 3:48 PM, flipchan wrote: > > Maybe I need to set some sys variable or something similar cuz > php-mysqli > php-pdo_mysql > php-mysql is installed > But are they enabled. Read the package read me for PHP for instructions. > On October 5, 2018 6:16:07 PM UTC, Stuart Henderson >

Re: Monitoring system

2018-10-05 Thread Tom Smyth
Make sure the module is enabled... check php info Installed is neq enabled On Fri 5 Oct 2018, 21:51 flipchan, wrote: > Maybe I need to set some sys variable or something similar cuz > php-mysqli > php-pdo_mysql > php-mysql is installed > > On October 5, 2018 6:16:07 PM UTC, Stuart Henderson >

Re: Monitoring system

2018-10-05 Thread flipchan
Maybe I need to set some sys variable or something similar cuz php-mysqli php-pdo_mysql php-mysql is installed On October 5, 2018 6:16:07 PM UTC, Stuart Henderson wrote: >On 2018/10/05 17:35, flipchan wrote: >> It's weird because I have no error files that it describes the error >in, I am promt

Re: Monitoring system

2018-10-05 Thread Stuart Henderson
On 2018/10/05 17:35, flipchan wrote: > It's weird because I have no error files that it describes the error in, I am > promted with > "Configuration file errror DB type MYSQL is not supported by current setup" Oh, in that case (always include the actual error message!) I'm pretty sure you didn't

Re: Monitoring system

2018-10-05 Thread flipchan
It's weird because I have no error files that it describes the error in, I am promted with "Configuration file errror DB type MYSQL is not supported by current setup" I have set all configs (/var/www/zabbix/conf/zabbix.conf.php and /etc/zabbix*) to use 127.0.0.1 3306 , but nono :/ On October

Re: Monitoring system

2018-10-05 Thread flipchan
Yeah I have put the Unix socket in /var/www/run and chown www:www but nono On October 5, 2018 12:55:15 PM UTC, Stuart Henderson wrote: >On 2018-10-05, flipchan wrote: >> Hey how did everyone get zabbix running I tried the zabbix MySQL with >the zabbix web on 6.2 but I get a database connection

Re: Monitoring system

2018-10-05 Thread Stuart Henderson
On 2018-10-05, flipchan wrote: > Hey how did everyone get zabbix running I tried the zabbix MySQL with the > zabbix web on 6.2 but I get a database connection error in the php , I assume > the php can't read the config This is usually mysql/mariadb's annoying feature of automatically trying to

Re: Monitoring system

2018-10-05 Thread Vijay Sankar
Hi, I am experimenting with librenms at the moment but currently using Postgres for Zabbix with the following packages: zabbix-agent-3.4.8p0 network and application monitoring - agent zabbix-server-3.4.8-pgsql network and application monitoring - server zabbix-web-3.4.8p1 network and applica

Re: Monitoring system

2018-10-05 Thread flipchan
Hey how did everyone get zabbix running I tried the zabbix MySQL with the zabbix web on 6.2 but I get a database connection error in the php , I assume the php can't read the config On October 5, 2018 4:43:05 AM UTC, Tony Boston wrote: >I am using Icinga2 on all our machines - you'll find it i

Re: Monitoring system

2018-10-05 Thread Daniel Polak
I second Tom's recommendation of LibreNMS, it integrates well with OpenBSD. Daniel On 5-10-2018 00:44, flipchan wrote: Greetings all, I need to install a monitoring system with email notifications, I have used mmonit which is great but it's a little too pricey for personal use. Can anyone rec

Re: Monitoring system

2018-10-04 Thread Tony Boston
I am using Icinga2 on all our machines - you'll find it in packages and the newest version you'll get with OpenBSD 6.4 On 10/05/18 05:09, Tom Smyth wrote: > Both of of the ones I emailed to you are in ports > > also there is pmmact by the Legend paulo Lucende > that can aggregate and convert mult

Re: Monitoring system

2018-10-04 Thread Tom Smyth
Both of of the ones I emailed to you are in ports also there is pmmact by the Legend paulo Lucende that can aggregate and convert multiple logs to different formats worth having a look at that also ... On Fri, 5 Oct 2018 at 04:08, Tom Smyth wrote: > > > Librenms would be worth a look i believe it

Re: Monitoring system

2018-10-04 Thread Tom Smyth
Librenms would be worth a look i believe it has email alerting and snmp support needs php and mysql Zabbix ...havent used this one but it has monitoring functionality ... If you are monitoring alot of systems, make sure your storage can cope with alot of I/O or you will see annoying gaps in your