Merge remote-tracking branch 'refs/remotes/origin/master'
commit
7776f656df
|
@ -28,7 +28,7 @@ from a single server to massive multi-node ecosystems.
|
||||||
* Configuration policy for deployment of all FireMon software and
|
* Configuration policy for deployment of all FireMon software and
|
||||||
third-party dependencies
|
third-party dependencies
|
||||||
* Support for single-server and distributed deployments
|
* Support for single-server and distributed deployments
|
||||||
* Automatically compute JVM heap sizes for each process based on availnable
|
* Automatically compute JVM heap sizes for each process based on available
|
||||||
resources
|
resources
|
||||||
* Configures Elasticsearch in single-node or clustered mode
|
* Configures Elasticsearch in single-node or clustered mode
|
||||||
* Configures PostgreSQL with optional replication to standby servers
|
* Configures PostgreSQL with optional replication to standby servers
|
||||||
|
@ -38,6 +38,14 @@ from a single server to massive multi-node ecosystems.
|
||||||
authentication information for PostgreSQL, Elasticsearch
|
authentication information for PostgreSQL, Elasticsearch
|
||||||
* Configures strongSwan IPsec/IKEv2 key management daemon for opportunistic
|
* Configures strongSwan IPsec/IKEv2 key management daemon for opportunistic
|
||||||
encryption of Elasticsearch communication
|
encryption of Elasticsearch communication
|
||||||
|
* Configures operating system login, password policy, including support for
|
||||||
|
external authentication providers such as LDAP or Kerberos
|
||||||
|
* Sets up *collectd* and Carbon (Graphite data storage engine) to track
|
||||||
|
system performance metrics, optionally replicating metrics data to a
|
||||||
|
FireMon-managed central storage for real-time review
|
||||||
|
* Optionally configures *rsyslog* to send log messages to remote destinations
|
||||||
|
over UDP, TCP, or TCP+TLS
|
||||||
|
* Configures *tmux* to automatically launch at user login
|
||||||
* …
|
* …
|
||||||
|
|
||||||
# FMOS Generation III
|
# FMOS Generation III
|
||||||
|
@ -75,6 +83,17 @@ from a single server to massive multi-node ecosystems.
|
||||||
* User Interface: Typescript/Vue+Vuetify
|
* User Interface: Typescript/Vue+Vuetify
|
||||||
|
|
||||||
|
|
||||||
|
## PR Bot
|
||||||
|
|
||||||
|
* Implements a web hook for Atlassian Bitbucket (stash)
|
||||||
|
* Reacts to new and updated Pull Requests
|
||||||
|
* Automatically checks Git commits and changed code to enforce style guide and
|
||||||
|
other project-specific requirements
|
||||||
|
* Adds comments to Pull Requests indicating check results, marks PR as approved
|
||||||
|
or needs work
|
||||||
|
* Written in Python, no external dependencies
|
||||||
|
|
||||||
|
|
||||||
## QEMU VM Log Socket Proxy
|
## QEMU VM Log Socket Proxy
|
||||||
|
|
||||||
* Component of FMOS End-to-End tests running on-premises using QEMU/libvirt
|
* Component of FMOS End-to-End tests running on-premises using QEMU/libvirt
|
||||||
|
|
|
@ -18,3 +18,12 @@ redeployments, and sunsetting of disused services.
|
||||||
<!-- more -->
|
<!-- more -->
|
||||||
|
|
||||||
## System Administrator
|
## System Administrator
|
||||||
|
|
||||||
|
* Install and maintain hundreds of physical machines in on-premises data center
|
||||||
|
* Manage Dell blade center and blade servers
|
||||||
|
* Deploy Zabbix to Windows servers using custom <abbr title="Microsoft
|
||||||
|
Installer">MSI</abbr> package and Windows Server Update Services
|
||||||
|
* Integrate Perceptive Active Directory domain with Lexmark corporate IDM
|
||||||
|
solution
|
||||||
|
* Identify and contact owners and use cases of all on premises hardware in
|
||||||
|
order to determine what to move to new data center
|
||||||
|
|
Loading…
Reference in New Issue