Category: PHP
jNag 0.5 pre-release
jNag 1.4.1 released
Minor ‘point’ release of jNag offering the following features: security enhancements suggested in this comment Faster initial problem polling when first loading the app debug option (run jNag with the debug variable set, ie: http://yourserver/jNag/?debug=true) [download id=”2″ format=”1″] And, in other news…. I’m currently working on a completely re-written version of jNag that runs entirely […]
jNag 0.4 released
jNag 0.4 is out now! This release allows you to select the livestatus backend instead of statusjson if you like. The problem list also now really auto refreshes! (in previous versions the count on the main page auto-refreshed, but once you went into the problems page itself you had to manually refresh) I’ve also tidied […]
jNag ‘coming soon’ features
I’ve not really had chance to work on jNag over the last couple of days, but I managed to snatch an hour at lunch yesterday to refactor some code and do some architectural changes in preperation for 0.4. The major new feature for this release will be a ‘livestatus‘ backend in addition to the current […]
jNag 0.2 released
Yesterday I released jNag, my new mobile web interface for the rather spiffy Nagios network monitoring tool. Today I’ve updated it with some new features: You can now see host problems as well as service problems Acknowledged problems now don’t show in the main list on the front screen (this is the major one) you […]
jNag – mobile interface for Nagios
I recently became aware of Jquery Mobile, a new framework from the group behind the rather excellent jquery, that focuses on mobile development. Using the framework you can quickly and easily produce a web app that’s tailored for mobile devices and offers a consistent user experience across a range of mobile platforms. I decided I […]
WP Akismet plugin behind proxy
The new HTTP Api in wordpress 2.9 is fantastic, it standardises http requests and allows you to define a proxy through which all http requests are routed. Useful if, like me, you run a wordpress server on a corporate network. You can configure your proxy server by adding the following lines to your ‘wp-config.php’ define('WP_PROXY_HOST', […]
Joomla Hack: autofill subject line on contact email
So, imagine you have a Joomla site containing lots of pages about…well, anything really. It’d be nice if you could have a ‘request info’ link on each page so users could send you an email with a pre-generated subject line about that page, so you can parse emails (either manually or using some kind of […]