Git Product home page Git Product logo

sysmondash's People

Contributors

nuxsmin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sysmondash's Issues

El hash de configuración no funciona.

Es bastante frustante.instalar esta aplicación. No me funciona al ingresar y el hash no lo valida y cuando entras a la pagina principal te sale un error 500.
La aplicación tiene alguna forma de habilitar debug?
puede el archivo de configuración ser editado directamente?
puedo hacer bypass a el hash de configuración?
para que sirve la configuración especial y como debiera de llenarse?
En fin.

Te envio mi log:
log apache 192.168.10.40 - - [29/Mar/2016:08:18:15 -0500] "GET /dashboard/ajax/getData.php?t=0&to=10&_=1459257140936 HTTP/1.1" 500 509 "https://my.url.com/dashboard/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.108 Safari/537.36"
apache2 -v
Server version: Apache/2.4.7 (Ubuntu)
Server built: Oct 14 2015 14:20:21
rphp -v
PHP 5.5.9-1ubuntu4.14 (cli) (built: Oct 28 2015 01:34:46)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans

Refresh/Context Issue when using on host with multiple nagios vHosts

Hello,

first of all thanks for this great dashboard!

We are playing around a bit with sysmondash and have one problem:

We host multiple Nagios installations and vHosts on the same system.

Sysmondash is also hosted on that machine in the default vhost, but within the subfolders to get multiple dashboard dedicated instances.

Problem:

When opening foo.bar/dashboar1/index.php -> Everyhting gets displayed (via nagios live status)

When opening another dashboard in same or new tab, f.e. ..

.. foo.bar/dashboard2/index.php -> The Content from dashboard1 is shown.

Workound: Manually Reload the Tab(s) (Also everytime when the sysmondash auto refresh kicks in)

Cheers!

Missing instructions regarding /etc/sysMonDash/config.xml

Hey,
I see no mention of /etc/sysMonDash/config.xml - it'd be nice to add some simple instructions for this. I did something like this:

mkdir /etc/sysMonDash
touch /etc/sysMonDash/config.xml
chown apache:apache /etc/sysMonDash/config.xml

Being able to place the config somewhere else would be nice too.

implementation of Zabbix API 3.x

zabbix 3.x is able to be viewed with api 2.4.
thats ok so far.
but the dashboard does not take the informationlevels of zabbix
desaster/high/average/high/normal/info bla bla

is there a chance to implement this ?

zabbix class problems

PHP message: PHP Notice: Trying to get property 'clock' of non-object in /public/inc/SMD/Backend/Zabbix.class.php on line 145

*2262 FastCGI sent in stderr: "PHP message: PHP Notice: Trying to get property 'acknowledged' of non-object in/public/inc/SMD/Backend/Zabbix.class.php on line 140

Configuracion para Nagios

Hola, como estas, quería probar tu dashboard, ya que uso syspass y la verdad lo considero ya una herramienta indispensable. Uso Nagios. Lo configuré como creí que debía hacerlo, pero no logro hacerlo funcionar, necesita alguna configuración especial de apache ? (el unico archivo que toque es config.php).

Las variables que toque:
$statusFile = '/usr/local/nagios/var/status.dat';
$use_livestatus = true;
$livestatus_socket_path = 'unix:/usr/local/nagios/var/rw/live';
$monitorServerUrl = 'http://miserver.com/nagios';

Me falto algo ?

Gracias!

TCP addresses are not parsed properly

TCP addresses with '-' characters (and other legal non-word characters) are not parsed properly in the regex for getUrl() in SocketTCP.

Additional characters need to be in the match group, escaped '-' for our particular problem but maybe there are more characters not included (underscore etc..)

Add comment of ACKNOWDLEGED alarms?

Hi,

for ACKNOWDLEGED Alarms I'm wondering if it is possible, to display also an "Host Comment" which was set via specific Nagios/Check_MK function?

Cheers

language support

please add a possibility to add language files. // en_US is present but the website is still in mmh spanish ?
and / or rewrite the code entirely in english ^^

thanks

colStatusInfo forzado siempre a 1

Hola,

Si desactivo el checkbox de colStatusInfo en la configuración siempre aparece con el 1, tengo que editar el archivo a mano

0

Multiple SMD backends

Hola,

Cuando añado multiples backends SMD solo me guarda el ultimo.

