pysysbot - Man Page
A python based system information jabber bot
Description
This python jabber (XMPP) bot is based on the jabberbot framework (http://thpinfo.com/2007/python-jabberbot/). The bot is capable to display details about the system it is running on. Currently support load, network configuration, system time, uptime, users who are logged on, and kernel information.
Synopsis
To run this program the standard way, please type:
pysysbot
If you run pysysbot for the first time, you be will be ask to provided your credentials for the XMPP/Jabber account you want to use.
Examples
Open a chat with the user of your pysysbot. With sending a keyword you will get an answer from the bot back.
- help
This gives you an overview of the available options.
- kernel
Kernel which is used.
- load
Displays the system load over the last 1, 5, and 15 minutes.
- mem
Memory status of the system.
- processes
Shows the processes of the system.
- system
Displays details about system.
- time
Current system time.
- uptime
The uptime of the system.
- version
Details about the bot.
Authors
Fabian Affolter <fabian@affolter-engineering.ch>