Moved to https://github.com/anyOpsOS/anyOpsOS
This is a SUPER Alpha release, do not use on production environment.
anyOpsOS started as a fun/test project and I realized that it can be a good tool to manage my GNU/Linux infrastructure. But finally I opted to do something which not require any Agent to manage the whole infrastructure of a business.
The main purpose of this project is to create a tool to: do disaster recovery tasks, monitor, install, manage and preconfigure any kind of system and it's services, reports...
Think of any tool that you use as daily basis, this project must have a similar one to do the same job. And just because all the different tools share it's information you will be more powerful than ever.
No installation is required on managed infrastructure. AGENT FREE!
If we manage all our VMWare infrastructure with Infrastructure Manager App and integrate all the data with the Monitor App, automatically we can have full performance charts of all it's VMs.
Now we integrate our physical Storage Systems (like NetApp/EMC...) to Infrastructure Manager, we can control performance issues with Monitor and automatically link it to VMWare VMs IOPS/IOwaits issues. Or with Backups Manager we can perform Storage Snapshots, Instant VM Recovery, File Recovery and much more.
But... why not integrate it to Ansible, Terraform and many others to work as GitOps method with Notepad?
Or just open a SSH shell with SSH or maybe... upload/download files with SFTP to these VMs.
As said, same with PCI Compliance checks, services management, security audits...
This project is for ProdOps, DevOps, NetOps, SecOps... people, yeah; anyOps
This project provides a Dockerfile under /docker
All tests are done with nodejs >= 12.0 as backend on:
-
Windows 10 -> Running over Git bash
-
Centos 7
-
Linux subsystem for Windows -> Ubuntu
-
Download this repo. Then;
npm install
npm build
npm prod:start
- Go with your browser at:
https://[server_ip]:8080/index.html
root:root
- How to change the default server port (80/8080):
Edit the main expressjs file located at /dist/anyOpsOS/filesystem/etc/expressjs/config.json and change listen.port option or listen.ports for https
Don't hesitate to provide a Logo and Backgrounds :)
- Credentials Manager
- Manage all your
anyOpsOScredentials to use in other installed applications.
- Manage all your
- Infrastructure Manager
- Full integration with
VMware vCenter/ESXinodes andVMs. - Full integration with
NetAppstorage. - Full integration with
K8sandDocker. - Full integration with
Ansible. - Full integration with
Terraform. - Manage all your standalone nodes (
Linux,WindowsandSNMP). - Generate
PCI Compilancereports
- Full integration with
- VMware Remote Console
- Connect to any managed Virtual Machine!
- Backups Manager
- Restore
NetApp SnapshotsintoInstant Virtual Machines. - Restore
VM Guest filesfromNetApp Snapshots. - Mount
NetApp Snapshotsinto your managedESXihosts. - Restore
vCenter Datastore filesfromNetApp Snapshots. - Create Backup Jobs
NetApp Snapshots/SnapMirror/SnapVaultof yourvCenter/ESXiinfrastructure.MySQL/MariaDB.- ... more comming
- Restore
- Datastore Explorer
- Manage
VMware Datastoresfiles. - Manage
NetApp Volumesfiles.
- Manage
- File Explorer
- Manage all your
anyOpsOSfiles - Download files to
anyOpsOSfrom URL - Download
anyOpsOSfiles to your local OS.
- Manage all your
- SFTP
- Download/upload files to any SFTP server (SSH).
- Execute scripts in remote nodes.
- Download files from URL to remote nodes.
- SSH shell
- Connect to any SSH server instance.
- Monitor
- Full integration with
Netdata. - Monitor in real time all managed nodes (physical and virtual).
- Alerts...
- Full integration with
- Drawer
- Full integration of
draw.io.
- Full integration of
- Notepad
- Full integration of
Atom.
- Full integration of
- Libraries to manage files
@anyopsos/lib-file
@anyopsos/lib-file-system
@anyopsos/lib-file-system-ui
@anyopsos/lib-folder
@anyopsos/lib-selectable
- Libraries to manage infrastructure
@anyopsos/lib-netapp
@anyopsos/lib-vmware
- Internal libraries
@anyopsos/lib-logger
@anyopsos/lib-service-injector
@anyopsos/lib-user
@anyopsos/lib-modal
- Others
@anyopsos/lib-scroll-spy => Directive
@anyopsos/lib-sanitize => Pipe
- External libraries ready to use in anyOpsOS
@anyopsos/lib-ext-dygraphs
@anyopsos/lib-ext-easypiechart
@anyopsos/lib-ext-gaugejs
@anyopsos/lib-ext-jquery
@anyopsos/lib-ext-lz-string
@anyopsos/lib-ext-mxgraph
@anyopsos/lib-ext-pako
@anyopsos/lib-ext-perfectscrollbar
@anyopsos/lib-ext-underscore


