Neil Lathwood
9ab4c1f4ee
fix: restore usage of -i -n in polling ( #5228 )
2016-12-22 21:33:51 +00:00
Neil Lathwood
bcae14c7d9
Stop running two queries for the same thing ( #5177 )
2016-12-16 12:15:13 -06:00
Tony Murray
db240cb4eb
refactor: Collection and output of db and snmp stats ( #5049 )
2016-11-23 06:57:19 +00:00
Tony Murray
9a33464c52
refactor: Centralize includes and initialization ( #4991 )
2016-11-21 20:12:59 +00:00
Neil Lathwood
d86b39395a
refactor: Small poller improvements, removes unecessary queries / execs ( #4741 )
2016-10-14 20:03:26 -05:00
Neil Lathwood
8b68429a06
Tidy up alert output info for poller cli ( #4578 )
2016-09-25 10:01:58 -05:00
Neil Lathwood
0ee1fac5da
fix: Small database query improvements in poller.php ( #4512 )
2016-09-21 12:56:42 -05:00
Tony Murray
d2193f76ca
feature: allow scripts to be run from any working directory ( #4437 )
...
* feature: allow validate.php to be run from any working directory
* remove redundant realpath() call
* re-add realpath() to remove symbolic links
* realpath() isn't needed...
* chdir() in all php scripts in ./ and ./scripts/
* update-sql.php clearly is not used, as it was broken.
* Change some scripts to executable
Remove extra chdir() call in snmp-scan.php
* Missed console-ui.php
Kind of fixed console-ui.php help output
* Re-add newline
2016-09-14 16:53:04 +01:00
Neil Lathwood
7dec670494
refactor: Updated a lot of references to LibreNMS - copyright still left intact ( #4339 )
2016-09-08 08:12:23 -05:00
Tony Murray
abc6a5b799
PSR-2 Final cleanup ( #4247 )
...
refactor: Final PSR2 cleanup
2016-08-28 23:32:55 +01:00
Tony Murray
200e670315
Fix defunct process issues: create Proc class ( #4210 )
...
* Proc class
Encapsulate processes in a class, when they go out of scope, we can use the __destruct() process to make sure the process terminates.
* Fix rrdtool_last checks failing
* Don't close rrdtool in rrd_graph
Try to start rrdtool process if they haven't been started yet
Remove some extra debug output
* phpdocs added
several cleanups
should still be functioning the same
Only open one rrdtool process for graph.php
2016-08-26 07:50:29 +01:00
Tony Murray
e80a385b7f
RRDtool dual process (remote creation/check) ( #4104 )
...
* Prepare for dual rrdtool processes
Disabled at this time
Split out rrdtool version checks into rrdtool_create_command()
Tests for rrdtool_create_command()
Fixes a few small issues.
* Enable dual process and remote rrd check/creation
* remove full path for remote commands
* Doc updates
minor fix to rrdtool_tune()
* Set up bootstrap for phpunit
Fix issues with FileExistsException
* Attempt to fix phpunit
* Fix classloader and bootstrap to use full paths only (not depending on $config)
* Fix phpunit tests, config.php does not exist.
2016-08-22 16:32:05 +01:00
laf
b673432058
Added support for nets-exclude in snmp-scan
2016-08-12 21:39:53 +01:00
Tony Murray
846c5ab0c9
Add date to git version info
...
valdiate: local tz, rfc2822
poller: iso 8601
about: iso 8601 -> browser local
Also, do not fetch github info on about page, it isn't used.
2016-07-06 13:17:13 -05:00
Sawachier
ca9caca264
Update poller.php
2016-04-26 15:30:07 +02:00
Sawachier
1fb1f4473f
Update poller.php
...
";" at the end of the query
2016-04-21 11:46:32 +02:00
HenocKA
111c588816
poller - adding vrf-cisco-lite in device
2016-04-20 00:52:56 +02:00
laf
0558275414
Added verbose debugging, normal debugging will now try and mask certain information
2016-01-17 14:39:17 +00:00
Neil Lathwood
72cc180184
Merge pull request #2719 from SaaldjorMike/del-utime-func
...
Replaced custom utime() function with microtime(true)
2016-01-10 22:43:31 +00:00
laf
63444e2f39
Rebased
2016-01-10 00:41:20 +00:00
Mike Rostermund
e2d1a8e7d9
Replaced custom utime() function with microtime(true)
2016-01-08 13:33:32 +01:00
laf
fdc0eca44d
Centralised version info + used in output
2016-01-06 00:14:35 +00:00
laf
d48aa2789c
More influx changes
2015-12-18 11:48:33 +00:00
laf
7b14aada4e
Rebased
2015-10-26 11:08:19 +00:00
f0o
da9e071d7d
Revert all PHP-Based MySQL Locks introduced in #1584
2015-09-02 14:46:42 +01:00
f0o
26554221fb
Add another safety-net to remove locks if the execution of poller/disco gets aborted or killed
2015-09-01 14:49:55 +01:00
f0o
e11f613bdd
Pause polling and discovery if there's an update-lock
2015-09-01 14:14:50 +01:00
f0o
b0a302bf77
Release MySQL locks when they are not used anymore
2015-09-01 11:10:56 +01:00
Clint Armstrong
e7c51f2a80
add mysql lock for polling
2015-08-25 11:35:13 -04:00
laf
86059f67c1
updated to use function for last commit
2015-08-25 08:40:20 +00:00
laf
59de0d1478
Clean up some poller debug + added updated version and last git commit
2015-08-24 20:54:19 +00:00
Mark Schouten
4792879ce5
Remove all unneeded if($debug)-statements and replace them with d_echo in the rest of the directories...
2015-08-21 16:10:01 +02:00
laf
433562d351
More updates for influx
2015-08-19 20:58:02 +00:00
Job Snijders
d8693f05ae
Fix coding style part 2
2015-07-15 11:04:22 +02:00
Neil Lathwood
07c1be5b00
Revert "Temp fix to remove .index at the start of the poller run"
2015-06-25 14:20:48 +01:00
laf
0624b6c1d0
Temp fix to remove .index at the start of the poller run
2015-06-24 16:39:16 +01:00
f0o
ffd5a3d928
Adds Distributed Polling via Memcached.
2015-03-15 16:29:59 +00:00
laf
976627dbb0
Added +x to poller.php
2015-01-05 21:13:58 +00:00
Paul Gear
e867d3f1df
Merge branch 'alerting-dirty' of https://github.com/f0o/librenms into f0o-alerting-dirty
2014-12-21 12:56:29 +10:00
laf
807fc9a3ba
Alerts gui commit
2014-12-16 20:03:19 +00:00
f0o
c0e1d9cbc5
Added Alerting
2014-12-15 11:10:26 +00:00
Paul Gear
0e3b24bebc
Start on making date formats consistent
2014-08-07 03:45:30 +10:00
Paul Gear
aa9dded019
Remove user-facing references to Observium
...
This eliminates nearly all of the user-facing references to Observium,
including in the names of temporary files and in the metadata of PDFs. Many
of these may not be used any more, but I've adjusted them anyway. These
changes should also make it easier to change the branding later if it is
needed. There are a few references of which I still don't understand the
significance, so I've left them as-is for now. The Unix agent in particular
is rather untidy.
2013-11-05 09:33:32 +10:00
Tyler Christiansen
63d428c0e1
Revert "update copyright notice" after discussion with Paul
...
This reverts commit 774233327e3b300011b7a6fdcbef3a375f34b8b8.
2013-10-28 12:01:36 -07:00
Tyler Christiansen
774233327e
update copyright notice
2013-10-28 01:46:59 -07:00
Adam Amstrong
b273e04241
/// -> //
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3240 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 12:24:34 +00:00
Adam Amstrong
cacf913a55
# -> / for phpdoc
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3239 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 11:29:53 +00:00
Adam Amstrong
4db1454e92
move from port_id to interface_id. make ports discovery only discover. add some cleaner functions. add a tiny bit of alerting infrastructure.
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3195 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-16 13:25:50 +00:00
Tom Laermans
2773a0b8cf
bye bye debug output, le sigh - also add newline before stats
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3157 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 16:36:36 +00:00
Adam Amstrong
0f10f2b5b0
add ability to pass an array of values to rrdtool_update, which are checked and replaced with U if invalid.
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3152 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 11:33:16 +00:00