Git Product home page Git Product logo

nagiosvshell's People

Contributors

chrislaskey avatar jahunter avatar jomann09 avatar jsoref avatar mguthrie88 avatar scottwilkerson 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

Watchers

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

nagiosvshell's Issues

V-Shell and PNP4Nagios Discussion

Hello I want to insert in V Shell 2 pnp4nagios graphs.

I don't know about codeigniter, but I improvised a little and ugly patch.

Two files to /usr/local/vshell2/frontend/partials.

_host_pnp4nagios.html

    <section id="pnp4nagios" class="clearfix">
        <img src="/pnp4nagios/image?host={{ host.host_name }}&srv=_HOST_">
    </section>

and
_service_pnp4nagios.html

<section id="pnp4nagios" class="clearfix">
        <img src="/pnp4nagios/image?host={{ service.host_name }}&srv={{ service.service_description }}">
</section>

I modified host-details.html:

<div ng-include="'frontend/partials/_host_pnp4nagios.html'" class="table-container partial-width full"></div>

    <div class="table-container partial-width full">

        <h3>Comments</h3>

And service-details.html

<div ng-include="'frontend/partials/_service_pnp4nagios.html'"></div>

    <div class="table-container partial-width full">

        <h3>Comments</h3>

And tadaaaaaa the graph appears!!! but I want to know how can I add a icon similar to Nagios CGI and a link in another place... I don't like the idea to charge the system if isn't necessary. This ugly patch is a client requeriments, they doesn't want to see Nagios CGIs... I don't want install Icinga 2... I love Nagios and now V Shell 2.

Also the graph isn't centered. I think that is better to V-Shell that detect if pnp4nagios is installed or configured in /etc/vshell2.conf

Or better that use action_url.

If this patch can be more standard can enhance the usability of v-shell.

Thanks

Create Let the webinterface show 'alias' instead of 'host_name'.

As stated in the title, why not let the webinterface show the 'alias' name instead of the 'host_name'?
This way, you only have to write down the long name once instead of several times, depending on the amount of services. I tried
messing with the PHP code but my PHP knowledge isn't good enough.

I posted this question in the vshell support forum and I got redirected here.

I hope I provided enough information, if not I'm sure you can contact me somehow.

Thanks for your time,

-Tycser

logout button

A button (maybe clicking on the "Logged in as nagiosadmin" at the top) to log out ?

The requested URL /vshell2/index.php/ was not found on this server.

I installed vshell2 in Debian 7.7

When installed vshell the resulting of https://ip/vshell2 is

Not Found

The requested URL /vshell2/index.php/ was not found on this server.

If I make a tailf to /var/log/apache2/error.log I get:
[Sun Nov 16 21:42:00 2014] [notice] caught SIGTERM, shutting down
[Sun Nov 16 21:42:01 2014] [warn] RSA server certificate CommonName (CN) www.emonge.com' does NOT match server name!? [Sun Nov 16 21:42:01 2014] [warn] RSA server certificate CommonName (CN)www.emonge.com' does NOT match server name!?
[Sun Nov 16 21:42:01 2014] [notice] Apache/2.2.22 (Debian) PHP/5.4.34-0+deb7u1 mod_ssl/2.2.22 OpenSSL/1.0.1e configured -- resuming normal operations
[Sun Nov 16 21:42:05 2014] [error] [client 190.113.113.167] script '/usr/local/vshell2/index.php' not found or unable to stat

HTTPS is supported?

IP in Host Details

Hello again... I am testing VShell... but I want know if are planning to put the IP in host details?

I think that is usefull... It can reduce my visits to old nagios CGIs.

If I can I will to try to put myself and If I can I wll send the code.
Thanks!!!

Nginx support

Hello,

Are You planning to support nginx instead of apache?

Internal Server Error

I have problem when I try to connect Nagios core with V-shell 2

Host infomation:
Centos 7 on VMware Workstation 17

** PROBLEM INFORMATION **
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

image

Changing the timezone in VShell

I've tried adding SetEnv TZ "Europe/London" to the vshell.conf file but I'm still seeing times reflected as UTC. Is there somewhere else that I need to make a change and if so where?

Is Nagios VShell 1.x abandoned?

I'm looking to modernize my Nagios installation. VShell looks like a great fit, but the last commit was 2017. Has this project been abandoned?

I went ahead and did some tweaks to VShell to use more modern CSS and have a mobile/responsive web interface. I'm very happy with the speed and visual presentation I've come up with. Not sure if anyone else in the community would be interested in seeing it.

I looked at VShell 2.x but it is too slow on my Nagios installation.

Notes field in Servicegroup data

I've been trying to hack apart the PHP in Vshell to try and populate an extra field in servicegroups grid to display the "Notes" field in nagios for a host. I'd also like to display this field in host details.

Could someone please help me out with this? Nagios is crucial to our infrastructure and I'd like a prettier front end - but we heavily leverage this notes field.

Installer defaults

Absolutely lovely work, kudos !

Your installer defaults to installing in /etc/apache2/sites-enabled/ but you should be installing in /etc/apache2/sites-available and then softlinking to it from /etc/apache2/sites-enabled.

Undefined property: Hostgroup::$members

Hello I have problems with Host Groups summary.

When I try to get host groups summary the system fails and put in the web page:
Error failed to update hostgroups data from the V-Shell2 API Today at 1:29 PM

If I check the logs in /usr/local/vshell2/api/application/logs:
ERROR - 2014-12-24 19:27:17 --> Severity: Notice --> Undefined property: Hostgroup::$members /usr/local/vshell2/api/application/libraries/factory/objects/Hostgroup.php 55
ERROR - 2014-12-24 19:27:17 --> Severity: Notice --> Undefined variable: limit /usr/local/vshell2/api/application/core/VS_Controller.php 60
ERROR - 2014-12-24 19:27:18 --> Severity: Notice --> Undefined variable: limit /usr/local/vshell2/api/application/core/VS_Controller.php 60
ERROR - 2014-12-24 19:27:18 --> Severity: Notice --> Undefined variable: limit /usr/local/vshell2/api/application/core/VS_Controller.php 60

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.