Commit graph

78 commits

Author SHA1 Message Date
Franco Fichtner
9488e44c3e *: bump version for recent changes to force update
(cherry picked from commit b2895da8fa)
2018-07-01 12:22:00 +02:00
Franco Fichtner
ebad58982a sysutils/lcdproc-sdeclcd: do not start it twice
The framework already takes care of adding early and start
scripts to post-install stage.  :)

(cherry picked from commit 4a68e63da6)
2018-07-01 12:14:37 +02:00
Franco Fichtner
77dcd38896 */*: migrate rc.syshook files
(cherry picked from commit f2d14e36f0)
2018-07-01 12:12:09 +02:00
Fabian Franz BSc
d60c4599cf Fix diag smart (#715)
* sysutils/smart: fix php syntax; code cleanup; gettext
* use bootstrap classes for themes
* sysutils/smart: version bump

(cherry picked from commit 7c634371f5)
2018-06-18 21:47:17 +02:00
Franco Fichtner
781e6a6eb7 sysutils/nut: bump model version for release
(cherry picked from commit 19a2ff016b)
2018-05-16 07:07:10 +02:00
Franco Fichtner
0d21466e5e whitespace sweep
(cherry picked from commit 0bc2c008f9)
2018-05-14 18:18:38 +02:00
Franco Fichtner
eb60ccf81e sysutils/nut: merge version 1.0 from master 2018-05-09 07:46:31 +02:00
Ad Schellevis
af2922b7d6 sysutils/monit: fix typo
PR: https://github.com/opnsense/core/issues/2400
(cherry picked from commit 95e79a69a5)
2018-05-09 07:11:09 +02:00
Franco Fichtner
958cd56a19 sysutils/nut: merge version 0.6 from master 2018-05-04 16:46:42 +02:00
Franco Fichtner
05a48a36ca sysutils/monit: merge migration code from master/core
The plugin will move to core in 18.7, but for now we can adapt
the changes that have been implemented there.
2018-04-29 12:16:50 +02:00
Franco Fichtner
8529e21513 sysutils/nut: merge version 0.5 from master 2018-04-26 11:11:42 +02:00
Franco Fichtner
72b2009ce7 sysutils/lcdproc-sdeclcd: use post append rather than manual override
The later would overwrite all auto-generated +POST_INSTALL content.

(cherry picked from commit 578ebe9d89)
2018-04-06 07:51:31 +02:00
Franco Fichtner
eb162a9f8b sysutils/scp-backup: moves to core in another form
(cherry picked from commit 2325bec46f)
2018-04-03 23:52:14 +02:00
Franco Fichtner
2f6e269b56 sysutils/lcdproc-sdecldc: whitespace sweep
(cherry picked from commit f396f2b8a2)
2018-03-23 17:55:35 +01:00
Ad Schellevis
c9462c9323 lcdproc-sdeclcd version to 1.0... safe to use :)
(cherry picked from commit 1f4fa2e0dc)
2018-03-23 17:54:05 +01:00
Ad Schellevis
4d494a08bf add simple lcdproc wrapper for Lanner/Watchguard Firebox equipment 2018-03-23 15:39:36 +01:00
Franco Fichtner
1e2a634350 sysutils/monit: merge version 1.7 from master 2018-03-21 21:29:44 +01:00
Franco Fichtner
4695795cf6 sysutils/nut: merge version 0.3 from master 2018-03-19 19:13:36 +01:00
Franco Fichtner
9d79dae649 sysutils/monit: merge version 1.6 from master 2018-03-10 11:47:04 +01:00
Franco Fichtner
da33638d2a sysutils/monit: merge version 1.5 from master 2018-02-28 22:38:17 +01:00
Franco Fichtner
adf9e5009d */*: remove _opnsense_bootup_run
PR: https://github.com/opnsense/core/issues/1835
(cherry picked from commit 8ebb3bd465)
2018-02-04 12:57:02 +01:00
NOYB
ff4f48be3e HTML Compliance - Attribute "type" on Element <script>
Warning: The type attribute is unnecessary for JavaScript resources.

HTML5: Edition for Web Authors
http://www.w3.org/TR/2014/REC-html5-20141028/scripting-1.html
The default, which is used if the attribute is absent, is "text/javascript".

The Script element
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type.

