91b1f28fb5
Allow the powerdns App to be set via the unix agent. Uses the agent in https://github.com/librenms/librenms-agent/pull/16
2015-11-23 14:12:46 +01:00
fc85b71207
Merge pull request #2445 from laf/issue-2426
...
Added missing fields when inserting into applications table
2015-11-17 23:00:58 +01:00
8660745b92
Added missing fields when inserting into applications table
2015-11-16 21:07:50 -08:00
af8df3469c
Added support for per device unix-agent port
2015-11-17 00:20:06 +00:00
a4eb4391c5
Add Ceph support
2015-11-10 11:10:06 +01:00
ba7bf5f60b
Merge pull request #1715 from laf/rrdoptions
...
Updated rrdtool_update() to use new array format
2015-09-22 12:15:59 +00:00
bf913f5a3b
Add initial support for Proxmox VM network traffic. [WIP]
2015-08-31 16:32:28 +02:00
55a2e0423d
Remove all unneeded if($debug)-statements and replace them with d_echo
2015-08-21 16:10:00 +02:00
47c87cb7c6
Fix typos (Sorry about that)
...
Replace if($debug){..} with d_echo
2015-08-20 13:26:18 +02:00
30e47b382c
Do not include the applications, but enable them in the database. The application poller will run them. Also, reduce code-duplication.
2015-08-20 12:36:37 +02:00
e2f5a1fdf0
Make app-recognition more efficient
2015-08-20 12:25:47 +02:00
987634e463
Updated rrdtool_update() to use new array format
2015-08-18 16:26:55 +00:00
650369603d
Revise unix-agent (processes section) to use dbBulkInsert.
2015-07-17 06:08:03 +02:00
f261b7be95
Escape values passed to query.
2015-07-15 21:23:47 +02:00
605d92bc11
Processes get added to db in one big query instead of individual row inserts.
2015-07-15 21:21:58 +02:00
d8693f05ae
Fix coding style part 2
2015-07-15 11:04:22 +02:00
7cda1da63c
Add config settings for unix-agent time-outs.
2015-06-21 22:14:32 +02:00
9f36182b7d
Add timeout on unix agent execution after connect.
2015-06-21 19:36:44 +02:00
5a7988e2e4
chmod 0644 to php files not directly executed
2015-04-28 22:58:03 +02:00
3be0b85846
Resolved upstream-conflicts:
...
html/pages/apps.inc.php
includes/polling/unix-agent.inc.php
2015-01-18 06:37:22 +00:00
e7c6951e7a
Merge pull request #413 from f0o/issue-412
...
Added named/bind9 Application, Graphs, Check_MK-script
2015-01-17 22:05:16 +00:00
dd6f1f63ff
Added TinyDNS (djbdns) Graphs & Application.
...
Data obtained by tinystats (http://www.morettoni.net/tinystats.en.html ) via check_mk
2015-01-17 19:27:44 +00:00
e4a1ff5b7c
Added named/bind9 Application, Graphs, Check_MK-script
2015-01-16 18:30:53 +00:00
42de11884e
Added:
...
039.sql: create a new table processes
processes.inc.php: show all processes from given device including sort-options
Changed:
unix-agent.inc.php: insert all processes reported by check_mk_agent
device.inc.php: added tab with link to process-list
2015-01-15 07:18:10 +00:00
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
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
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
0dd451c9b6
fix non-snmp sensor polling
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3220 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-21 10:15:00 +00:00
86348b92bb
syntaxer run
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3218 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-20 23:14:08 +00:00
f2be2f33d2
add agent sensor capacity, hddtemp script in agent-local as demo, possibly needs a little more work
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3213 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-20 18:23:40 +00:00
e39ac789a8
make nginx script work via agent, patch by LinuxUser
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3148 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-07 21:56:38 +00:00
613e8b1e29
syntaxer run
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3117 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-02 22:02:30 +00:00
6b7898b18c
memcached and drbd application improvements
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3099 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-30 15:13:13 +00:00
850359711c
add memcached application graphing support. move applications to <<<app-$name>>> for easier detection. add connection tracking to mysql application. move logout to /logout/ not
...
/?logout=yes.
git-svn-id: http://www.observium.org/svn/observer/trunk@3096 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-27 17:18:26 +00:00
283f33afa1
additions to unix-agent. addition of basic munin-plugin support.
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3088 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-26 11:57:52 +00:00
850a35d1b6
THIS! IS! GIGABYTE!
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3078 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-22 11:56:27 +00:00
e2dc9b246d
syntaxer run
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3071 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-21 00:36:55 +00:00
bf58e662a9
don't put standard ports in base_url, add dpkg support for packages, fix display of packages in main menubar
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3070 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-21 00:30:55 +00:00
c09d5af16b
new agent-based applications
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3059 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-19 15:36:46 +00:00
141b14aa16
fix unix agent and add cymru fullbogons feed ASN
...
git-svn-id: http://www.observium.org/svn/observer/trunk@2975 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-06 17:41:51 +00:00
392d97bf73
syntaxer run
...
git-svn-id: http://www.observium.org/svn/observer/trunk@2966 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 16:37:46 +00:00
47a2e9939d
improved interface ignores
...
git-svn-id: http://www.observium.org/svn/observer/trunk@2938 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-29 14:57:36 +00:00
718a8bfbda
log package add/remove/change into eventlogs table (maybe we have a separate history later, not sure)
...
git-svn-id: http://www.observium.org/svn/observer/trunk@2933 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-29 10:17:08 +00:00
98ffa46ea0
preliminary support for unix agent. probably will eat your cat and rape your dog, at this point.
...
git-svn-id: http://www.observium.org/svn/observer/trunk@2923 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-26 09:37:55 +00:00