Me interesaria poder añadir varios backends SMD en uno de solo para juntar varios entornos distintos

Gracias

filtro por severity/criticidad

Buenas,

Seria posible implementar algun tipo de filtro segon la criticidad de los eventos? Que no se muestren los "Information" de Zabbix por ejemplo, solo a partir de "Warning" por ejemplo?

Saludos

DOMDocument.class.php - missing dependency

Hey,
I got this on first attempt to open the dashboard:

PHP Warning:  require(DOMDocument.class.php): failed to open stream: No such file or directory in /var/www/html/sysMonDash/inc/SplClassLoader.php on line 178

I solved this by installing php-xml on CentOS (/RHEL). I suggest to add this dependency to the installation instructions :)

strange downtime display ...

if adding a 2nd or more zabbix servers there is a strange downtime information.
image
i don't know where this comes from. if this would be maintainance infos then there would be at leat 5 items. besides, the time is not correct either

[Feature-Request] Host IP column and clickable backend url

Maybe it is possible to add a column for zabbix to show Host IP address before Host column :) ? It would be very nice feature to access these hosts faster.

Also what about clickable backend link ?
As an example when backend link is pressed in that column with a problem it opens new tab in browser with that backend link which would be defined in settings as additional field.

Question about parallel sysMonDash

Hello!

First of all, thanks for the development of sysMonDash, it has been very useful to me.

So, I would like to have different screens of sysMonDash showing different services, inspite of it's status. I´ve already managed to modify the code to show services with status OK, but I haven´t been able to run multiple instances of sysMonDash with different configuration.

I´ve changed the Base.php file to save configuration to another .xml on /etc/sysMonDash, but it didn´t work. Could you please help me?

Thanks a lot, Fabio.

Zabbix trigger expandData

Hola,

Parece que no està haciendo correctamente el expandData o expandDescription, los eventos de Zabbix aparecen así en el dashboard: CPU $2 time, el $2 se tendria que cambiar por el contenido de la variable

non chrome browser always autoscrolls

When using non chrome browser, like edge or safari, dashboard always autoscroll up and down non stop through all events

its ok when changed
smd.Config.setScroll(<?php echo $scroll ? 'true' : 'false'; ?>);

to:
smd.Config.setScroll(false);

what purpose of this function ?

(Acknowledged) Host Down & (Open) Service critical not shown in Main Screen

Hello (again) :-)

one hosts has an (achknowledged) Alarm in Nagios, and one Check_MK service which has an open critical state.

The Host and Service are only visible in the "Show all" section.

I also tried to add that host in the "Critical Items" List but same behavior.

Is that the normal behavior, maybe due to the ACK of the Alarm? If yes, that would be not that good ;)

Cheers!

blank page when you try to install

Dear Nu' if you put the url HOST/SMD/config.php the page appear blank.
could you please explain me how I can install SMD?
Best regards

config.xml edit

the dashboard works.
but if i missed a config setting, i have to delete the config.xml
and start with config.php from scratch ...

trying to edit the settings via config.php does not work. the requested config hash, has never been displayed. copy paste from config.xml does not work either ...

am i missing something ?

Adding Language

editing the en_US.inc file to de_DE.inc
does not work while SMD is already configured.
-> auto load new language file doesn't work,

you'll have to edit config.php around line 83 to add a new language hardcoded
hitting save : the config file is rewritten with - in my case - de_DE, the frontend remains en_US

mmh

btw_ typo error en_US.inc at line 64

$LANG['Ruta socket livestatus'] = 'Licestatus socket path';

check_mk "OK" Services Displayed as Errors

Hi!

I want to use sysMonDash and configured it with two check_mk instances. The thing is that hundreds of "OK" services are shown instead of only errors. These are "Check_MK Discover" and "Check_MK Inventory" services which show "OK" but "X unchecked services.

I tried to exclude them via regex but it didn't work.

Could you help here?

Cheers,
Mark

Check_MK DisplayName - Host/Alias field

Hi,

We use Check_mk backend and use the alias field as a discription field.
The backend plugin requests displayname and check_mk returns the alias if used.
Is it possible to display the host field and not the alias field?

Question about Icinga 2

Hello,

i have got a simple question. Does sysMonDash also work with Icinga 2?

thanks, Mario

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.