(cherry picked from commit 5533702035)
2018-02-04 12:56:23 +01:00
Franco Fichtner
3e220124fa sysutils/node_exporter: release 1.0
(cherry picked from commit a091aec616)
2018-01-17 11:50:55 +01:00
Franco Fichtner
feff34e4d6 sysutils/node_exporter: missing development flag
(cherry picked from commit 23260aa54e)
2018-01-05 22:52:48 +01:00
Franco Fichtner
f2bdb3d13d */*: merge shadowsocks and node_exporter 2018-01-05 22:27:22 +01:00
NOYB
94de7141cb HTML Compliance - Obsolete table attributes
width, align, valign, cellpadding, cellspacing, border, summary, bgcolor

Error: The width attribute on the table element is obsolete. Use CSS instead.
Error: The align attribute on the table element is obsolete. Use CSS instead.
Error: The valign attribute on the table element is obsolete. Use CSS instead.
Error: The cellpadding attribute on the table element is obsolete. Use CSS instead.
Error: The cellspacing attribute on the table element is obsolete. Use CSS instead.
Error: The border attribute on the table element is obsolete. Use CSS instead.
Error: The summary attribute on the table element is obsolete. Consider describing the structure of the table in a caption element or in a figure element containing the table; or, simplify the structure of the table so that no description is needed.
Error: The bgcolor attribute on the table element is obsolete. Use CSS instead.
2018-01-04 08:46:09 +01:00
Franco Fichtner
5c671cd2f6 sysutils/scp-backup: whitespace and style sweep 2018-01-04 08:35:06 +01:00
David Harrigan
fb650dd8cd A new plugin to allow SCP config backups to a remote host.
This simple plugin takes a few parameters, such as hostname and username and
schedules a cron job to remotely scp the config.xml file at regular intervals.
It uses the public/private keypair of the built-in root user as the source of
the key exchange. This means that the public key must be copied to the remote
host and added to the authorized_keys file (for the defined user).

The remote file is backed up as `config-YYYY-DD-MM-HH-MM.xml`, for example:
`config-2018-01-02-15-40.xml`. It's possible to change the remote location of
where the config file is backed up to.

The cron job can be modified under System/Settings/Cron and the schedule
adjusted to suit the backup frequency requirements.

-=david=-

closes #457
2018-01-03 16:29:23 +00:00
Franco Fichtner
92d9dfa363 */*: style updates 2018-01-03 06:27:32 +00:00
Franco Fichtner
9109a72fce sysutils/nut: bump version after changes 2018-01-01 13:16:52 +01:00
Franco Fichtner
4a667d1fa3 sysutils/nut: use partials for tabbed forms 2017-12-26 11:41:09 +00:00
Franco Fichtner
eb500ece54 sysutils/nut: minor style update, no timeout 2017-12-26 11:16:39 +01:00
Franco Fichtner
77cf809242 sysutils/monit: does not need the timeout 2017-12-25 23:04:31 +01:00
Franco Fichtner
e35b947e84 sysutils/monit: remove titles 2017-12-24 15:24:53 +01:00
Franco Fichtner
3cc82d5b4b sysutils/nut: further tweaks 2017-12-19 09:19:28 +00:00
Michael
d0c1e45334 sysutils/nut: New plugin (#441) 2017-12-19 10:09:19 +01:00
Franco Fichtner
f695bc25ce */*: migrate _opnsense_bootup_run to simpler _var_script suffix
PR: https://github.com/opnsense/core/issues/1835
2017-12-18 18:28:10 +00:00
Franco Fichtner
59981c5929 sysutils/smart: bump version after change 2017-11-19 08:43:24 +01:00
Franco Fichtner
f950b2f37c */*: whitespace sweep 2017-11-19 08:42:46 +01:00
ljm42
dffa1b7de1 Suppress output when no SMART devices available (#365)
* Suppress output when no SMART devices available

Small fix. Prevents empty form dropdowns when no SMART devices are available (i.e. running in a VM with a vdisk)

* use gettext for text

* better conditional check
2017-11-10 09:14:52 +07:00
Frank Brendel
a0733007f1 sysutils/monit: additional Monit options (#324) 2017-10-18 19:44:49 +02:00
Franco Fichtner
6d49d71b2b LICENSE: add auto-generated file after consolidation 2017-08-07 18:47:42 +02:00
Frank Brendel
3437539f35 sysutils/monit: set mailserver type to CSVListField, fix validation 2017-06-14 15:21:42 +02:00
Frank Brendel
5216e3e294 sysutils/monit: bump version to 1.2 2017-06-07 16:54:49 +02:00
Frank Brendel
25a88003a6 sysutils/monit: set variable $HOST as system name for proper sync to cluster nodes 2017-06-07 16:54:49 +02:00
Franco Fichtner
52b09ea0cc sysutils/monit: bump for latest change 2017-05-17 06:11:11 +02:00
Frank Brendel
eb8ace13e7 Monit: import sender address and fix validation regexp 2017-05-17 06:07:16 +02:00
Franco Fichtner
452e6a045d sysutils/monit: @fbrendel said yes 2017-04-21 08:40:53 +02:00
Franco Fichtner
fb7f87609e sysutils/monit: don't need this anymore 2017-04-20 21:55:30 +02:00
Franco Fichtner
1ec32e34f8 sysutils/monit: xmlrpc sync via @fbrendel 2017-04-20 21:35:22 +02:00